aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Transforms
AgeCommit message (Expand)AuthorFilesLines
2024-04-17[VPlan] Split VPWidenMemoryInstructionRecipe (NFCI). (#87411)Florian Hahn2-7/+6
2024-04-16[IPSCCP] Variable not visible at Og: (#77901)Carlos Alberto Enciso1-9/+12
2024-04-15[VPlan] Extend recipe printing tests with underlying IR values. (NFC)Florian Hahn1-8/+16
2024-04-15[VPlan] Add test for dump of recipe not inserted in VPlan. (NFC)Florian Hahn1-1/+162
2024-04-10 [CodeMoverUtils] Enhance CodeMoverUtils to sink an entire BB (#87857)Congzhe1-0/+5
2024-04-09[VPlan] Remove unused first mask op from VPBlendRecipe. (#87770)Florian Hahn1-4/+6
2024-04-07[VPlan] Track IsOrdered in VPReductionRecipe, remove use of ILV (NFCI).Florian Hahn1-2/+2
2024-04-01[VPlan] Use recipe's debug loc for VPWidenMemoryInstructionRecipe (NFCI)Florian Hahn1-3/+3
2024-03-28[VPlan] Rename getVPValueOrAddLiveIn -> getOrAddLiveIn (NFCI).Florian Hahn2-3/+3
2024-03-20[RemoveDIs][NFC] Rename DPMarker->DbgMarker (#85931)Stephen Tozer1-4/+4
2024-03-19[RemoveDIs][NFC] Rename DPValue -> DbgVariableRecord (#85216)Stephen Tozer1-12/+11
2024-03-13[RemoveDI][NFC] Rename DPValue->DbgRecord in comments and varnames (#84939)Stephen Tozer1-1/+1
2024-03-13[Tests] Drop inrange attribute from some tests (NFC)Nikita Popov1-6/+6
2024-03-12[RemoveDIs][NFC] Rename common interface functions for DPValues->DbgRecords (...Stephen Tozer2-2/+2
2024-02-21[VPlan] Use opaque pointers in VPlan unit test IR (#69947)calebwat2-200/+200
2024-02-20[VPlan] Merge main VPlan verifer with HCFG verifier.Florian Hahn1-3/+108
2024-02-07[DebugInfo][RemoveDIs] Final final test-maintenence patch (#80988)Jeremy Morse1-0/+2
2024-01-27[VPlan] Implement cloning of VPlans. (#73158)Florian Hahn1-0/+2
2024-01-17[VFABI] Move the Vector ABI demangling utility to LLVMCore. (#77513)Alexandros Lamprineas2-53/+0
2024-01-16Revert "[CloneFunction][DebugInfo] Avoid cloning DILocalVariables of inlined ...Davide Italiano1-105/+0
2024-01-11[CloneFunction][DebugInfo] Avoid cloning DILocalVariables of inlined function...Vladislav Dzhidzhoev1-0/+105
2023-12-19[IR] Disallow ZeroInit for spirv.Image (#73887)Wenju He1-1/+1
2023-12-15[AMDGPU] - Add address space for strided buffers (#74471)Jessica Del1-1/+1
2023-12-13[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata2-6/+6
2023-12-04[VPlan] Add missing output of live-ins to VPlan dot printing.Florian Hahn2-2/+2
2023-11-30[coro][pgo] Don't promote pgo counters in the suspend basic block (#71263)Mircea Trofin1-0/+61
2023-11-27[unittest,examples] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFCFangrui Song1-1/+1
2023-11-12[VPlan] Move initial skeleton construction to createInitialVPlan. (NFC)Florian Hahn1-3/+3
2023-11-08Reapply 7d77bbef4ad92, adding new debug-info classesJeremy Morse1-0/+67
2023-11-08Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev1-93/+0
2023-11-02Revert "[DebugInfo][RemoveDIs] Add prototype storage classes for "new" debug-...Jeremy Morse1-66/+0
2023-11-02[DebugMetadata][DwarfDebug] Support function-local types in lexical block sco...Vladislav Dzhidzhoev1-0/+93
2023-11-02[DebugInfo][RemoveDIs] Add prototype storage classes for "new" debug-infoJeremy Morse1-0/+66
2023-10-24[IPSCCP] Don't crash on ptrtointBenjamin Kramer1-0/+5
2023-10-24[IPSCCP] Fix a mistake in b796eac3f2aedca449fda5a46a9b0c979d1ee102 so the tes...Benjamin Kramer1-1/+1
2023-10-24[IPSCCP] Silence sign compare warnings in testBenjamin Kramer1-12/+12
2023-10-24[IPSCCP] Variable not visible at Og. (#66745)Carlos Alberto Enciso1-0/+111
2023-10-22[CodeLayout] cache-directed sort: limit max chain size (#69039)Fangrui Song1-0/+8
2023-10-18[CodeExtractor] Allow to use 0 addr space for aggregate arg (#66998)Dominik Adamski1-0/+60
2023-10-05Use BlockFrequency type in more places (NFC) (#68266)Matthias Braun1-3/+6
2023-10-03[llvm] Remove unused using decls (NFC)Kazu Hirata1-1/+0
2023-09-29Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Hans Wennborg1-93/+0
2023-09-27[CodeLayout] Add unittest for cache-directed sortFangrui Song2-0/+64
2023-09-26[DebugMetadata][DwarfDebug] Support function-local types in lexical block sco...Vladislav Dzhidzhoev1-0/+93
2023-09-22[VPlan] Fix invalid IR in unit test input, run verifier.Florian Hahn2-4/+9
2023-09-22[SCEV] Require that addrec operands dominate the loopNikita Popov1-3/+3
2023-09-12[llvm][unittests] Remove unneeded header includesBjorn Pettersson2-14/+3
2023-09-04[VPlan][LoopUtils] Remove unused parameter TTIMel Chen1-2/+2
2023-08-16[LV][VPlan] Refactor VPReductionRecipe to use reference for member RdxDescMel Chen1-4/+4
2023-08-10[llvm] Drop some bitcasts and references related to typed pointersBjorn Pettersson4-5/+5