summaryrefslogtreecommitdiff
path: root/llvm/unittests/Transforms
AgeCommit message (Expand)Author
2025-11-22[VPlan] Create resume phis in scalar preheader early. (NFC) (#166099)Florian Hahn
2025-11-18[VPlan] Populate and use VPIRFlags from initial VPInstruction. (#168450)Florian Hahn
2025-11-18[VPlan] Support isa/dyn_cast from VPRecipeBase to VPIRMetadata (NFC). (#166245)Florian Hahn
2025-11-17[VPlan] Populate and use VPIRMetadata from VPInstructions (NFC) (#167253)Florian Hahn
2025-11-17[VPlan] Add printRecipe, prepare printing metadata in ::print (NFC) (#166244)Florian Hahn
2025-11-16[VPlan] Delegate to other VPInstruction constructors. (NFCI)Florian Hahn
2025-11-15[VPlan] Always set trip count when creating plan for unit tests (NFC).Florian Hahn
2025-11-15[Utils] Remove an unused local variable (NFC) (#168181)Kazu Hirata
2025-11-12Remove unused standard headers: memory, unordered_* (#167297)serge-sans-paille
2025-11-11unittests: Convert some tests to opaque pointers (#167443)Matt Arsenault
2025-11-08[llvm] Use llvm::find_if and llvm::is_contained (NFC) (#167166)Kazu Hirata
2025-11-06[VPlan] Unify casting unit testing (NFC).Florian Hahn
2025-11-06[VPlan] Add splitAt unit test. NFC (#164636)Luke Lau
2025-11-06[VPlan] Retrieve alignment from Load/StoreInst in constructors. nfc (#165722)Mel Chen
2025-11-04[VPlan] Verify incoming values of VPIRPhi matches before checking (NFC)Florian Hahn
2025-11-03[llvm][DebugInfo] Emit 0/1 for constant boolean values (#151225)Laxman Sole
2025-11-01[VPlan] Add getConstantInt helpers for constant int creation (NFC).Florian Hahn
2025-10-28[VPlan] Store memory alignment in VPWidenMemoryRecipe. nfc (#165255)Mel Chen
2025-10-26[llvm] Add "override" where appropriate (NFC) (#165168)Kazu Hirata
2025-10-22[BasicBlockUtils] Add BasicBlock printer (#163066)Robert Imschweiler
2025-10-21[VPlan] Clarify naming for helpers to create loop&replicate regions (NFC)Florian Hahn
2025-10-13[SSAUpdaterBulk] Add PHI simplification pass. (#150936)Valery Pykhtin
2025-10-13[VPlan] Strip VPDT's default constructor (NFC) (#162692)Ramkumar Ramachandra
2025-10-08[llvm][DebugInfo][NFC] Abstract DICompileUnit::SourceLanguage to allow altern...Michael Buch
2025-10-03[VPlan] Deref VPlanPtr when passing to transform (NFC) (#161369)Ramkumar Ramachandra
2025-09-24Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm....Weibo He
2025-09-18[LV] Provide utility routine to find uncounted exit recipes (#152530)Graham Hunter
2025-09-17Revert "Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value ...Weibo He
2025-09-17Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm....Weibo He
2025-09-16Add DebugSSAUpdater class to track debug value liveness (#135349)Stephen Tozer
2025-09-15[VPlan] Match more GEP-like in m_GetElementPtr (#158019)Ramkumar Ramachandra
2025-09-11[PGO] Add llvm.loop.estimated_trip_count metadata (#152775)Joel E. Denny
2025-09-10[LowerTypeTests] Optimize buildBitSet (#157386)Vitaly Buka
2025-08-29[DirectX] Make dx.RawBuffer an op that can't be replaced (#154620)Farzon Lotfi
2025-08-25[VPlan] Support scalar VF for ExtractLane and FirstActiveLane.Florian Hahn
2025-08-25Revert "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.c...Chuanqi Xu
2025-08-25[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.coro.end ...Weibo He
2025-08-22[SandboxVec][SeedCollector] Implement collection of seeds with different type...vporpo
2025-08-21[VPlan] Move SCEV expansion to VPlan transform. (NFCI).Florian Hahn
2025-08-21[VPlan] Use VPIRMetadata for VPInterleaveRecipe. (#153084)Florian Hahn
2025-08-14[VPlan] Add incoming_[blocks,values] iterators to VPPhiAccessors (NFC) (#138...Florian Hahn
2025-08-11[PredicateInfo] Use bitcast instead of ssa.copy (#151174)Nikita Popov
2025-08-09[VPlan] Move initial skeleton construction earlier (NFC). (#150848)Florian Hahn
2025-08-08[KeyInstr] Remove LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS CMake flag (#152735)Orlando Cazalet-Hyams
2025-08-06[VPlan] Use scalar VPPhi instead of VPWidenPHIRecipe in createPlainCFG. (#150...Florian Hahn
2025-08-01[LAA] Support assumptions in evaluatePtrAddRecAtMaxBTCWillNotWrap (#147047)Florian Hahn
2025-08-01[VPlan] Delete IR instruction after test. NFCLuke Lau
2025-08-01[VPlan] Fix unit test without LLVM_ENABLE_DUMP. NFCLuke Lau
2025-07-31[VPlan] Fix header phi VPInstruction verification. NFC (#151472)Luke Lau
2025-07-27[VPlan] Pass debug location explicitly to VPBlendRecipe (NFC).Florian Hahn