| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updates to work with recent Statistic's changes: | Chris Lattner | 2002-10-01 | 1 | -4/+1 |
| | | | | | | | | | | | | | * 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. * Updated ProgrammersManual with new semantics. llvm-svn: 4001 | ||||
| * | Added checking threshold | Anand Shukla | 2002-09-20 | 1 | -2/+3 |
| | | | | | llvm-svn: 3864 | ||||
| * | Removed unnecessary #includes. | Misha Brukman | 2002-09-18 | 1 | -4/+0 |
| | | | | | llvm-svn: 3802 | ||||
| * | There is a #define in some header that conflicts with INFINITY, rename it. | Chris Lattner | 2002-09-17 | 1 | -4/+4 |
| | | | | | llvm-svn: 3797 | ||||
| * | Incorporated changes in alloca and getElementPointer instruction | Anand Shukla | 2002-09-16 | 1 | -64/+69 |
| | | | | | llvm-svn: 3733 | ||||
| * | minor corrections | Anand Shukla | 2002-07-18 | 1 | -22/+29 |
| | | | | | llvm-svn: 2971 | ||||
| * | changes BBsorting and oredering | Anand Shukla | 2002-07-08 | 1 | -360/+45 |
| | | | | | llvm-svn: 2817 | ||||
| * | additions and bug fixes | Anand Shukla | 2002-06-25 | 1 | -151/+503 |
| | | | | | llvm-svn: 2794 | ||||
| * | Convert code to use the DEBUG macro so that debug code can simply be | Chris Lattner | 2002-05-22 | 1 | -80/+62 |
| | | | | | | | enabled with the -debug command line option. llvm-svn: 2721 | ||||
| * | Pass stuff by reference instead of by copy. Copying entire graphs seems like | Chris Lattner | 2002-02-26 | 1 | -4/+4 |
| | | | | | | | a bad idea llvm-svn: 1810 | ||||
| * | Move processGraph down lower in the file so all of the forward declarations | Chris Lattner | 2002-02-26 | 1 | -206/+167 |
| | | | | | | | can be eliminated. llvm-svn: 1809 | ||||
| * | * Changes to compile successfully with GCC 3.0 | Chris Lattner | 2002-02-26 | 1 | -87/+57 |
| | | | | | | | | * Eliminated memory leak in processGraph * Pass vectors by const reference to moveDummyCode instead of by copy llvm-svn: 1808 | ||||
| * | Initial checkin: functions on Graph used for path profile pass | Anand Shukla | 2002-02-26 | 1 | -0/+714 |
| llvm-svn: 1806 | |||||

