summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopUnrollPass.cpp
Commit message (Expand)AuthorAge
...
* Lower the unrolling theshold to 150. Empirical tests indicate that this is a...Owen Anderson2010-09-10
* What the loop unroller cares about, rather than just not unrolling loops with...Owen Anderson2010-09-09
* Revert r113439, which relaxed the requirement that loops containing calls can...Owen Anderson2010-09-09
* r113526 introduced an unintended change to the loop unrolling threshold. Rev...Owen Anderson2010-09-09
* Fix typo in code to cap the loop code size reduction calculation.Owen Anderson2010-09-09
* Use code-size reduction metrics to estimate the amount of savings we'll get w...Owen Anderson2010-09-09
* Relax the "don't unroll loops containing calls" rule. Instead, when a loop c...Owen Anderson2010-09-08
* Add a separate unrolling threshold when the current function is being optimiz...Owen Anderson2010-09-07
* now that loop passes don't use DomFrontier, there is no reasonChris Lattner2010-08-29
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Experiments show that we can safely increase our unrolling threshold without ...Owen Anderson2010-08-04
* Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman2010-07-26
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman2010-03-10
* Don't unroll loops containing function calls.Jakob Stoklund Olesen2010-02-05
* Change errs() to dbgs().David Greene2010-01-05
* Replace LoopUnrollPass.cpp's custom code-size estimation code usingDan Gohman2009-10-31
* Remove an unnecessary #include.Dan Gohman2009-10-31
* Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp toDan Gohman2009-10-31