RegisterPressure: Hide non-const iterators of PressureDiff
[oota-llvm.git] / lib / CodeGen / IfConversion.cpp
2007-05-29 Evan ChengDon't merge in tail block of a diamond if it has more...
2007-05-29 Evan ChengIf there is an empty block between a source and its...
2007-05-25 Evan ChengSilly boog.
2007-05-23 Evan ChengPreliminary iterative if-conversion support.
2007-05-21 Evan ChengIf-convert early exit blocks (returns, etc.); bug fixes...
2007-05-18 Evan ChengClean up.
2007-05-18 Evan ChengChange to depth-first traversal.
2007-05-18 Evan ChengSome restructuring in preparation for most aggressive...
2007-05-18 Evan ChengWatch out for blocks that end with a return.
2007-05-18 Evan ChengIf true / false blocks fallthrough before ifcvt, add...
2007-05-18 Evan ChengMake use of target specific block size limits; bug...
2007-05-16 Evan ChengisBlockPredicable() always ignore terminal instructions...
2007-05-16 Evan ChengRename M_PREDICATED to M_PREDICABLE; Moved isPredicable...
2007-05-16 Evan ChengDevang points out that we need an assertion here.
2007-05-16 Evan ChengInitial commit of (very basic) if converter.