aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUnroll.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-11-30[LoopUnroll] Implement profile-based loop peelingMichael Kuperstein1-10/+26
2016-10-21[LoopUnroll] Keep the loop test only on the first iteration of max-or-zero loopsJohn Brawn1-6/+7
2016-10-12Reapply "[LoopUnroll] Use the upper bound of the loop trip count to fullly un...Haicheng Wu1-9/+18
2016-10-12Revert "[LoopUnroll] Use the upper bound of the loop trip count to fullly unr...Haicheng Wu1-18/+9
2016-10-12[LoopUnroll] Use the upper bound of the loop trip count to fullly unroll a loopHaicheng Wu1-9/+18
2016-09-30[LoopUnroll] Port to the new streaming interface for opt remarks.Adam Nemet1-10/+13
2016-08-16[LoopUnroll] Don't clear out the AssumptionCache on each loopDavid Majnemer1-6/+8
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer1-2/+3
2016-08-08[LoopUnroll] Simplify loops created by unrolling.Michael Zolotukhin1-0/+19
2016-08-02[LoopUnroll] Switch the default value of -unroll-runtime-epilog back to its o...Michael Zolotukhin1-1/+1
2016-07-29[LoopUnroll] Include hotness of region in opt remarkAdam Nemet1-12/+7
2016-07-09[PM] Port LoopSimplify to the new pass manager.Davide Italiano1-0/+1
2016-06-25Reinstate r273711David Majnemer1-6/+5
2016-06-24Revert r273711, it caused PR28298.Nico Weber1-5/+6
2016-06-24SimplifyInstruction does not imply DCEDavid Majnemer1-6/+5
2016-06-08[LoopUnroll] Check that DT is available before trying to verify it.Michael Zolotukhin1-1/+1
2016-05-27The patch refactors unroll pass.Evgeny Stupachenko1-3/+7
2016-05-10Minor formatting fixes in LoopUnroll.cpp.Justin Lebar1-4/+2
2016-04-07Follow-up for r265605: don't mutate vector we're iterating.Michael Zolotukhin1-4/+6
2016-04-06[LoopUnroll] Fix the way we update DT after complete unrolling.Michael Zolotukhin1-10/+15
2016-04-05Adds the ability to use an epilog remainder loop during loop unrolling and makesDavid L Kreitzer1-4/+10
2016-03-15Use some braces to format this a little better.Eric Christopher1-5/+9
2016-03-15Fix llvm/llvm/lib/Transforms/Utils/LoopUnroll.cpp:285:53: error: suggestEric Christopher1-11/+9
2016-03-14[LoopUnroll] Respect the convergent attribute.Justin Lebar1-1/+17
2016-03-08rangify, fix function names; NFCISanjay Patel1-27/+22
2016-03-08don't repeat function names in documentation comments; NFCSanjay Patel1-4/+4
2016-02-23Follow up for r261597: Add the * to the auto.Michael Zolotukhin1-1/+1
2016-02-23Follow-up for r261595: use range loop.Michael Zolotukhin1-4/+2
2016-02-23[LoopUnroll] Avoid unnecessary DT recomputation.Michael Zolotukhin1-8/+54
2016-02-22[LoopUnrolling] Fix a bug introduced in r259869 (PR26688).Michael Zolotukhin1-2/+6
2016-02-05[LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.Michael Zolotukhin1-7/+56
2016-01-08LoopInfo: Simplify ownership of Loop objectsJustin Bogner1-2/+2
2015-12-16LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFCJustin Bogner1-8/+5
2015-12-15LPM: Stop threading `Pass *` through all of the loop utility APIs. NFCJustin Bogner1-41/+32
2015-12-09Revert "Revert r253253 and r253126: "Don't recompute LCSSA after loop-unrolli...Michael Zolotukhin1-2/+12
2015-11-19Revert r253253 and r253126: "Don't recompute LCSSA after loop-unrolling when ...Michael Zolotukhin1-12/+2
2015-11-16[PR25538]: Fix a failure caused by r253126.Michael Zolotukhin1-2/+2
2015-11-14Don't recompute LCSSA after loop-unrolling when possible.Michael Zolotukhin1-1/+11
2015-10-13TransformUtils: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-2/+2
2015-10-06[IndVars] Don't break dominance in `eliminateIdentitySCEV`Sanjoy Das1-1/+1
2015-09-23[Unroll] When completely unrolling the loop, replace conditinal branches with...Michael Zolotukhin1-2/+3
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth1-4/+6
2015-07-22[PM/AA] Remove all of the dead AliasAnalysis pointers being threadedChandler Carruth1-1/+1
2015-04-14[LoopUnrollRuntime] Avoid high-cost trip count computation.Sanjoy Das1-3/+12
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer1-1/+1
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-3/+3
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-3/+2
2015-02-02Resurrect the assertion removed by r227717Jingyue Wu1-3/+4
2015-02-01Removed assert that doesn't typecheck and breaks debug MSVC build.Michael Kuperstein1-1/+0
2015-02-01[NVPTX] Emit .pragma "nounroll" for loops marked with nounrollJingyue Wu1-0/+23