aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/Statistic.h
Commit message (Expand)AuthorAgeFilesLines
* 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