Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / ADT / Statistic.h
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