Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnrollPass.cpp
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...