aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/UnrollLoop.cpp
AgeCommit message (Expand)Author
2009-10-31Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp toDan Gohman
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar
2009-07-06Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson
2008-12-03Factor some code into a new FoldSingleEntryPHINodes method.Chris Lattner
2008-10-08Add <cstdio> include where needed by gcc-4.4.Duncan Sands
2008-06-24Revert 52645, the loop unroller changes. It caused a regression in 252.eon.Dan Gohman
2008-06-23Revamp the loop unroller, extending it to correctly update PHI nodesDan Gohman
2008-05-14Split the loop unroll mechanism logic out into a utility function.Dan Gohman