1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 0a36152 eliminate constructor from Statistic class. It is now impossible to get a by Chris Lattner · 18 years ago
  3. ecb2768 Refactor statistic a big and introduce a horrible-but-necessary macro by Chris Lattner · 18 years ago
  4. 975f058 Change the implementation of statistic to not need destructors at all. by Chris Lattner · 18 years ago
  5. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 18 years ago
  6. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  7. cf84504 merge the Statistic and StatisticBase classes, eliminating virtual methods by Chris Lattner · 18 years ago
  8. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  9. 52c9171 Instantiate Statistic<> in one place, not in every .o file that uses it. by Chris Lattner · 18 years ago
  10. 70aa33e Add some out-of-line virtual dtors so that the class has a "home", preventing by Chris Lattner · 18 years ago
  11. f976c85 Remove trailing whitespace by Misha Brukman · 19 years ago
  12. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  13. d2c39e9 Pass std::string to constructor as const reference to avoid multiple copies. by Alkis Evlogimenos · 21 years ago
  14. b6d465f 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. a4ca41e This file uses stable_sort by Chris Lattner · 21 years ago
  18. 038e05a Move debug functionality to Debug.cpp/Debug.h by Chris Lattner · 21 years ago
  19. f205fec Add a new info-output-file option (hidden from --help) which is to be used by by Chris Lattner · 21 years ago
  20. 0ad4c00 Remove the -debug option from release executables by Chris Lattner · 22 years ago
  21. 9550dc2 Add #include by Chris Lattner · 22 years ago
  22. c1d4d79 added cast to unsigned to compile with gcc3.2 (sparc) by Anand Shukla · 22 years ago
  23. 96ef1b9 - Rework Statistics: by Chris Lattner · 22 years ago
  24. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  25. 4435ac0 Implement a new command line option, -debug, which is meant to unify all of by Chris Lattner · 22 years ago
  26. f3f4fd5 Initial checkin of Statistic class. by Chris Lattner · 22 years ago