aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopUnrollPass.cpp
AgeCommit message (Expand)Author
2010-08-29now that loop passes don't use DomFrontier, there is no reasonChris Lattner
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-04Experiments show that we can safely increase our unrolling threshold without ...Owen Anderson
2010-07-26Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-03-10Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman
2010-02-05Don't unroll loops containing function calls.Jakob Stoklund Olesen
2010-01-05Change errs() to dbgs().David Greene
2009-10-31Replace LoopUnrollPass.cpp's custom code-size estimation code usingDan Gohman
2009-10-31Remove an unnecessary #include.Dan Gohman
2009-10-31Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp toDan Gohman