1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  5. 688b049 For PR411: by Reid Spencer · 18 years ago
  6. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  7. c5b206b For PR950: by Reid Spencer · 18 years ago
  8. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  9. 62c804a Removed #include <iostream> and used the llvm_cerr/DOUT streams instead. by Bill Wendling · 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. bb227c1 Added documented rsprofiler interface. Also remove new profiler passes, the by Andrew Lenharth · 19 years ago
  13. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  14. 60766f7 Convert tabs to spaces by Misha Brukman · 20 years ago
  15. d9ed8c8 Add missing createXxxPass functions by Jeff Cohen · 20 years ago
  16. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  17. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  18. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  19. 467dd2e Split utility functions out of BlockProfiling.cpp by Chris Lattner · 20 years ago
  20. 81d1a22 initialization calls now return argc. If the program uses the argc value by Chris Lattner · 21 years ago
  21. f7703df Finegrainify namespacification by Chris Lattner · 21 years ago
  22. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  23. 9424575 Refactor code, initial implementation of -insert-block-profiling pass by Chris Lattner · 21 years ago
  24. c0204e0 Pass in argc & argv by Chris Lattner · 21 years ago
  25. baa2007 Initial checkin of profiling instrumentation pass. So far, despite the by Chris Lattner · 21 years ago