summaryrefslogtreecommitdiffstats
path: root/llvm/support/lib/Support/StatisticReporter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - Rework Statistics:Chris Lattner2002-10-011-42/+0
| | | | | | | | | | | * 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