Add an assertion.
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnroll.cpp
2006-07-19 Owen AndersonAdd an assertion.
2006-07-19 Owen AndersonMake LoopUnroll not die on LCSSA Phis. This makes...
2006-06-07 Reid SpencerFix a spello in a comment.
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-06 Chris LattnerFix a bug where we could corrupt a parent loop's header...
2005-01-08 Chris LattnerSilence VS warnings.
2004-11-22 Chris LattnerDo not consider debug intrinsics in the size computatio...
2004-10-18 Reid SpencerCorrection to allow compilation with Visual C++.
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-05-13 Chris LattnerFix a nasty bug that caused us to unroll EXTREMELY...
2004-04-20 Chris LattnerFix PR325
2004-04-19 Chris LattnerAdd #include
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-18 Chris LattnerReduce the unrolling limit
2004-04-18 Chris LattnerIf the preheader of the loop was the entry block of...
2004-04-18 Chris LattnerBe much more careful about how we update instructions...
2004-04-18 Chris LattnerAfter unrolling our single basic block loop, fold it...
2004-04-18 Chris LattnerFix a bug: this does not preserve the CFG!
2004-04-18 Chris LattnerInitial checkin of a simple loop unroller. This pass...