1. a7459ca Removed #include <iostream> and used the llvm_cerr/DOUT streams instead. by Bill Wendling · 19 years ago
  2. 97c9f20 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 19 years ago
  3. c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  4. 517caef Added documented rsprofiler interface. Also remove new profiler passes, the by Andrew Lenharth · 20 years ago
  5. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  6. 417ca17 Convert tabs to spaces by Misha Brukman · 21 years ago
  7. 9a7ac16 Add missing createXxxPass functions by Jeff Cohen · 21 years ago
  8. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  9. cb3fb5d bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  10. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  11. dae48f9 Split utility functions out of BlockProfiling.cpp by Chris Lattner · 22 years ago
  12. 3232bbb initialization calls now return argc. If the program uses the argc value by Chris Lattner · 22 years ago
  13. df3c342 Finegrainify namespacification by Chris Lattner · 22 years ago
  14. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  15. 3420137 Refactor code, initial implementation of -insert-block-profiling pass by Chris Lattner · 22 years ago
  16. 183fa7c Pass in argc & argv by Chris Lattner · 22 years ago
  17. c8ba067 Initial checkin of profiling instrumentation pass. So far, despite the by Chris Lattner · 22 years ago