summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CodeExtractor.cpp
Commit message (Expand)AuthorAge
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* switchinst ctor now takes a hint for the number of cases that it will have.Chris Lattner2005-01-29
* Allow constructor parameter to override aggregating args; fix spacingMisha Brukman2004-11-20
* Fix: CodeExtractor/2004-11-12-InvokeExtract.llChris Lattner2004-11-13
* Fix a bug where the code extractor would get a bit confused handling invokeChris Lattner2004-11-12
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Changes For Bug 352Reid Spencer2004-09-01
* If we are extracting a block that has multiple successors that are the sameChris Lattner2004-08-13
* When we code extract some stuff, leave the codeRepl block in the place whereChris Lattner2004-08-13
* Fix code extraction of unwind blocks. This fixed bugs that bugpoint canChris Lattner2004-08-12
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Progress on PR341Chris Lattner2004-07-15
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Do not pass a null pointer if this instruction is not prepended orAlkis Evlogimenos2004-05-26
* Do not pass in the same argument to the extracted function more than once, andChris Lattner2004-05-12
* Implement support for code extracting basic blocks that have a returnChris Lattner2004-05-12
* Implement splitting of PHI nodes, allowing block extraction of BB's that haveChris Lattner2004-05-12
* * Pull some code out into the definedInRegion/definedInCaller methodsChris Lattner2004-05-12
* Generate substantially better code when there are a limited number of exitsChris Lattner2004-05-12
* Two minor improvements:Chris Lattner2004-05-12
* * Allow aggregating extracted function arguments (controlled by flag)Misha Brukman2004-04-23
* Fix bug: CodeExtractor/2004-03-17-MissedLiveIns.llChris Lattner2004-03-18
* Fix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.llChris Lattner2004-03-18
* Seriously simplify and correct the PHI node handling code.Chris Lattner2004-03-18
* Fix CodeExtractor/2004-03-17-OutputMismatch.llChris Lattner2004-03-18
* Fix several bugs in the extractor:Chris Lattner2004-03-18
* Prune #includes, moving the module interface to the front. Note that thisChris Lattner2004-03-18
* Mostly cosmetic improvements. Do fix the bug where a global value was consid...Chris Lattner2004-03-15
* Assert that input blocks meet the invariants we expectChris Lattner2004-03-15
* No correctness fixes here, just minor qoi fixes:Chris Lattner2004-03-14
* Simplify code a bit, and fix bug CodeExtractor/2004-03-14-NoSwitchSupport.llChris Lattner2004-03-14
* Simplify the code a bit by making the collection of basic blocks to extractChris Lattner2004-03-14
* Minor random cleanupsChris Lattner2004-03-14
* Verify functions as they are produced if -debug is specified. ReduceChris Lattner2004-03-14
* Implement ExtractCodeRegion()Misha Brukman2004-03-02
* * Add implementation of ExtractBasicBlock()Misha Brukman2004-03-01
* A generic code extractor: given a list of BasicBlocks, it will rip them out intoMisha Brukman2004-02-28