1. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  2. bbebcb6 Teach SCEV normalization to de/normalize non-affine add recs by Sanjoy Das · 8 years ago
  3. 3470e14 Rewrite SCEV Normalization using SCEVRewriteVisitor; NFC by Sanjoy Das · 8 years ago
  4. 01545be Remove "#if 0"ed out assert by Sanjoy Das · 8 years ago
  5. 369f303 Delete some unnecessary boilerplate by Sanjoy Das · 8 years ago
  6. 478cd98 Use range for by Sanjoy Das · 8 years ago
  7. c5a87a1 Simplify PostIncTransform further; NFC by Sanjoy Das · 8 years ago
  8. e3a15e8 Tighten the API for ScalarEvolutionNormalization by Sanjoy Das · 8 years ago
  9. ac9f3ea Remove NormalizeAutodetect; NFC by Sanjoy Das · 8 years ago
  10. 62f4b6b Use transform instead of manual loop; NFC by Sanjoy Das · 8 years ago
  11. af50837 Remove emacs mode markers from .cpp files. NFC by Nick Lewycky · 9 years ago
  12. 5a82c91 Analysis: Remove implicit ilist iterator conversions by Duncan P. N. Exon Smith · 10 years ago
  13. 039781e Fix typos in comments, NFC by Robin Morisset · 11 years ago
  14. 26b6edc test check-in: added missing parenthesis in comment by Sanjay Patel · 11 years ago
  15. 9f00886 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  16. ed0a7761 Add stride normalization to SCEV Normalize/Denormalize transformation. by Michael Zolotukhin · 12 years ago
  17. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  18. 29abce3 Fix LSR: don't normalize quadratic recurrences. by Andrew Trick · 12 years ago
  19. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  20. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  21. 7e44256 Fix memory corruption I introduced a few checkins ago. by Andrew Trick · 14 years ago
  22. 1393ec2 SCEV: Rewrite TrandformForPostIncUse to handle expression DAGs, not by Andrew Trick · 14 years ago
  23. 8b55b73 Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap by Andrew Trick · 15 years ago
  24. 47bec3c Disable the asserts that check that normalization is perfectly by Dan Gohman · 15 years ago
  25. 625fd22 Fix SCEV denormalization of expressions where the exit value from by Dan Gohman · 15 years ago
  26. 191f2e4 Change an argument from an Instruction* to a Value*, which is all by Dan Gohman · 15 years ago
  27. d1488fd Minor code cleanups. by Dan Gohman · 15 years ago
  28. 3ff13af Minor code simplification. by Dan Gohman · 15 years ago
  29. 538b413 Fix normalization and de-normalization of non-affine SCEVs. by Dan Gohman · 15 years ago
  30. d006ab9 Generalize IVUsers to track arbitrary expressions rather than expressions by Dan Gohman · 15 years ago