Preserve ScalarEvolution in the loop unroller.
[oota-llvm.git] / lib / Transforms / Utils / LoopUnroll.cpp
2010-07-26 Dan GohmanPreserve ScalarEvolution in the loop unroller.
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-23 Devang PatelCosmetic change.
2010-04-20 Devang PatelRename ValueMapTy as ValueToValueMapTy to clearly indic...
2010-03-10 Dan GohmanAdd a DominatorTree argument to isLCSSA so that it...
2010-01-27 Benjamin KramerDon't bother with sprintf, just pass the Twine through.
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-18 Dan GohmanAdd Loop contains utility methods for testing whether...
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-05 Dan GohmanTeach LoopUnroll how to bail if LoopSimplify can't...
2009-10-31 Dan GohmanRevert r85667. LoopUnroll currently can't call utility...
2009-10-31 Dan GohmanMerge the enhancements from LoopUnroll's FoldBlockIntoP...
2009-10-31 Dan GohmanSimplify this code.
2009-10-31 Dan GohmanRename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll...