1. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  2. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  3. 0ba77a0 Add support to indvars for optimizing sadd.with.overflow. by Andrew Trick · 12 years ago
  4. fc3ea6f Don't use a potentially expensive shift if all we want is one set bit. by Benjamin Kramer · 12 years ago
  5. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  6. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  7. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  8. 628a39f Remove unused private fields found by clang's new -Wunused-private-field. by Benjamin Kramer · 13 years ago
  9. 0654989 Remove unused simplifyIVUsers by Andrew Trick · 14 years ago
  10. 070e540 LSR fix: Add isSimplifiedLoopNest to IVUsers analysis. by Andrew Trick · 14 years ago
  11. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  12. 9490458 Fix an overly general check in SimplifyIndvar to handle useless phi cycles. by Andrew Trick · 14 years ago
  13. 547b6c5 Stop emitting instructions with the name "tmp" they eat up memory and have to be uniqued, without any benefit. by Benjamin Kramer · 14 years ago
  14. 7251e41 [indvars] Fix PR10946: SCEV cannot handle Vector IVs. by Andrew Trick · 14 years ago
  15. 6dbb060 Comments. Thanks for the spell check Nick! by Andrew Trick · 14 years ago
  16. e629d00 Cleanup. Make ScalarEvolution an explicit argument of the by Andrew Trick · 14 years ago
  17. 74664d5 SimplifyIndVar: make foldIVUser iterative to fold a chain of operands. by Andrew Trick · 14 years ago
  18. 3ec331e Added a SimplifyIndVar utility to simplify induction variable users by Andrew Trick · 14 years ago