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. 4beccb8 Remove use of SlowOperationInformer. by Devang Patel · 17 years ago
  5. cbfdd1f eliminate static ctor from example. by Chris Lattner · 18 years ago
  6. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  7. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  8. 698b51e counter should be unsigned. by Chris Lattner · 18 years ago
  9. 62c804a Removed #include <iostream> and used the llvm_cerr/DOUT streams instead. by Bill Wendling · 18 years ago
  10. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  11. 05445e3 Make this example pass use some things from lib/Support (EscapeString, by Reid Spencer · 18 years ago
  12. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  13. a5de823 Hrm, this pass didn't compile. This bugfix should go into 1.3! by Chris Lattner · 20 years ago
  14. f7703df Finegrainify namespacification by Chris Lattner · 21 years ago
  15. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  16. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  17. 180e568 Initial checkin of the "Hello World" Pass. by Chris Lattner · 22 years ago