aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CodeExtractor.cpp
AgeCommit message (Expand)Author
2004-03-15Assert that input blocks meet the invariants we expectChris Lattner
2004-03-14No correctness fixes here, just minor qoi fixes:Chris Lattner
2004-03-14Simplify code a bit, and fix bug CodeExtractor/2004-03-14-NoSwitchSupport.llChris Lattner
2004-03-14Simplify the code a bit by making the collection of basic blocks to extractChris Lattner
2004-03-14Minor random cleanupsChris Lattner
2004-03-14Verify functions as they are produced if -debug is specified. ReduceChris Lattner
2004-03-02Implement ExtractCodeRegion()Misha Brukman
2004-03-01* Add implementation of ExtractBasicBlock()Misha Brukman
2004-02-28A generic code extractor: given a list of BasicBlocks, it will rip them out intoMisha Brukman