summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
AgeCommit message (Expand)Author
2021-08-31[runtime] Move prolog/epilog block to a post-simplify strategyPhilip Reames
2021-08-22[runtimeunroll] Use early return to reduce nesting [nfc]Philip Reames
2021-08-19[runtimeunroll] Support multiple exits to latch exit w/prolog loopPhilip Reames
2021-08-19[runtimeunroll] Fix reported DT verification error after 94d0914Philip Reames
2021-08-17[runtimeunroll] Support multiple exits to latch exit w/epilogue loopPhilip Reames
2021-08-03[runtimeunroll] A bit of style cleanup to simplify a following change [NFC]Philip Reames
2021-08-02Revert "[unroll] Move multiple exit costing into consumer pass [NFC]"Nikita Popov
2021-08-02[unroll] Move multiple exit costing into consumer pass [NFC]Philip Reames
2021-08-02[unrollruntime] Pull out a helper function for readability and eventual reuse...Philip Reames
2021-08-02[unroll] Add clarifying commentPhilip Reames
2021-06-19[LoopUnroll] Push runtime unrolling decision up into tryToUnrollLoop()Nikita Popov
2021-06-05[LoopUnroll] Separate peeling from unrollingNikita Popov
2021-06-03[LoopUnroll] Eliminate PreserveCondBr parameter and fix a bug in the processPhilip Reames
2021-06-03[LoopUnroll] Eliminate PreserveOnlyFirst parameter [nfc]Philip Reames
2021-03-03[LoopUnrollRuntime] Add option to assume the non latch exit block to beWhitney Tsang
2020-12-17[NFC] Reduce include files dependency and AA header cleanup (part 2).dfukalov
2020-07-15[LoopUnroll] Update branch weight for remainder loopHongtao Yu
2020-07-06DomTree: Remove getChildren() accessorNicolai Hähnle
2020-05-20[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn
2020-02-25[NFC][SCEV] Piping to pass new SCEVCheapExpansionBudget option into SCEVExpan...Roman Lebedev
2020-02-25[NFC][SCEV] Piping to pass TTI into SCEVExpander::isHighCostExpansionHelper()Roman Lebedev
2020-01-04Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."Florian Hahn
2020-01-04[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn
2019-11-14Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner
2019-11-03[LoopUnrollRuntime] Fixed null check after dereferencing warning. NFCI.Dávid Bolvanský
2019-07-15[LoopInfo] Introduce getUniqueNonLatchExitBlocks utility functionSerguei Katkov
2019-06-17PHINode: introduce setIncomingValueForBlock() function, and use it.Whitney Tsang
2019-04-18[LoopUnroll] Move list of params into a struct [NFCI].Alina Sbirlea
2019-04-12[SCEV] Add option to forget everything in SCEV.Alina Sbirlea
2019-02-21[MemorySSA & LoopPassManager] Update MemorySSA in formDedicatedExitBlocks.Alina Sbirlea
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08[UnrollRuntime] Fix domTree failures in multiexit unrollingAnna Thomas
2019-01-03[UnrollRuntime] Move the DomTree verification under expensive checksAnna Thomas
2019-01-03[UnrollRuntime] Add DomTree verification under debug modeAnna Thomas
2018-12-28[UnrollRuntime] NFC: Add comment and verify LCSSAAnna Thomas
2018-12-21[RuntimeUnrolling] NFC: Add TODO and comments in connectPrologAnna Thomas
2018-12-12[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.Michael Kruse
2018-09-25[LoopUnroll] Add check to Latch's terminator in UnrollRuntimeLoopRemainderDavid Green
2018-08-21Update MemorySSA in BasicBlockUtils.Alina Sbirlea
2018-06-12Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).Florian Hahn
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-23[LoopUnroll] Fix potentially incorrect SCEV invalidation in UnrollRuntimeMax Kazantsev
2018-03-28Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie
2017-12-30Use phi ranges to simplify code. No functionality change intended.Benjamin Kramer
2017-12-26[Unroll][DebugInfo] Propagate loop body's debug location to epilog preheaderZhaoshi Zheng
2017-12-13Remove redundant includes from lib/Transforms.Michael Zolotukhin
2017-10-31[LoopUnroll] Clean up remarks for unroll remainderDavid Green
2017-10-15[LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a member function of the Loo...Hongbin Zheng
2017-09-15[RuntimeUnroll] Add heuristic for unrolling multi-exit loopAnna Thomas
2017-09-15[RuntimeUnrolling] Populate the VMap entry correctly when default generated t...Anna Thomas