aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-02[Inliner] Fix bugs for partial inlining with vectorusers/joshua/partial-inlineJun Sha (Joshua)1-2/+2
2024-08-01AMDGPU: Add baseline test for copysign combineMatt Arsenault1-0/+222
2024-08-01[libc] Remove extra parensJoseph Huber1-1/+1
2024-08-01Revert "[Inliner] Fix bugs for partial inlining with vector"joshua-arch11-2/+2
2024-08-01[libc] Change the GPU loaders to LLVM executables (#101442)Joseph Huber5-9/+18
2024-08-01[Inliner] Fix bugs for partial inlining with vectorjoshua-arch11-2/+2
2024-08-01[NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT t...Xing Xue8-8/+8
2024-08-01[clang][analyzer] Improve PointerSubChecker (#96501)Balázs Kéri3-22/+117
2024-08-01[LowerMatrixIntrinsics] Fix type suffix for matrix.multiply.* (#100940)sbite01384-12/+12
2024-08-01Revert "Simplify hot-path size computations in BumpPtrAllocator. (#101312)"Owen Anderson1-8/+6
2024-08-01[mlir][vector] Add tests xfer-permute-lowering (nfc)(2/n) (#96033)Andrzej Warzyński1-15/+70
2024-08-01[clang][NFC] Add CWG882 test (Defining `main` as deleted) (#101382)Mital Ashok2-1/+7
2024-08-01[flang][OpenMP] Delayed privatization for variables with `equivalence` associ...Kareem Ergawy3-3/+87
2024-08-01[AMDGPU] SIWholeQuadMode: avoid execz effects in exact regions (#101157)Carl Ritson2-13/+29
2024-07-31Simplify hot-path size computations in BumpPtrAllocator. (#101312)Owen Anderson1-6/+8
2024-08-01[C++20][Modules] Allow using stdarg.h with header units (#100739)Dmitry Polukhin2-5/+32
2024-08-01[SimplifyLibCalls] Constant fold nan libcall (#101459)Yingwei Zheng5-0/+196
2024-08-01[LoongArch] Pre-commit test for aligning stack objects passed to memory intri...WANG Rui1-0/+148
2024-08-01[libc++][NFC] Avoid opening namespace std in the tests (#94160)Nikolas Klauser35-515/+364
2024-08-01Revert "[mlir][Transforms] Dialect conversion: Skip materializations when run...Adrian Kuegel2-24/+17
2024-08-01[lldb][FreeBSD] Fix NativeRegisterContextFreeBSD_{arm,mips64,powerpc} declara...Dimitry Andric3-3/+3
2024-08-01[RISCV] Add back missing vmv_v_x_vl pattern predicates (#101455)Luke Lau1-8/+10
2024-08-01AMDGPU: Cleanup extract_subvector actions (NFC) (#101454)Matt Arsenault2-11/+7
2024-08-01[C++20] [Modules] Always emit the inline builtins (#101278)Chuanqi Xu2-5/+41
2024-08-01[GlobalISel][TableGen] Make variadic-errors.td test more robustpvanhout1-2/+2
2024-07-31[RISCV] Replace Zvfh with Zvfhmin on vector load/store intrinsic tests. NFCCraig Topper12-21/+21
2024-07-31[RISCV] Add vector bf16 load/store intrinsic tests. NFCCraig Topper13-82/+2740
2024-08-01[GlobalISel][TableGen] MIR Pattern Variadics (#100563)Pierre van Houtryve15-103/+625
2024-08-01[AArch64] Add tests for redundant csel instructions. NFC (#101014)Marina2-0/+144
2024-07-31[MIR] Remove separate Size variable from parseMachineMemoryOperand. NFC (#101...Craig Topper1-6/+5
2024-08-01AMDGPU/GlobalISel: Permit mapping G_FRAME_INDEX to sgprs (#101325)Matt Arsenault8-201/+266
2024-07-31[RISCV] Remove Zfbfmin from some vector test RUN lines. NFCCraig Topper4-8/+8
2024-07-31[BOLT][NFC] Print timers in perf2bolt invocationAmir Ayupov2-0/+8
2024-07-31[BOLT][NFC] Add timers for MetadataManager invocationsAmir Ayupov2-0/+25
2024-07-31[TargetLowering] Remove weird use of MVT::isVoid in an assert. (#101436)Craig Topper1-1/+2
2024-08-01[RISCV] Increase default tail duplication threshold to 6 at -O3 (#98873)Pengcheng Wang5-1/+98
2024-08-01[nsan][NFC] Use cast when dyn_cast is not needed. (#101147)Wu Yingcong1-2/+2
2024-07-31[libc][math][c23] add entrypoints and tests for getpayload{,f,f128} (#101285)Job Henandez Lara19-1/+253
2024-08-01[mlir][Transforms] Preserve all analysis in print passes (#101315)Hideto Ueno3-0/+3
2024-07-31[SandboxIR][NFC] Factor out common test for CastInst subclasses (#101410)vporpo1-383/+61
2024-08-01[MemProf] Fix when function has indirect call (#101170)lifengxiang10252-2/+13
2024-07-31[mlir][spirv] Fix tablegen generator script's stripping of prefixes (#101378)Andrea 🦈1-4/+20
2024-07-31[RISCV][GISel] Slightly simplify the regbank selection for G_LOAD/STORE. NFC ...Craig Topper1-10/+11
2024-07-31[TableGen][MVT] Lower the maximum 16-bit MVT from 16384 to 511. (#101401)Craig Topper3-13/+13
2024-08-01[RISCV] Use experimental.vp.splat to splat specific vector length elements. (...Yeting Kuo3-28/+79
2024-07-31[lldb] Use Target references instead of pointers in CommandObject (NFC)Jonas Devlieghere6-167/+148
2024-07-31[DirectX] Rename backend DXIL resource analysis passes to DXILResourceMD*. NFCJustin Bogner10-32/+34
2024-07-31[LegalizeTypes][RISCV][LoongArch] Optimize promotion of ucmp. (#101366)Craig Topper3-24/+59
2024-07-31Forward declare OSSpinLockLock on MacOS since it's not shipped on the system....Amara Emerson1-0/+12
2024-07-31[SandboxIR] Implement PHINodes (#101111)Sterling-Augustine8-0/+587