1. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  2. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  3. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  4. 8bcc971 Make MemoryBuiltins aware of TargetLibraryInfo. by Benjamin Kramer · 13 years ago
  5. c24b86f Propagate TargetLibraryInfo throughout ConstantFolding.cpp and by Chad Rosier · 14 years ago
  6. 697de77 Speed up instsimplify by about 10-15% by not bothering to retry by Duncan Sands · 15 years ago
  7. 2c440fa Simplify this pass by using a depth-first iterator to ensure that all by Duncan Sands · 15 years ago
  8. 6cc7126 Zap dead instructions harder. by Duncan Sands · 15 years ago
  9. 3b8af41 Visit instructions deterministically. Use a FIFO so as to approximately by Duncan Sands · 15 years ago
  10. e7cbb64 If an instruction simplifies, try again to simplify any uses of it. This is by Duncan Sands · 15 years ago
  11. eaff500 Oops, forgot to add the pass itself! by Duncan Sands · 15 years ago