now that loop passes don't use DomFrontier, there is no reason
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnrollPass.cpp
2010-08-29 Chris Lattnernow that loop passes don't use DomFrontier, there is...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-04 Owen AndersonExperiments show that we can safely increase our unroll...
2010-07-26 Dan GohmanRemove LCSSA's bogus dependence on LoopSimplify and...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-03-10 Dan GohmanAdd a DominatorTree argument to isLCSSA so that it...
2010-02-05 Jakob Stoklund OlesenDon't unroll loops containing function calls.
2010-01-05 David GreeneChange errs() to dbgs().
2009-10-31 Dan GohmanReplace LoopUnrollPass.cpp's custom code-size estimatio...
2009-10-31 Dan GohmanRemove an unnecessary #include.
2009-10-31 Dan GohmanRename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll...