aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/Statistic.h
AgeCommit message (Expand)Author
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2011-12-05Silence tsan false-positives (tsan can't track things which are only safe due toNick Lewycky
2011-10-10Allow stat += 0 without activating the stat.Andrew Trick
2011-10-10whitespaceAndrew Trick
2011-02-26Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar
2010-11-29Merge System into Support.Michael J. Spencer
2010-06-24Add a comment about a thread safety issue in Statistic.h.Dan Gohman
2010-03-30Introduce namespace-scope functions to enable LLVM statistics withoutDouglas Gregor
2009-06-30Fix the build on Cygwin. Patch by Aaron Gray.Owen Anderson
2009-06-23Use atomic operations when accessing statistics, and make the lazy initializa...Owen Anderson
2009-01-09Removed trailing whitespace.Misha Brukman
2008-05-27Use an explicit llvm:: prefix in the STATISTIC macro, so STATISTIC can still beMatthijs Kooijman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-12-19eliminate constructor from Statistic class. It is now impossible to get aChris Lattner
2006-12-19Added operator methods to the Statistic class; some LLVM projects dependJohn Criswell
2006-12-19Refactor statistic a big and introduce a horrible-but-necessary macroChris Lattner
2006-12-08Change the implementation of statistic to not need destructors at all.Chris Lattner
2006-12-06merge the Statistic and StatisticBase classes, eliminating virtual methodsChris Lattner
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-08-30Instantiate Statistic<> in one place, not in every .o file that uses it.Chris Lattner
2006-06-21Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner
2006-01-22This only needs <iosfwd> not <iostream>Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-07-04Add more operators.Alkis Evlogimenos
2004-04-16Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).Brian Gaeke
2004-02-13Update the example here in the header file.Brian Gaeke
2004-01-14add support for -- for symmetryChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-08-01Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner
2002-10-31Statistic class should return const reference to *this, not a reference toChris Lattner
2002-10-01 - Rework Statistics:Chris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-05-22Implement a new command line option, -debug, which is meant to unify all ofChris Lattner
2002-05-10Initial checkin of Statistic classChris Lattner