1. 60db058 Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.) by Hal Finkel · 11 years ago
  2. af7a87d RecursivelyDeleteTriviallyDeadInstructions() could remove by Gerolf Hoflehner · 12 years ago
  3. c46e9b0 Revert commit r207302 since build failures have been reported. by Gerolf Hoflehner · 12 years ago
  4. 3421010 RecursivelyDeleteTriviallyDeadInstructions() could remove by Gerolf Hoflehner · 12 years ago
  5. f40110f [C++] Use 'nullptr'. Transforms edition. by Craig Topper · 12 years ago
  6. 964daaa [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  7. ceec2bd Implement depth_first and inverse_depth_first range factory functions. by David Blaikie · 12 years ago
  8. cdf4788 [C++11] Add range based accessors for the Use-Def chain of a Value. by Chandler Carruth · 12 years ago
  9. 3e4c697 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  10. 9351251 Make DataLayout a plain object, not a pass. by Rafael Espindola · 12 years ago
  11. 612886f Rename a few more DataLayout variables. by Rafael Espindola · 12 years ago
  12. 7352302 [PM] Split DominatorTree into a concrete analysis result object which by Chandler Carruth · 12 years ago
  13. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  14. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  15. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  16. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  17. 8bcc971 Make MemoryBuiltins aware of TargetLibraryInfo. by Benjamin Kramer · 13 years ago
  18. c24b86f Propagate TargetLibraryInfo throughout ConstantFolding.cpp and by Chad Rosier · 14 years ago
  19. 697de77 Speed up instsimplify by about 10-15% by not bothering to retry by Duncan Sands · 15 years ago
  20. 2c440fa Simplify this pass by using a depth-first iterator to ensure that all by Duncan Sands · 15 years ago
  21. 6cc7126 Zap dead instructions harder. by Duncan Sands · 15 years ago
  22. 3b8af41 Visit instructions deterministically. Use a FIFO so as to approximately by Duncan Sands · 15 years ago
  23. e7cbb64 If an instruction simplifies, try again to simplify any uses of it. This is by Duncan Sands · 15 years ago
  24. eaff500 Oops, forgot to add the pass itself! by Duncan Sands · 15 years ago