aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Statistic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass std::string to constructor as const reference to avoid multipleAlkis Evlogimenos2004-01-061-1/+1
* Finegrainify namespacificationChris Lattner2003-12-141-5/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+5
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* This file uses stable_sortChris Lattner2003-08-131-0/+1
* Move debug functionality to Debug.cpp/Debug.hChris Lattner2003-08-011-12/+1
* Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner2003-05-091-10/+18
* Remove the -debug option from release executablesChris Lattner2003-02-091-0/+3
* Add #includeChris Lattner2002-10-271-0/+1
* added cast to unsigned to compile with gcc3.2 (sparc)Anand Shukla2002-10-041-2/+4
* - Rework Statistics:Chris Lattner2002-10-011-6/+59
* *** empty log message ***Chris Lattner2002-07-221-2/+10
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-221-0/+3
* Initial checkin of Statistic class.Chris Lattner2002-05-101-0/+31