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