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. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 18 years ago
  5. 3b27d68 eliminate static ctors from Statistics 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. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 18 years ago
  9. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 18 years ago
  10. 7238210 Add explicit iostream #includes by Chris Lattner · 19 years ago
  11. 4fb1b21 expose a ctor by Chris Lattner · 19 years ago
  12. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  13. 6ae7e98 Directly count the number of memory instructions. by Chris Lattner · 19 years ago
  14. e26057a Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ by Reid Spencer · 20 years ago
  15. 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 20 years ago
  16. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  17. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  18. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  19. 6666a04 There is no reason for this to be a pass! by Chris Lattner · 21 years ago
  20. a1af8bd Add total instruction, bb, & function counts by Chris Lattner · 22 years ago
  21. 149a520 Simplify code by Chris Lattner · 22 years ago
  22. db85e38 Count CallInsts correctly, remove unneccesary initializers by Chris Lattner · 22 years ago
  23. e555460 Gives the count for various instructions. by Dinakar Dhurjati · 22 years ago