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