Added ARM::mls for armv6t2.
[oota-llvm.git] / lib / CodeGen / CodePlacementOpt.cpp
2009-05-18 Bob WilsonFix CodePlacementOpt::OptimizeIntraLoopEdges so that...
2009-05-13 Evan ChengRun code placement optimization for targets that want...
2009-05-12 Evan ChengIf header of inner loop is aligned, do not align the...
2009-05-12 Bob WilsonFix pr4195: When iterating through predecessor blocks...
2009-05-09 Evan ChengOops. Don't forget to align single bb loops.
2009-05-08 Evan ChengEnable loop bb placement optimization.
2009-05-08 Evan ChengDon't align loop header unless the loop back edge is...
2009-05-08 Evan ChengReverse branch condition only when there is a condition...
2009-05-08 Nick LewyckyAdd explicit braces to disambiguate nested if/else...
2009-05-08 Evan ChengOptimize code placement in loop to eliminate unconditio...
2009-05-07 Evan ChengCode refactoring.
2009-05-07 Evan ChengRename "loop aligner" pass to "code placement optimizat...