aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-09-20[ARM] Use MCRegister in 2 functions in ARMTargetStreamer. NFCCraig Topper4-22/+23
2024-09-21[AMDGPU][NewPM] Port SILowerSGPRSpills to NPM (#108934)Akshat Oke8-20/+75
2024-09-20[Parallel] Revert sequential task changesFangrui Song3-50/+13
2024-09-20[NFC] [HWASan] pull removeFnAttributes into function (#109488)Florian Mayer1-34/+43
2024-09-20[MC] Remove unneeded null getFragment() check. NFCFangrui Song1-5/+2
2024-09-20[RISCV] Avoid calling isSymbolRefDifferenceFullyResolvedImpl. NFCFangrui Song2-3/+16
2024-09-20[SandboxVec][DAG] Implement extend(ArrayRef) (#109493)vporpo3-10/+20
2024-09-20[Inliner] Fix bug where attributes are propagated incorrectly (#109347)goldsteinn3-4/+77
2024-09-20[NFC] [HWASan] fix LLVM style guide violationsFlorian Mayer1-4/+5
2024-09-20[SandboxVec][InstrInterval] Add ArrayRef constructor (#109357)vporpo2-0/+33
2024-09-20[SandboxIR] Implement ConstantPtrAuth (#109315)vporpo4-0/+134
2024-09-20Revert "[Coroutines] ABI Objects to improve code separation between different...Thurston Dang7-208/+69
2024-09-20[AA] Take account of C++23's stricter rules for forward declarations (NFC) (#...Jonathan Tanner2-1/+3
2024-09-20[Coroutines] ABI Objects to improve code separation between different ABIs, u...Tyler Nowicki7-69/+208
2024-09-20[memprof] Remove RawMemProfReader.h (#109446)Kazu Hirata1-19/+0
2024-09-20[SPIR-V] Enable `spirv-sim` lit substitution unconditionally (#109451)Justin Bogner1-7/+8
2024-09-20[LLVM][TableGen] Change RegisterInfoEmitter to use const RecordKeeper (#109237)Rahul Joshi1-16/+13
2024-09-20[AMDGPU][True16] vop1 pk instructions profile update (#109228)Brox Chen1-2/+8
2024-09-20[MC] Use MCRegister and remove implicit casts from MCRegister to unsigned. NFCCraig Topper9-30/+30
2024-09-20[gn build] Port fb7849537601LLVM GN Syncbot1-0/+1
2024-09-20[FMV][AArch64] Unify ls64, ls64_v and ls64_accdata. (#108024)Alexandros Lamprineas2-5/+3
2024-09-20[RISCV] Add coverage for <N x i1> vp.strided.loadPhilip Reames1-0/+12
2024-09-20[llvm] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim19-22/+0
2024-09-20[RISCV][TTI] Reduce cost of a build_vector pattern (#108419)Philip Reames14-434/+568
2024-09-20Revert "[gn build] Port 64972834c193"Nico Weber1-11/+0
2024-09-20[AMDGPU][True16][MC] true16 for more VOP1 instructions (#108412)Brox Chen29-2872/+6207
2024-09-20[llvm-c-test] Fix warningsKazu Hirata1-0/+3
2024-09-20[LoopPeel] Fix LCSSA phi node invalidationNikita Popov2-1/+105
2024-09-20[TableGen] Eliminate use of `convertInitializerTo` in SearchableTable (#109206)Rahul Joshi1-7/+9
2024-09-20[RISCV][TTI] Fix potential crash of using dyn_cast() in getIntrinsicInstrCost...Elvis Wang1-3/+3
2024-09-20[VPlan] Generalize VPValue::isDefinedOutsideLoopRegions.Florian Hahn17-184/+186
2024-09-20Revert "[RISCV][GISEL] Introduce the RISCVPostLegalizerLowering pass (#108991)"Michael Maitland6-170/+0
2024-09-20[LLVM-C] Add bindings to `Instruction::getDbgRecordRange()` (#107802)Michal Rostecki6-14/+147
2024-09-20[MC] Add .loc_label instruction (#99710)alx329-16/+206
2024-09-20[ADT][NFC] Style and nit fixes in SmallSet (#108582)Victor Campos1-22/+21
2024-09-20[DebugInfo] Enable deprecation of iterator-insertion methods (#102608)Jeremy Morse4-132/+43
2024-09-20[AArch64][InstCombine] Bail from combining SRAD on +/-1 divisor (#109274)Matthew Devereau2-0/+29
2024-09-20[AMDGPU] Do not use APInt for simple 64-bit arithmetic. NFC. (#109414)Jay Foad4-13/+9
2024-09-20[X86] Fix MSVC implicit shift extension warning.Simon Pilgrim1-1/+1
2024-09-20[AMDGPU] Use Lo_32 and Hi_32 helpers (NFC) (#109413)Nikita Popov6-17/+17
2024-09-20[CVP] Infer range return attribute (#99620)Nikita Popov7-33/+55
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan6-61/+23
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText flag continuation"Abhina Sreeskantharajan1-1/+1
2024-09-20[SandboxIR] Silence warning with Clang 19.1.0 on WindowsAlexandre Ganea1-1/+1
2024-09-20[LLVM][TableGen] Adopt `indent` for indentation (#109275)Rahul Joshi4-200/+192
2024-09-20[LLVM][TableGen] Use const Record pointers in PredicateExpander (#109365)Rahul Joshi2-19/+17
2024-09-20[LLVM][TableGen] Change GISelCombinerEmitter to use const RecordKeeper (#109187)Rahul Joshi4-49/+41
2024-09-20[LLVM][TableGen] Change DisassemblerEmitter to use const RecordKeeper (#109177)Rahul Joshi3-18/+12
2024-09-20[LLVM][TableGen] Change AsmMatcherEmitter to use const RecordKeeper (#109174)Rahul Joshi1-38/+35
2024-09-20[VPlan] Add initial loop-invariant code motion transform. (#107894)Florian Hahn37-574/+746