aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LoopUnroll.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman2010-03-101-6/+0
* Don't bother with sprintf, just pass the Twine through.Benjamin Kramer2010-01-271-5/+1
* Change errs() to dbgs().David Greene2010-01-051-11/+11
* Add Loop contains utility methods for testing whether a loopDan Gohman2009-12-181-4/+4
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-061-2/+1
* Teach LoopUnroll how to bail if LoopSimplify can't give it what it needs.Dan Gohman2009-11-051-1/+12
* Revert r85667. LoopUnroll currently can't call utility functions whichDan Gohman2009-10-311-1/+47
* Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor intoDan Gohman2009-10-311-47/+1
* Simplify this code.Dan Gohman2009-10-311-2/+2
* Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp toDan Gohman2009-10-311-0/+372