Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move debug functionality to Debug.cpp/Debug.h | Chris Lattner | 2003-08-01 | 1 | -12/+1 | |
| | | | | llvm-svn: 7494 | |||||
* | Add a new info-output-file option (hidden from --help) which is to be used by | Chris Lattner | 2003-05-09 | 1 | -10/+18 | |
| | | | | | | the testing scripts to avoid breaking diffs while still gathering stats. llvm-svn: 6067 | |||||
* | Remove the -debug option from release executables | Chris Lattner | 2003-02-09 | 1 | -0/+3 | |
| | | | | llvm-svn: 5521 | |||||
* | Add #include | Chris Lattner | 2002-10-27 | 1 | -0/+1 | |
| | | | | llvm-svn: 4291 | |||||
* | added cast to unsigned to compile with gcc3.2 (sparc) | Anand Shukla | 2002-10-04 | 1 | -2/+4 | |
| | | | | llvm-svn: 4041 | |||||
* | - Rework Statistics: | Chris Lattner | 2002-10-01 | 1 | -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 Lattner | 2002-07-22 | 1 | -2/+10 | |
| | | | | llvm-svn: 2985 | |||||
* | Implement a new command line option, -debug, which is meant to unify all of | Chris Lattner | 2002-05-22 | 1 | -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 Lattner | 2002-05-10 | 1 | -0/+31 | |
llvm-svn: 2598 |