aboutsummaryrefslogtreecommitdiff
path: root/include/Support/Statistic.h
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-07-04Add more operators.Alkis Evlogimenos
2004-04-16Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).Brian Gaeke
2004-02-13Update the example here in the header file.Brian Gaeke
2004-01-14add support for -- for symmetryChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-08-01Move debugging support out of Statistic.h into Debug.h, implement the new DEB...Chris Lattner
2002-10-31Statistic class should return const reference to *this, not a reference toChris Lattner
2002-10-01 - Rework Statistics:Chris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-05-22Implement a new command line option, -debug, which is meant to unify all ofChris Lattner
2002-05-10Initial checkin of Statistic classChris Lattner