1. 83059fd Avoid inserting noop's in the middle of a loop. by Evan Cheng · 17 years ago
  2. d365941 Remove unncessary isDeclaration() checks. by Devang Patel · 17 years ago
  3. 93698d9 Remove OptimizeForSize global. Use function attribute optsize. by Devang Patel · 17 years ago
  4. 1b42ac1 Instead of setPreservesAll, just mark them preseving machine loop info and machine dominators. by Evan Cheng · 17 years ago
  5. 465a66e Mark several codegen passes as preserving all analysis. by Evan Cheng · 17 years ago
  6. 26f8c27 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  7. c8424de Use empty() instead of begin() == end(). by Dan Gohman · 17 years ago
  8. 329344e Fix PR2112: don't run loop aligner if target doesn't have a TargetLowering object. by Evan Cheng · 18 years ago
  9. 9be0de2 Remove redundant #include. by Evan Cheng · 18 years ago
  10. 7e29ba0 Added option -align-loops=<true/false> to disable loop aligner pass. by Evan Cheng · 18 years ago
  11. 45c1edb Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries. by Evan Cheng · 18 years ago