aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2024-03-28[OpenMP] Apply post-commit review comments in PR86289, NFC (#86828)Krzysztof Parzyszek1-3/+148
2024-03-28[LoopRotate] Set loop back edge weight to not less than exit weight (#86496)Haohai Wen2-2/+12
2024-03-28[IR][NFC] Cleanup CmpInst signatures / code docs (#86441)Marc Auberer1-7/+7
2024-03-28[Support] Fix color handling in formatted_raw_ostream (#86700)Andrew Ng4-19/+47
2024-03-28AMDGPU: Document more backend recognized attributes (#80239)Matt Arsenault1-0/+36
2024-03-28[X86] Support immediate folding for CCMP/CTEST (#86616)Freddy Ye2-2/+77
2024-03-28[Debuginfo][GVNHoist] Fix #86227: update the debug location of the hoisted GE...Shan Huang2-0/+71
2024-03-28[GitHub] Fix typos in automation (#86886)J. Ryan Stinnett1-7/+7
2024-03-28Fix #86269: remove unused variable (#86927)Shan Huang1-2/+2
2024-03-28[RISCV][GlobalISel] Fix legalizing ‘llvm.va_copy’ intrinsic (#86863)bvlgah3-7/+933
2024-03-28[DAGCombiner] Set disjoint flag in add->or and xor->or combines (#86925)Luke Lau2-7/+13
2024-03-28[Debuginfo][TailCallElim] Fix #86262: drop the debug location of entry branch...Shan Huang2-3/+5
2024-03-28[RISCV] Add test case for missed vwaddu.vv due to add->or combine. NFCLuke Lau1-0/+22
2024-03-28[MC][AArch64] Segregate constant pool caches by size. (#86832)Simon Tatham3-6/+37
2024-03-28[RemoveDIs] Update DIBuilder C API and OCaml bindings [2/2] (#86529)Orlando Cazalet-Hyams14-78/+212
2024-03-28[LoopRotate] Add test to track update for inaccurate branch weight (#86495)Haohai Wen1-0/+42
2024-03-28[SPIR-V] Improve type inference: deduce types of composite data structures (#...Vyacheslav Levytskyy10-81/+412
2024-03-27[RISCV] Remove Unnecessary Semicolon. NFC (#86911)hchandel1-1/+1
2024-03-27[Transforms] Fix an unused variable warningKazu Hirata1-0/+1
2024-03-27[CSSPGO] Fix the issue of missing callee profile matches (#85715)Lei Wang7-27/+194
2024-03-27[MC] Simplify ELFObjectWriter. NFCFangrui Song1-19/+17
2024-03-28Revert "[WebAssembly] Remove threwValue comparison after __wasm_setjmp_test (...Heejin Ahn3-7/+12
2024-03-27[nfc]Make InstrProfSymtab non-copyable and non-movable (#86882)Mingming Liu3-25/+34
2024-03-27Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka1-1/+0
2024-03-28[GISEL][NFC] Refactor OperandPredicateMatcher::isHigherPriorityThan (#86837)Marc Auberer1-16/+11
2024-03-27[NFC][AArch64] Regenerate regression tests.Eli Friedman2-157/+186
2024-03-27[NFC][TLI] Move VecFuncs to statics to reduce stack usage (#86829)Alex MacLean1-62/+68
2024-03-27[RISCV] Add test coverage for (add (shl Z, c1), Y, (shl Z, c2)) variantsPhilip Reames1-0/+90
2024-03-27[SLP][NFC]Improve compile time by size analysis limit and reduction sizeAlexey Bataev1-11/+21
2024-03-27[GlobalISel] Update `MachineIRBuilder::buildAtomicRMW` interface (#86851)Shilei Tian2-31/+34
2024-03-27[AMDGPU] Fix missing `IsExact` flag when expanding vector binary operator (#8...Shilei Tian2-0/+111
2024-03-27[SLP]Fix PR86763: do not truncate reductions to the demanded bits size.Alexey Bataev3-5/+11
2024-03-27[SLP][NFC]Add a test with the wrong result extension after reduction,Alexey Bataev1-0/+33
2024-03-27Revert "[TBAA] Add verifier for tbaa.struct metadata (#86709)"Florian Hahn9-54/+9
2024-03-27[HWASAN] Don't instrument loads from global if globals are not tagged (#86774)Vitaly Buka3-17/+7
2024-03-27[NFC][HWASAN] Promote InstrumentGlobals to member (#86773)Vitaly Buka1-2/+5
2024-03-27[llvm-exegesis] Improve error handling for shm_open callsAiden Grossman1-1/+6
2024-03-27[TEST][HWASAN] Fix test after #86771Vitaly Buka1-0/+2
2024-03-27[TEST][HWASAN] Fix test after #86771Vitaly Buka1-2/+2
2024-03-27[LegalizeDAG] Freeze index when converting insert_elt/insert_subvector to loa...Craig Topper6-63/+82
2024-03-27[AArch64] Pre-commit test for #86717. NFCCraig Topper1-0/+22
2024-03-27Finish revert "[SystemZ][z/OS] TXT records in the GOFF reader (#74526)"Aiden Grossman1-148/+0
2024-03-27[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka1-0/+1
2024-03-27[RISCV] Model vd as a src for some Zvk* instructions in MC layer. (#86710)Craig Topper2-21/+39
2024-03-27[Target][RISCV] Add HwMode support to subregister index size/offset. (#86368)Craig Topper10-50/+242
2024-03-27Revert "[SystemZ][z/OS] TXT records in the GOFF reader (#74526)"Neumann Hon4-178/+14
2024-03-27Recommit "[VPlan] Replace disjoint or with add instead of dropping disjoint. ...Florian Hahn5-2/+33
2024-03-27[Offload] Change unregister library to use `atexit` instead of destructor (#8...Joseph Huber1-33/+37
2024-03-27[nfc][PGO]Factor out profile scaling into a standalone helper function (#83780)Mingming Liu5-45/+197
2024-03-27[AArch64] Clear kill flags when removing FMOVDr. (#86308)David Green2-1/+63