aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Statistic.cpp
AgeCommit message (Expand)Author
2006-06-21Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-01-06Pass std::string to constructor as const reference to avoid multipleAlkis Evlogimenos
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-13This file uses stable_sortChris Lattner
2003-08-01Move debug functionality to Debug.cpp/Debug.hChris Lattner
2003-05-09Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner
2003-02-09Remove the -debug option from release executablesChris Lattner
2002-10-27Add #includeChris Lattner
2002-10-04added cast to unsigned to compile with gcc3.2 (sparc)Anand Shukla
2002-10-01 - Rework Statistics:Chris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-05-22Implement a new command line option, -debug, which is meant to unify all ofChris Lattner
2002-05-10Initial checkin of Statistic class.Chris Lattner