[ShrinkWrapping] Do not choose restore point inside loops.
[oota-llvm.git] / lib / CodeGen / ShrinkWrap.cpp
2015-12-15 Quentin Colombet[ShrinkWrapping] Do not choose restore point inside...
2015-11-20 Arnaud A. de Grand... [ShrinkWrap] Teach ShrinkWrap to handle targets requiri...
2015-11-14 Quentin Colombet[ShrinkWrapping] Disable the optimization for functions...
2015-11-12 Quentin Colombet[ShrinkWrap] Fix a typo in a comment.
2015-11-12 Quentin Colombet[ShrinkWrap] Make sure we do not mess up with EH funcle...
2015-11-06 Quentin Colombet[ShrinkWrapping] Teach shrink-wrapping how to analyze...
2015-09-17 Quentin Colombet[ShrinkWrap] Refactor the handling of infinite loop...
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.