1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 915c656 Fix for edge profiling, patch by 'Marc' for PR1857 by Chris Lattner · 17 years ago
  3. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  4. 1997473 Drop 'const' by Devang Patel · 17 years ago
  5. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  6. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  7. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  8. 688b049 For PR411: by Reid Spencer · 18 years ago
  9. c5b206b For PR950: by Reid Spencer · 18 years ago
  10. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  11. 62c804a Removed #include <iostream> and used the llvm_cerr/DOUT streams instead. by Bill Wendling · 18 years ago
  12. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  13. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  14. d9ed8c8 Add missing createXxxPass functions by Jeff Cohen · 20 years ago
  15. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  16. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  17. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  18. b2f12a2 Initial support for edge profiling by Chris Lattner · 20 years ago