aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils
AgeCommit message (Expand)AuthorFilesLines
24 hours[GVN] Fix crash when svcount is used with globals-aa (#184347)Madhur Amilkanthwar1-1/+1
28 hours[NFC] Don't replicate hasKernelCallingConv. (#184464)Alexey Bader1-7/+1
46 hours[llvm] Turn misc copy-assign to move-assign (#184143)serge-sans-paille1-2/+2
2 days[HWASan] [MTE] support double lifetime.end in same BBFlorian Mayer1-16/+11
4 days[ThinLTO] Reduce the number of renaming due to promotions (#183793)yonghong-song1-5/+19
5 days[MTE] [HWASan] support more complicated lifetimesFlorian Mayer1-36/+41
5 daysRevert "[ThinLTO] Reduce the number of renaming due to promotions (#178587)" ...yonghong-song1-19/+5
5 days[ThinLTO] Reduce the number of renaming due to promotions (#178587)yonghong-song1-5/+19
7 days[LLVM][SimplifyCFG] Allow switch-to-table for some vector constants. (#183057)Paul Walker1-4/+4
8 days[SimplifyLibCalls] Avoid simplifying pow(x, 2.0) -> x * x with math-errno. (#...Ricardo Jesus1-1/+1
8 daysllvm: Delete bugpoint (#182320)Matt Arsenault1-1/+1
9 days[LLVM][SimplifyCFG] Make validLookupTableConstant explicitly reject vector ty...Paul Walker1-0/+3
13 days[SimplifyCFG] process prof data when remove case in umin (#182261)Congcong Cai1-1/+1
14 days[AMDGPUEmitPrintf] Fix operand orderNikita Popov1-1/+1
14 days[AMDGPUEmitPrintf] Use CreatePtrDiff() (#182283)Nikita Popov1-3/+2
14 days[IRBuilder] Use ptrtoaddr in CreatePtrDiff() (#181855)Nikita Popov1-1/+1
2026-02-17[ProfCheck][Matrix] Add profile data where relevantAiden Grossman1-1/+16
2026-02-17[NFC][Matrix] Make CreateLoop take ConstantInt for Bound/StepAiden Grossman1-3/+3
2026-02-11[NFC] [MemoryTagging] pass AllocaInfo to isStandardLifetime (#180311)Florian Mayer1-8/+7
2026-02-11[LAA] Use SCEVPtrToAddr in tryToCreateDiffChecks. (#178861)Florian Hahn2-3/+39
2026-02-10[outliners] Turn nooutline into an Enum Attribute (#163665)Sam Elliott1-0/+1
2026-02-11[SimplifyCFG][PGO] Add missing overflow check to ConstantFoldTerminator (#178...Mitchel Dickerson1-4/+8
2026-02-10[SimplifyLibCalls] Directly canonicalize fminimum_num to intrinsic (#180555)Nikita Popov1-25/+10
2026-02-09[SimplifyLibCalls] Directly convert fmin/fmax to intrinsics (#177988)Nikita Popov1-15/+4
2026-02-09[PredicateInfo] Fix crash on nonnull assume taking a constant (#180440)Nikolas Klauser1-1/+1
2026-02-06Reapply "[SCEVExp] Use SCEVPtrToAddr in tryToReuseLCSSAPhi if possible. (#180...Florian Hahn1-16/+30
2026-02-06Revert "[SCEVExp] Use SCEVPtrToAddr in tryToReuseLCSSAPhi if possible." (#180...Florian Hahn1-28/+15
2026-02-06[SCEVExp] Use SCEVPtrToAddr in tryToReuseLCSSAPhi if possible. (#178727)Florian Hahn1-15/+28
2026-02-06[NFC][LLVM] Code cleanup in VNCoercion (#180159)Rahul Joshi1-25/+32
2026-02-06InstCombine: Only propagate callsite attributes in sqrt->sqrtf (#180160)Matt Arsenault1-4/+5
2026-02-06[NFC][LowerMemIntrinsics] Use TypeSize consistently for type sizes (#179945)Fabian Ritter1-10/+14
2026-02-05Inliner: Handle nofpclass return attributes (#179776)Matt Arsenault1-0/+10
2026-02-05IR: Promote "denormal-fp-math" to a first class attribute (#174293)Matt Arsenault1-0/+1
2026-02-04[Evaluator] require invariant size to fully span the global (#179518)Jameson Nash1-3/+2
2026-02-04[NFC][LowerMemIntrinsics] Consistent parameter name comments in function call...Fabian Ritter1-53/+53
2026-02-04[LowerMemIntrinsics] Optimize memset lowering (#169040)Fabian Ritter1-9/+220
2026-02-04Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev1-2/+25
2026-02-03[CodeGen][AArch64] ptrauth intrinsic to safely construct relative ptr (#142047)Abhay Kanhere1-0/+1
2026-02-03Reland "[BasicBlockUtils] Fix dominator tree update for entry block in splitB...Mingjie Xu1-44/+19
2026-02-03Revert "[BasicBlockUtils] Fix dominator tree update for entry block in splitB...Mingjie Xu1-19/+44
2026-02-03[BasicBlockUtils] Fix dominator tree update for entry block in splitBlockBefo...Mingjie Xu1-44/+19
2026-02-02[IR] Remove Before argument from splitBlock APIs (NFC) (#179195)Nikita Popov1-20/+9
2026-01-30[EntryExitInstrumenter] Mark CFG as preserved (#178875)Nikita Popov1-1/+1
2026-01-30[SimplifyCFG] Fix null pointer dereference in foldCondBranchOnValueKnownInPre...dianqk1-0/+2
2026-01-28[MTE][Darwin] This patch extends support for the stack frame history buffer t...Usama Hameed1-2/+28
2026-01-28[LoopUnroll] Fix unused variable warning (#178490)Walter Lee1-2/+2
2026-01-28[LoopUnroll] Use branch probability in multi-exit loop unrolling (#164799)Marek Sedláček2-13/+66
2026-01-28[JumpThreading] Avoid unnecessary map resizing in gatherIncomingValuesToPhi (...int-zjt1-12/+25
2026-01-27[Mem2Reg] Remove extraneous getAllocatedType() check (#177438)Jameson Nash1-7/+37
2026-01-27[perf] Replace copy-assign by move-assign in llvm/lib/Transforms/* (#178178)serge-sans-paille2-2/+2