summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/LoopExtractor.cpp
Commit message (Expand)AuthorAge
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* "extract" the block extractor pass from bugpoint (haha)Chris Lattner2004-08-13
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Change the ExitBlocks list from being explicitly contained in the LoopChris Lattner2004-04-18
* Add statistics to the loop extractor. The loop extractor has successfullyChris Lattner2004-03-18
* Fix problem with PHI nodes having multiple predecessors from differentChris Lattner2004-03-18
* The code extractor needs dominator info. Provide itChris Lattner2004-03-18
* Fix several bugs in the loop extractor. In particular, subloops were neverChris Lattner2004-03-15
* Split into two passes. Now there is the general loop extractor, usable onChris Lattner2004-03-14
* Passes don't print stuff!Chris Lattner2004-03-14
* FunctionPass's should not define their own 'run' method.Chris Lattner2004-03-14
* Move prototype to IPO.h instead of Scalar.hChris Lattner2004-03-14
* Indent anon namespace properly, add copyright blockChris Lattner2004-03-14
* Move to the IPO library. Utils shouldn't contain passes.Chris Lattner2004-03-14