Deleting redundant copy of block extractor pass. See also PR1775.
[oota-llvm.git] / lib / Transforms / IPO / LoopExtractor.cpp
2007-11-05 Gordon HenriksenDeleting redundant copy of block extractor pass. See...
2007-08-21 Devang PatelUse SmallVector instead of std::vector.
2007-08-01 Dan GohmanMore explicit keywords.
2007-06-07 Devang PatelDo not use ETForest as well as DomiantorTree. Dominato...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-07 Owen AndersonExpunge DomSet from CodeExtractor. This is part of...
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerFor PR411:
2006-12-19 Chris LattnerEliminate static ctors due to Statistic objects
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-10 Jeff CohenApply feedback from Chris.
2005-01-08 Jeff CohenAdd more missing createXxxPass functions.
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-13 Chris Lattner"extract" the block extractor pass from bugpoint (haha)
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-03-18 Chris LattnerAdd statistics to the loop extractor. The loop extract...
2004-03-18 Chris LattnerFix problem with PHI nodes having multiple predecessors...
2004-03-18 Chris LattnerThe code extractor needs dominator info. Provide it
2004-03-15 Chris LattnerFix several bugs in the loop extractor. In particular...
2004-03-14 Chris LattnerSplit into two passes. Now there is the general loop...
2004-03-14 Chris LattnerPasses don't print stuff!
2004-03-14 Chris LattnerFunctionPass's should not define their own 'run' method.
2004-03-14 Chris LattnerMove prototype to IPO.h instead of Scalar.h
2004-03-14 Chris LattnerIndent anon namespace properly, add copyright block
2004-03-14 Chris LattnerMove to the IPO library. Utils shouldn't contain passes.