1. 96d4bf7 Make the create...() functions for some of these passes return a FunctionPass *. by Brian Gaeke · 21 years ago
  2. 0f312d6 Implement the interfaces to update value numbering information. Add an assert. by Chris Lattner · 21 years ago
  3. 5da8097 Implement test/Regression/Transforms/GCSE/undefined_load.ll by Chris Lattner · 21 years ago
  4. 002be76 Add some missing functions. Make sure to handle calls together in case the by Chris Lattner · 21 years ago
  5. 5a6e947 Implement CSE of call instructions in the most trivial case. This implements by Chris Lattner · 21 years ago
  6. 3b303d9 In a "seeing the forest through the trees" kinda situation, I realized that a by Chris Lattner · 22 years ago
  7. 57ef9a2 This is a big diff with no functionality change. We just reorder some code, by Chris Lattner · 22 years ago
  8. 270db36 finegrainify namespacification by Chris Lattner · 22 years ago
  9. 1ad5bc5 Fixed Chris' typo. by Tanya Lattner · 22 years ago
  10. adf9b90 Implement optimizations for handling large basic blocks. by Chris Lattner · 22 years ago
  11. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  12. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  13. 2f2d065 Fixed spelling and grammar. by Misha Brukman · 22 years ago
  14. 7bc439a Spell `definitely' correctly. by Misha Brukman · 22 years ago
  15. bd70a31 Fix bug: RLE-Preserve-Volatile.ll by Chris Lattner · 22 years ago
  16. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  17. aed2c6d If the alias analysis algorithm we are using can provide MUST alias information, by Chris Lattner · 22 years ago
  18. 28c6cf2 Implement forwarding from stores to loads of must-aliased pointers. by Chris Lattner · 22 years ago
  19. f98d8d8 Calculate and pass load sizes to the alias analysis infrastructure by Chris Lattner · 22 years ago
  20. 71c7ec9 Initial implementation of value numbering for load instructions by Chris Lattner · 23 years ago