Fix a coalescer bug wrt how dead copy interval is shortened.
[oota-llvm.git] / lib / CodeGen / LoopAligner.cpp
2008-02-29 Evan ChengFix PR2112: don't run loop aligner if target doesn...
2008-02-29 Evan ChengRemove redundant #include.
2008-02-28 Evan ChengAdded option -align-loops=<true/false> to disable loop...
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...