Introduce a new technique for merging BasicBlock with Instruction sentinel by superpo...
[oota-llvm.git] / lib / CodeGen / LoopAligner.cpp
2008-11-27 Evan ChengAvoid inserting noop's in the middle of a loop.
2008-10-06 Devang PatelRemove unncessary isDeclaration() checks.
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-09-22 Evan ChengInstead of setPreservesAll, just mark them preseving...
2008-09-22 Evan ChengMark several codegen passes as preserving all analysis.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-14 Dan GohmanUse empty() instead of begin() == end().
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...