Fix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
[oota-llvm.git] / lib / Transforms / Utils / CodeExtractor.cpp
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
2004-03-18 Chris LattnerSeriously simplify and correct the PHI node handling...
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-OutputMismatch.ll
2004-03-18 Chris LattnerFix several bugs in the extractor:
2004-03-18 Chris LattnerPrune #includes, moving the module interface to the...
2004-03-15 Chris LattnerMostly cosmetic improvements. Do fix the bug where...
2004-03-15 Chris LattnerAssert that input blocks meet the invariants we expect
2004-03-14 Chris LattnerNo correctness fixes here, just minor qoi fixes:
2004-03-14 Chris LattnerSimplify code a bit, and fix bug CodeExtractor/2004...
2004-03-14 Chris LattnerSimplify the code a bit by making the collection of...
2004-03-14 Chris LattnerMinor random cleanups
2004-03-14 Chris LattnerVerify functions as they are produced if -debug is...
2004-03-02 Misha BrukmanImplement ExtractCodeRegion()
2004-03-01 Misha Brukman* Add implementation of ExtractBasicBlock()
2004-02-28 Misha BrukmanA generic code extractor: given a list of BasicBlocks...