aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LoopUnroll.cpp
AgeCommit message (Expand)Author
2010-03-10Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman
2010-01-27Don't bother with sprintf, just pass the Twine through.Benjamin Kramer
2010-01-05Change errs() to dbgs().David Greene
2009-12-18Add Loop contains utility methods for testing whether a loopDan Gohman
2009-11-06remove a bunch of extraneous LLVMContext argumentsChris Lattner
2009-11-05Teach LoopUnroll how to bail if LoopSimplify can't give it what it needs.Dan Gohman
2009-10-31Revert r85667. LoopUnroll currently can't call utility functions whichDan Gohman
2009-10-31Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor intoDan Gohman
2009-10-31Simplify this code.Dan Gohman
2009-10-31Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp toDan Gohman