1. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  2. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  3. 7e44256 Fix memory corruption I introduced a few checkins ago. by Andrew Trick · 14 years ago
  4. 1393ec2 SCEV: Rewrite TrandformForPostIncUse to handle expression DAGs, not by Andrew Trick · 14 years ago
  5. 8b55b73 Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap by Andrew Trick · 15 years ago
  6. 47bec3c Disable the asserts that check that normalization is perfectly by Dan Gohman · 15 years ago
  7. 625fd22 Fix SCEV denormalization of expressions where the exit value from by Dan Gohman · 15 years ago
  8. 191f2e4 Change an argument from an Instruction* to a Value*, which is all by Dan Gohman · 15 years ago
  9. d1488fd Minor code cleanups. by Dan Gohman · 15 years ago
  10. 3ff13af Minor code simplification. by Dan Gohman · 15 years ago
  11. 538b413 Fix normalization and de-normalization of non-affine SCEVs. by Dan Gohman · 15 years ago
  12. d006ab9 Generalize IVUsers to track arbitrary expressions rather than expressions by Dan Gohman · 16 years ago