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