summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Statistic.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Instantiate Statistic<> in one place, not in every .o file that uses it.Chris Lattner2006-08-301-0/+2
| | | | llvm-svn: 29971
* Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner2006-06-211-0/+4
| | | | | | vtables for (e.g.) Instruction from being emitted into every .o file. llvm-svn: 28898
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
| | | | llvm-svn: 21422
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Pass std::string to constructor as const reference to avoid multipleAlkis Evlogimenos2004-01-061-1/+1
| | | | | | copies. llvm-svn: 10705
* Finegrainify namespacificationChris Lattner2003-12-141-5/+2
| | | | | | Make the Timer code give correct user/system/user+system times when -track-memory is enabled llvm-svn: 10463
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+5
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* This file uses stable_sortChris Lattner2003-08-131-0/+1
| | | | llvm-svn: 7831
* Move debug functionality to Debug.cpp/Debug.hChris Lattner2003-08-011-12/+1
| | | | llvm-svn: 7494
* Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner2003-05-091-10/+18
| | | | | | the testing scripts to avoid breaking diffs while still gathering stats. llvm-svn: 6067
* Remove the -debug option from release executablesChris Lattner2003-02-091-0/+3
| | | | llvm-svn: 5521
* Add #includeChris Lattner2002-10-271-0/+1
| | | | llvm-svn: 4291
* added cast to unsigned to compile with gcc3.2 (sparc)Anand Shukla2002-10-041-2/+4
| | | | llvm-svn: 4041
* - Rework Statistics:Chris Lattner2002-10-011-6/+59
| | | | | | | | | | | * Renamed StatisticReporter.h/cpp to Statistic.h/cpp * Broke constructor to take two const char * arguments instead of one, so that indendation can be taken care of automatically. * Sort the list by pass name when printing * Make sure to print all statistics as a group, instead of randomly when the statistics dtors are called. llvm-svn: 3999
* *** empty log message ***Chris Lattner2002-07-221-2/+10
| | | | llvm-svn: 2985
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-221-0/+3
| | | | | | | | the random debugging macros scattered throughout llvm. The new DEBUG(x) macro should be used instead of special purpose debug macros. llvm-svn: 2709
* Initial checkin of Statistic class.Chris Lattner2002-05-101-0/+31
llvm-svn: 2598
OpenPOWER on IntegriCloud