aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-29[NFC][TLI] Improve tests for ArmPL and SLEEF Intrinsics. (#73352)Paschalis Mpeis4-354/+353
2023-11-29[DAG] getNode() - relax (zext (trunc x)) -> x fold iff the upper bits are kno...Simon Pilgrim2-4/+3
2023-11-29[X86] Add test case showing failure to remove unnecessary zext from address mathSimon Pilgrim1-0/+30
2023-11-29[InstCombine] Regenerate test checks (NFC)Nikita Popov1-16/+27
2023-11-29[ValueTracking] Convert MaskedValueIsZero() to use SimplifyQuery (NFC)Nikita Popov5-36/+12
2023-11-29[ValueTracking] Convert isKnownNegative() to use SimplifyQuery (NFC)Nikita Popov2-10/+5
2023-11-29[ValueTracking] Convert isKnownPositive() to use SimplifyQuery (NFC)Nikita Popov3-13/+7
2023-11-29Revert "[llvm-exegesis] Set stack pointer register after starting perf counte...Aiden Grossman2-41/+0
2023-11-29[RISCV] Support load clustering in the MachineScheduler (off by default) (#73...Alex Bradbury4-3/+115
2023-11-29[ValueTracking] Convert isKnownNonNegative() to use SimplifyQuery (NFC)Nikita Popov6-19/+14
2023-11-29AArch64: add support for currently released Apple CPUs. (#73499)Tim Northover6-4/+60
2023-11-29[NFC][MachineScheduler] Rename NumLoads parameter of shouldClusterMemOps to C...Alex Bradbury7-14/+19
2023-11-29[OpenMP] Support for `nothing` in `metadirective` (#73690)Sandeep Kosuri4-6/+39
2023-11-29[llvm-exegesis] Set stack pointer register after starting perf counter (#72489)Aiden Grossman2-0/+41
2023-11-29[libc][NFC] Fix missing LIBC_INLINE + style (#73659)Guillaume Chatelet11-52/+73
2023-11-29[flang] add fir.box_offset operation (#73641)jeanPerier7-19/+219
2023-11-29[Pass][NFC] Sort and format passes in PassRegistery.def (#73762)paperchalice1-366/+283
2023-11-29AArch64: switch Apple CPUs (that support it) to v8.6a. (#73497)Tim Northover2-15/+12
2023-11-29[Flang] Add code-object-version option (#72638)Dominik Adamski15-21/+147
2023-11-29Revert "Fix bazel build (#73741)"Adrian Kuegel1-18/+0
2023-11-29[NFC] Update X86 frem CodeGen caseQiu Chaofan1-805/+886
2023-11-29[GitHub] Use proper Markdown syntax and avoid child list items (#73700)Danny Mösch1-11/+8
2023-11-29[AArch64] Load/store optimizer fixes and cleanup.David Green2-24/+129
2023-11-28[RISCV][GISel] Support s64 G_SELECT on RV32 with D extension.Craig Topper5-34/+130
2023-11-29[LoongArch] Fix pattern for FNMSUB_{S/D} instructions (#73742)wanglei4-49/+483
2023-11-29[TableGen][NFC] Format getOpcodeString and remove unreachable breakswangpc1-37/+72
2023-11-28[BOLT][DWARF] Fix output ranges for deleted code (#73464)Maksim Panchenko3-2/+917
2023-11-28[RISCV][GISel] Support G_FCOPYSIGN with F and D extension.Craig Topper5-0/+140
2023-11-28[AMDGPU] Fix -Wc++98-compat-extra-semi after c1511a65d5c09f7cff15feba91ce9bda...Fangrui Song1-2/+2
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht9-18/+22
2023-11-28[runtimes] Pass-through CLANG_RESOURCE_DIR to cmake invocations (#73185)Tom Stellard1-1/+1
2023-11-29[RISCV] Refine pattern (select_cc seteq (and x, C), 0, 0, A) with Zbs. (#73746)Yeting Kuo2-22/+15
2023-11-28[msan][aarch64] Fix mallinfo interceptor (#73728)Vitaly Buka2-13/+15
2023-11-28Revert "[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)" (#73749)Vitaly Buka8-170/+5
2023-11-29[RISCV] Implement RISCVInstrInfo::getMemOperandsWithOffsetWidth (#73681)Alex Bradbury3-0/+108
2023-11-28[libc] add PREFER_GENERIC flag (#73744)Schrodinger ZHU Yifan4-20/+14
2023-11-29[AMDGPU] Folding imm offset in more cases for scratch access (#70634)Ruiling, Song13-839/+826
2023-11-29[clang][docs] Fix emphasis syntax in attribute documentation (#73737)Dan Klishch1-1/+1
2023-11-29[RISCV] Generate bexti for (select(setcc eq (and x, c))) where c is power of ...Yeting Kuo2-190/+317
2023-11-28Fix bazel build (#73741)frgossen1-0/+18
2023-11-29[C++20] [Modules] Handling capturing strucuted bindingsChuanqi Xu2-1/+25
2023-11-28[libc] fix build on aarch64 (#73739)Schrodinger ZHU Yifan5-28/+20
2023-11-28[MemProf] Add interface for reseting the profile file descriptor (#73714)Teresa Johnson4-0/+56
2023-11-28[Clang] CGCoroutines skip emitting try block for value returning `noexcept` i...Yuxuan Chen2-11/+107
2023-11-28[GISel][Docs] Add a little bit of documentation for G_FENCE. (#73722)Craig Topper1-2/+3
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan58-2/+2223
2023-11-29[InstCombine] Canonicalise SextADD + GEP (#69581)LiqinWeng2-3/+93
2023-11-28[mlir][sparse] remove COO test from trait and encoding (#73733)Aart Bik3-29/+13
2023-11-28[lld][WebAssembly] Fix bitcode LTO order in archive parsing (#73095)Heejin Ahn4-1/+103
2023-11-28[OpenMP][NFC] Move debug declares into CMAKE out of "private.h" (#73732)Johannes Doerfert24-71/+72