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