summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/Statistic.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-89/+0
| | | | | | | | 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
* Add more operators.Alkis Evlogimenos2004-07-041-0/+2
| | | | llvm-svn: 14589
* Switch to including <iostream> for compatibility with gcc-3.0.x (Debian).Brian Gaeke2004-04-161-1/+1
| | | | llvm-svn: 12990
* Update the example here in the header file.Brian Gaeke2004-02-131-2/+2
| | | | | | I don't know about you guys, but I rarely read the .html manuals :-) llvm-svn: 11366
* add support for -- for symmetryChris Lattner2004-01-141-0/+2
| | | | llvm-svn: 10865
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM notice.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9300
* Move debugging support out of Statistic.h into Debug.h, implement the new ↵Chris Lattner2003-08-011-21/+0
| | | | | | DEBUG_TYPE facilities llvm-svn: 7490
* Statistic class should return const reference to *this, not a reference toChris Lattner2002-10-311-6/+6
| | | | | | the data type. llvm-svn: 4458
* - Rework Statistics:Chris Lattner2002-10-011-7/+12
| | | | | | | | | | | * 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
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+2
| | | | llvm-svn: 2786
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-221-0/+21
| | | | | | | | 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 classChris Lattner2002-05-101-0/+69
llvm-svn: 2599
OpenPOWER on IntegriCloud