aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-03-01Cleanup includes: TransformsUtilsserge-sans-paille1-3/+1
2021-12-01[LoopUnrollRuntime] Remove unnecessary pointer BECount check (NFC)Nikita Popov1-4/+2
2021-11-15[unroll-runtime] Relax two profitability limitations on multi-exit unrollingPhilip Reames1-10/+0
2021-11-15[runtime-unroll] Inline canSafelyUnrollMultiExitLoop [NFC]Philip Reames1-28/+5
2021-11-15[runtime-unroll] Restructure if-clause to improve readability [NFC]Philip Reames1-13/+15
2021-11-12[runtime-unroll] Use incrementing IVs instead of decrementing onesPhilip Reames1-19/+20
2021-10-14[llvm] Use llvm::is_contained (NFC)Kazu Hirata1-3/+1
2021-09-13[Utils] Use make_early_inc_range (NFC)Kazu Hirata1-7/+6
2021-09-02[runtimeunroll] Support epilogue unrolling with a parent loopPhilip Reames1-8/+20
2021-09-02[runtimeunroll] Under EXPENSIVE_CHECKS, validate loop infoPhilip Reames1-2/+4
2021-08-31[runtime] Move prolog/epilog block to a post-simplify strategyPhilip Reames1-60/+67
2021-08-22[runtimeunroll] Use early return to reduce nesting [nfc]Philip Reames1-39/+38
2021-08-19[runtimeunroll] Support multiple exits to latch exit w/prolog loopPhilip Reames1-10/+5
2021-08-19[runtimeunroll] Fix reported DT verification error after 94d0914Philip Reames1-2/+4
2021-08-17[runtimeunroll] Support multiple exits to latch exit w/epilogue loopPhilip Reames1-6/+20
2021-08-03[runtimeunroll] A bit of style cleanup to simplify a following change [NFC]Philip Reames1-21/+12
2021-08-02Revert "[unroll] Move multiple exit costing into consumer pass [NFC]"Nikita Popov1-1/+65
2021-08-02[unroll] Move multiple exit costing into consumer pass [NFC]Philip Reames1-65/+1
2021-08-02[unrollruntime] Pull out a helper function for readability and eventual reuse...Philip Reames1-29/+35
2021-08-02[unroll] Add clarifying commentPhilip Reames1-0/+1
2021-06-19[LoopUnroll] Push runtime unrolling decision up into tryToUnrollLoop()Nikita Popov1-3/+2
2021-06-05[LoopUnroll] Separate peeling from unrollingNikita Popov1-1/+1
2021-06-03[LoopUnroll] Eliminate PreserveCondBr parameter and fix a bug in the processPhilip Reames1-2/+1
2021-06-03[LoopUnroll] Eliminate PreserveOnlyFirst parameter [nfc]Philip Reames1-1/+1
2021-03-03[LoopUnrollRuntime] Add option to assume the non latch exit block to beWhitney Tsang1-2/+12
2020-12-17[NFC] Reduce include files dependency and AA header cleanup (part 2).dfukalov1-1/+0
2020-07-15[LoopUnroll] Update branch weight for remainder loopHongtao Yu1-0/+32
2020-07-06DomTree: Remove getChildren() accessorNicolai Hähnle1-1/+1
2020-05-20[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn1-1/+1
2020-02-25[NFC][SCEV] Piping to pass new SCEVCheapExpansionBudget option into SCEVExpan...Roman Lebedev1-1/+2
2020-02-25[NFC][SCEV] Piping to pass TTI into SCEVExpander::isHighCostExpansionHelper()Roman Lebedev1-9/+7
2020-01-04Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."Florian Hahn1-1/+1
2020-01-04[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn1-1/+1
2019-11-14Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner1-0/+1
2019-11-03[LoopUnrollRuntime] Fixed null check after dereferencing warning. NFCI.Dávid Bolvanský1-2/+2
2019-07-15[LoopInfo] Introduce getUniqueNonLatchExitBlocks utility functionSerguei Katkov1-13/+7
2019-06-17PHINode: introduce setIncomingValueForBlock() function, and use it.Whitney Tsang1-5/+4
2019-04-18[LoopUnroll] Move list of params into a struct [NFCI].Alina Sbirlea1-5/+6
2019-04-12[SCEV] Add option to forget everything in SCEV.Alina Sbirlea1-6/+6
2019-02-21[MemorySSA & LoopPassManager] Update MemorySSA in formDedicatedExitBlocks.Alina Sbirlea1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-08[UnrollRuntime] Fix domTree failures in multiexit unrollingAnna Thomas1-24/+24
2019-01-03[UnrollRuntime] Move the DomTree verification under expensive checksAnna Thomas1-1/+1
2019-01-03[UnrollRuntime] Add DomTree verification under debug modeAnna Thomas1-0/+6
2018-12-28[UnrollRuntime] NFC: Add comment and verify LCSSAAnna Thomas1-2/+2
2018-12-21[RuntimeUnrolling] NFC: Add TODO and comments in connectPrologAnna Thomas1-0/+18
2018-12-12[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.Michael Kruse1-10/+25
2018-09-25[LoopUnroll] Add check to Latch's terminator in UnrollRuntimeLoopRemainderDavid Green1-5/+19
2018-08-21Update MemorySSA in BasicBlockUtils.Alina Sbirlea1-6/+6
2018-06-12Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).Florian Hahn1-2/+2