Implement Transforms/InstCombine/IntPtrCast.ll
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnroll.cpp
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...