summaryrefslogtreecommitdiff
path: root/include/Support/Statistic.h
Commit message (Expand)AuthorAge
* 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