[ShrinkWrapping] Fix an infinite loop while looking for restore point.
[oota-llvm.git] / lib / CodeGen / ShrinkWrap.cpp
2015-09-15 Quentin Colombet[ShrinkWrapping] Fix an infinite loop while looking...
2015-08-31 Kit BartonRework of the new interface for shrink wrapping
2015-08-14 Kit BartonReverting patch r244235.
2015-08-07 NAKAMURA TakumiShrinkWrap.cpp: Tweak r244235 for a non-functional...
2015-08-06 Kit BartonFix possible infinite loop in shrink wrapping when...
2015-08-06 Kit BartonThis patch changes the interface to enable the shrink...
2015-05-27 Quentin Colombet[ShrinkWrap] Add a target hook to check whether or not
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.