1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. 45fb3f3 For PR950: by Reid Spencer · 18 years ago
  3. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  4. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  5. 4f1bd9e For PR780: by Reid Spencer · 18 years ago
  6. 192913e Change from using a stub function to a stub variable for passing to the by Reid Spencer · 18 years ago
  7. 0fa07f9 Implement value #'ing for vector operations, implementing by Chris Lattner · 18 years ago
  8. 03f774a Value# select instructions, allowing -gcse to remove duplicates by Chris Lattner · 19 years ago
  9. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  10. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 20 years ago
  11. 4d099f7 Wrap at 80 cols by Misha Brukman · 20 years ago
  12. 1e296bf Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making by Reid Spencer · 20 years ago
  13. 698c4a4 Minor efficiency improvement, finegrainify namespacification by Chris Lattner · 20 years ago
  14. 40c5767 Simplify implementation, and probably speed things up too. by Chris Lattner · 21 years ago
  15. 8e32f5e IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h by Brian Gaeke · 21 years ago
  16. b66214c Remove dead variable by Chris Lattner · 21 years ago
  17. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  18. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  19. 2f2d065 Fixed spelling and grammar. by Misha Brukman · 21 years ago
  20. f37c344 Use new isCommutative interface, which gives us SetEQ and SetNE for free. by Chris Lattner · 22 years ago
  21. c3a3881 Convert BasicVN to be an ImmutablePass by Chris Lattner · 22 years ago
  22. 3e813b3 Minor cleanups so I can remove BasicValueNumbering.h by Chris Lattner · 22 years ago
  23. 74542b6 initial implementation of ValueNumbering interface. by Chris Lattner · 22 years ago