SmallVector: Resolve a long-standing fixme by using the existing unitialized_copy...
[oota-llvm.git] / include / llvm / ADT / Statistic.h
2014-04-07 Craig TopperUse 'false' for a bool instead of '0'
2014-03-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2011-12-05 Nick LewyckySilence tsan false-positives (tsan can't track things...
2011-10-10 Andrew TrickAllow stat += 0 without activating the stat.
2011-10-10 Andrew Trickwhitespace
2011-02-26 Daniel DunbarSupport: Add llvm::AreStatisticsEnabled().
2010-11-29 Michael J. SpencerMerge System into Support.
2010-06-24 Dan GohmanAdd a comment about a thread safety issue in Statistic.h.
2010-03-30 Douglas GregorIntroduce namespace-scope functions to enable LLVM...
2009-06-30 Owen AndersonFix the build on Cygwin. Patch by Aaron Gray.
2009-06-23 Owen AndersonUse atomic operations when accessing statistics, and...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-05-27 Matthijs KooijmanUse an explicit llvm:: prefix in the STATISTIC macro...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-12-19 Chris Lattnereliminate constructor from Statistic class. It is...
2006-12-19 John CriswellAdded operator methods to the Statistic class; some...
2006-12-19 Chris LattnerRefactor statistic a big and introduce a horrible-but...
2006-12-08 Chris LattnerChange the implementation of statistic to not need...
2006-12-06 Chris Lattnermerge the Statistic and StatisticBase classes, eliminat...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-08-30 Chris LattnerInstantiate Statistic<> in one place, not in every...
2006-06-21 Chris LattnerAdd some out-of-line virtual dtors so that the class...
2006-01-22 Chris LattnerThis only needs <iosfwd> not <iostream>
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-04 Alkis EvlogimenosAdd more operators.
2004-04-16 Brian GaekeSwitch to including <iostream> for compatibility with...
2004-02-13 Brian GaekeUpdate the example here in the header file.
2004-01-14 Chris Lattneradd support for -- for symmetry
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-08-01 Chris LattnerMove debugging support out of Statistic.h into Debug...
2002-10-31 Chris LattnerStatistic class should return const reference to *this...
2002-10-01 Chris Lattner - Rework Statistics:
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-05-22 Chris LattnerImplement a new command line option, -debug, which...
2002-05-10 Chris LattnerInitial checkin of Statistic class