1. 1a25d73 Kill off more cerr/cout uses and prune includes a bit. by Benjamin Kramer · 16 years ago
  2. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  3. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  4. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  5. e7da2d6 Fix typo in comment. by Nick Lewycky · 19 years ago
  6. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  7. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  8. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
  9. 38705d5 Remove use of SlowOperationInformer. by Devang Patel · 19 years ago
  10. 1fa216f eliminate static ctor from example. by Chris Lattner · 19 years ago
  11. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  12. 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  13. ec58903 counter should be unsigned. by Chris Lattner · 19 years ago
  14. a7459ca Removed #include <iostream> and used the llvm_cerr/DOUT streams instead. by Bill Wendling · 19 years ago
  15. c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  16. 2b6d18a Make this example pass use some things from lib/Support (EscapeString, by Reid Spencer · 19 years ago
  17. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  18. a7ba90e Hrm, this pass didn't compile. This bugfix should go into 1.3! by Chris Lattner · 21 years ago
  19. df3c342 Finegrainify namespacification by Chris Lattner · 22 years ago
  20. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  21. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  22. ed7ac42 Initial checkin of the "Hello World" Pass. by Chris Lattner · 23 years ago