1. 7857a64 Disable statistics on Release builds and move tests that depend on -stats. by Jan Wen Voung · 13 years ago
  2. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  3. 91ce36c Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767 by Sylvestre Ledru · 13 years ago
  4. 721cffd Fix a typo 'iff' => 'if' by Sylvestre Ledru · 13 years ago
  5. 897a57e Silence tsan false-positives (tsan can't track things which are only safe due to by Nick Lewycky · 14 years ago
  6. cc863b2 Let printf do the formatting instead aligning strings ourselves. by Benjamin Kramer · 14 years ago
  7. 06dfe8e Support: Add llvm::AreStatisticsEnabled(). by Daniel Dunbar · 15 years ago
  8. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  9. a927736 remove trailing whitespace by Jim Grosbach · 15 years ago
  10. 83fd015 Introduce namespace-scope functions to enable LLVM statistics without by Douglas Gregor · 16 years ago
  11. 6cbd8d1 rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile and by Chris Lattner · 16 years ago
  12. dcd68b7 if a timergroup is destroyed before its timers, print times. by Chris Lattner · 16 years ago
  13. b28b1ed Change errs() to dbgs(). by David Greene · 16 years ago
  14. 819d15c Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutex by Torok Edwin · 16 years ago
  15. 471ba48 remove some uses of llvm/Support/Streams.h by Chris Lattner · 16 years ago
  16. 5c96ef7 Have scoped mutexes take referenes instead of pointers. by Owen Anderson · 16 years ago
  17. ca8f986 Use atomic operations when accessing statistics, and make the lazy initialization of statistics actually threadsafe. by Owen Anderson · 16 years ago
  18. 975ce63 Guard the statistics table. by Owen Anderson · 16 years ago
  19. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  20. 86cb318 Fix more -Wshorten-64-to-32 warnings. by Evan Cheng · 18 years ago
  21. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  22. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  23. 00bb216 eliminate constructor from Statistic class. It is now impossible to get a by Chris Lattner · 19 years ago
  24. 13bfd32 Refactor statistic a big and introduce a horrible-but-necessary macro by Chris Lattner · 19 years ago
  25. 8c9969a Change the implementation of statistic to not need destructors at all. by Chris Lattner · 19 years ago
  26. 30c0f33 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 19 years ago
  27. 355fc5a Removed more <iostream> includes by Bill Wendling · 19 years ago
  28. 5bbf770 merge the Statistic and StatisticBase classes, eliminating virtual methods by Chris Lattner · 19 years ago
  29. 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  30. f5bed76 Instantiate Statistic<> in one place, not in every .o file that uses it. by Chris Lattner · 19 years ago
  31. 1c12a88 Add some out-of-line virtual dtors so that the class has a "home", preventing by Chris Lattner · 19 years ago
  32. 10468d8 Remove trailing whitespace by Misha Brukman · 21 years ago
  33. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  34. 96e9a91 Pass std::string to constructor as const reference to avoid multiple copies. by Alkis Evlogimenos · 22 years ago
  35. dd978ce Finegrainify namespacification by Chris Lattner · 22 years ago
  36. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  37. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  38. afa3ec4 This file uses stable_sort by Chris Lattner · 22 years ago
  39. 8fb754a Move debug functionality to Debug.cpp/Debug.h by Chris Lattner · 22 years ago
  40. b0e5958 Add a new info-output-file option (hidden from --help) which is to be used by by Chris Lattner · 22 years ago
  41. c15e3d9 Remove the -debug option from release executables by Chris Lattner · 23 years ago
  42. c98c871 Add #include by Chris Lattner · 23 years ago
  43. 195d3fb added cast to unsigned to compile with gcc3.2 (sparc) by Anand Shukla · 23 years ago
  44. c758fe6 - Rework Statistics: by Chris Lattner · 23 years ago
  45. f5cad15 *** empty log message *** by Chris Lattner · 23 years ago
  46. 5184bdc Implement a new command line option, -debug, which is meant to unify all of by Chris Lattner · 23 years ago
  47. 9eb0052 Initial checkin of Statistic class. by Chris Lattner · 23 years ago