summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Support]Look up in top-level subcommand as a fallback when looking o...upstream/revert-71776-commandlineFangrui Song2023-11-100-0/+0
* [mlir][vector] Notify the rewriter when sinking out of warp ops (#71964)Quinn Dawkins2023-11-102-2/+66
* Revert "[Support]Look up in top-level subcommand as a fallback when looking o...Mingming Liu2023-11-102-60/+0
* [OMPIRBuilder] Do not call __kmpc_push_num_threads for device parallel (#71934)Dominik Adamski2023-11-102-2/+24
* [libc][math] Add initial support for C23 float128 math functions, starting wi...lntue2023-11-1019-15/+310
* [builtins] Guard the divtc3_test.c test with CRT_HAS_TF_MODE (#71876)Amara Emerson2023-11-101-0/+10
* [TOSA] Add TosaToMLProgram conversion (#69787)Jerry-Ge2023-11-109-0/+226
* [Docs] Instructions for new contributors to find reviewers (#71936)Pablo Antonio Martinez2023-11-101-1/+4
* [Clang][BPF] Add __BPF_CPU_VERSION__ macro (#71856)yonghong-song2023-11-102-2/+112
* [clang-tidy][NFC] Reduce map lookups in IncludeSorterPiotr Zegar2023-11-101-3/+4
* [mlir][vector] Take dim sizes into account in DropInnerMostUnitDims. (#71752)Han-Chung Wang2023-11-102-3/+28
* [Support]Look up in top-level subcommand as a fallback when looking options f...Mingming Liu2023-11-102-0/+60
* [AMDGPU] Call the `FINI_ARRAY` destructors in the correct order (#71815)Joseph Huber2023-11-104-23/+63
* [SLP][NFC]Add a test for gather node with mixed load/non-load scalars.Alexey Bataev2023-11-101-0/+49
* [flang][windows] Add option to link against specific MSVC CRT (#70833)David Truby2023-11-1019-31/+169
* [Sema] Fix strict ordering in overload candidate comparisonsIlya Biryukov2023-11-102-3/+20
* Revert "[AMDGPU] Call the `FINI_ARRAY` destructors in the correct order (#718...Nikita Popov2023-11-104-53/+48
* [InstCombine] Avoid use of shift constant expressions (NFCI)Nikita Popov2023-11-101-4/+7
* [mlir] Add sm_90a GEMM test 128x128x128 (F32 += F16 * F16) (#69913)Guray Ozen2023-11-101-0/+272
* [mlir] Add sm_90a GEMM test 128x128x128 (F32 =F16*F16) with predicate (#70028)Guray Ozen2023-11-101-0/+283
* Update test to consider incompatible align attributeAnna Thomas2023-11-101-2/+2
* [mlir] Fix sm90 test for new verifierGuray Ozen2023-11-101-4/+5
* [libc] Update configure.rst after config.json modification (#71942)Guillaume Chatelet2023-11-101-0/+1
* [AMDGPU] Call the `FINI_ARRAY` destructors in the correct order (#71815)Joseph Huber2023-11-104-48/+53
* [NVPTX] Allow the ctor/dtor lowering pass to emit kernels (#71549)Joseph Huber2023-11-102-7/+248
* [Clang] Add missing REQUIRES to tests (NFC)Nikita Popov2023-11-102-0/+2
* [IR] Mark lshr and ashr constant expressions as undesirableNikita Popov2023-11-103-41/+54
* [Clang] Generate test checks (NFC)Nikita Popov2023-11-101-25/+92
* [InstCombine] Require immediate constant in canEvaluateShifted()Nikita Popov2023-11-101-2/+2
* [mlir][vector] Add distribution pattern for vector.create_mask (#71619)Quinn Dawkins2023-11-102-4/+116
* [clang][deps] Skip writing `DIAG_PRAGMA_MAPPINGS` record (#70874)Jan Svoboda2023-11-103-3/+11
* [InstCombine] Avoid uses of ConstantExpr::getLShr()Nikita Popov2023-11-102-5/+10
* [InstCombine] Avoid some uses of ConstantExpr::getLShr() (NFC)Nikita Popov2023-11-101-4/+8
* [Driver][LTO] Copy fix empty stats filename to AIX (#71738)diggerlin2023-11-102-1/+17
* [Clang][SME2] Add single and multi min and max builtins (#71688)Sam Tebbs2023-11-103-0/+3144
* [mlir][vector] NFC: Rename helper to check for all ones mask for consistency ...Quinn Dawkins2023-11-102-3/+3
* [InstCombine] Remove bitcast handling from SimplifyDemandedBitsNikita Popov2023-11-102-26/+2
* [AIX] Enable tests relating to 64-bit XCOFF object files (#71814)Jake Egan2023-11-104-262/+28
* [ConstantFolding] Avoid use of ConstantExpr::getLShr() (NFC)Nikita Popov2023-11-101-3/+2
* [AMDGPU][NFC] Eliminate unnecessary TableGen casts. (#71802)Ivan Kosarev2023-11-101-4/+4
* [AMDGPU] Fix operand definitions for atomic scalar memory instructions. (#71799)Ivan Kosarev2023-11-104-64/+21
* [NFC] [docs] Clarify we are talking about a functionFlorian Mayer2023-11-101-1/+2
* [ConstantFolding] Remove unnecessary pointer handling in FoldBitCast (NFCI)Nikita Popov2023-11-101-9/+0
* [mlir][vector] Root the transfer write distribution pattern on the warp op (#...Quinn Dawkins2023-11-104-21/+63
* Revert "[lldb] Remove the newly-added test in 66acd1e4dc1080015fe6b234226f1d3...David Spickett2023-11-101-0/+17
* Revert "ValueTracking: Identify implied fp classes by general fcmp (#66505)"Hans Wennborg2023-11-104-492/+422
* [AArch64][GlobalISel] Expand handling for sitofp and uitofp (#71282)David Green2023-11-103-4/+6224
* [RISCV][SDAG] Prefer ShortForwardBranch to lower sdiv by pow2 (#67364)Yingwei Zheng2023-11-107-56/+452
* Reland "[lldb][test] Only add -m(64|32) for GCC on non Arm/AArch64 platforms"David Spickett2023-11-101-2/+13
* Rehome libcxx-builder docker image & attempt gentler termination. (#71604)Eric2023-11-104-13/+24