summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LoopUnroll.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a BumpPtrAllocator for Loop objectsSanjoy Das2017-09-281-1/+1
* Rename LoopUnrollStatus to LoopUnrollResult; NFCSanjoy Das2017-09-271-11/+11
* Rename markAsErased to erase, as pointed out in a previous review; NFCSanjoy Das2017-09-221-2/+2
* Tighten the invariants around LoopBase::invalidateSanjoy Das2017-09-201-20/+18
* [LoopInfo] Make LoopBase and Loop destructors non-publicSanjoy Das2017-09-191-2/+2
* Allow ORE.emit to take a closure to delay building the remark objectAdam Nemet2017-09-191-8/+15
* [LoopUnroll] Properly update loop structure in case of successful peeling.Davide Italiano2017-08-281-2/+13
* [LoopUnroll] Enable option to peel remainder loopSam Parker2017-08-141-2/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-05-011-1/+1
* Kill off the old SimplifyInstruction API by converting remaining users.Daniel Berlin2017-04-281-1/+1
* Reverts commit r301424, r301425 and r301426Sanjoy Das2017-04-261-1/+1
* Rename WeakVH to WeakTrackingVH; NFCSanjoy Das2017-04-261-1/+1
* [LoopUnroll] Remove spurious newline.Davide Italiano2017-04-241-1/+0
* [LoopUnroll] Don't try to unroll non canonical loops.Davide Italiano2017-04-241-0/+15
* The patch turns on epilogue unroll for loops with constant recurency start.Evgeny Stupachenko2017-03-021-1/+44
* Encode duplication factor from loop vectorization and loop unrolling to discr...Dehao Chen2017-02-101-0/+7
* NFC: [LoopUnroll] More meaningful message in tracingAnna Thomas2017-02-031-1/+1
* Shut up another GCC warning about operator precedence. NFC.Michael Kuperstein2017-02-011-1/+1
* [LoopUnroll] Use addClonedBlockToLoopInfo to add loop header to LI (NFC).Florian Hahn2017-02-011-11/+8
* NFC: Add debug tracing for more cases where loop unrolling fails.Anna Thomas2017-01-271-2/+8
* [LoopUnroll] Properly update loopinfo for runtime unrolling by 2Michael Kuperstein2017-01-261-4/+7
* [LoopUnroll] First form LCSSA, then loop-simplifyMichael Kuperstein2017-01-231-18/+17
* [PM] Sink an LCSSA preservation assert from the LoopSimplify pass intoChandler Carruth2017-01-211-2/+5
* Preserve domtree and loop-simplify for runtime unrolling.Eli Friedman2017-01-181-16/+40
* [loop-unroll] Factor out code to update LoopInfo (NFC).Florian Hahn2017-01-101-17/+33
* Add a comment for a todo in LoopUnroll post cleanupPhilip Reames2016-12-301-0/+5
* [LoopUnroll] Modify a comment to clarify the usage of TripCount. NFC.Haicheng Wu2016-12-201-8/+8
* Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper2016-12-191-5/+12
* Remove the AssumptionCacheHal Finkel2016-12-151-12/+5
* [LoopUnroll] Implement profile-based loop peelingMichael Kuperstein2016-11-301-10/+26
* [LoopUnroll] Keep the loop test only on the first iteration of max-or-zero loopsJohn Brawn2016-10-211-6/+7
* Reapply "[LoopUnroll] Use the upper bound of the loop trip count to fullly un...Haicheng Wu2016-10-121-9/+18
* Revert "[LoopUnroll] Use the upper bound of the loop trip count to fullly unr...Haicheng Wu2016-10-121-18/+9
* [LoopUnroll] Use the upper bound of the loop trip count to fullly unroll a loopHaicheng Wu2016-10-121-9/+18
* [LoopUnroll] Port to the new streaming interface for opt remarks.Adam Nemet2016-09-301-10/+13
* [LoopUnroll] Don't clear out the AssumptionCache on each loopDavid Majnemer2016-08-161-6/+8
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-2/+3
* [LoopUnroll] Simplify loops created by unrolling.Michael Zolotukhin2016-08-081-0/+19
* [LoopUnroll] Switch the default value of -unroll-runtime-epilog back to its o...Michael Zolotukhin2016-08-021-1/+1
* [LoopUnroll] Include hotness of region in opt remarkAdam Nemet2016-07-291-12/+7
* [PM] Port LoopSimplify to the new pass manager.Davide Italiano2016-07-091-0/+1
* Reinstate r273711David Majnemer2016-06-251-6/+5
* Revert r273711, it caused PR28298.Nico Weber2016-06-241-5/+6
* SimplifyInstruction does not imply DCEDavid Majnemer2016-06-241-6/+5
* [LoopUnroll] Check that DT is available before trying to verify it.Michael Zolotukhin2016-06-081-1/+1
* The patch refactors unroll pass.Evgeny Stupachenko2016-05-271-3/+7
* Minor formatting fixes in LoopUnroll.cpp.Justin Lebar2016-05-101-4/+2
* Follow-up for r265605: don't mutate vector we're iterating.Michael Zolotukhin2016-04-071-4/+6
* [LoopUnroll] Fix the way we update DT after complete unrolling.Michael Zolotukhin2016-04-061-10/+15
OpenPOWER on IntegriCloud