Detemplatize the Statistic class. The only type it is instantiated with
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnroll.cpp
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-26 Bill WendlingRemoved #include <iostream> and replaced with llvm_...
2006-11-02 Reid SpencerFor PR786:
2006-10-20 Reid SpencerFor PR950:
2006-08-29 Owen AndersonClean up a bit.
2006-08-28 Owen AndersonMake LoopUnroll fold excessive BasicBlocks. This resul...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-25 Owen AndersonFix a crash related to updating Phi nodes in the origin...
2006-08-24 Owen AndersonImplement unrolling of multiblock loops. This signific...
2006-07-20 Chris LattnerMinor comment tweaks
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...