summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-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 thresholdAnand Shukla2002-09-201-2/+3
| | | | llvm-svn: 3864
* Removed unnecessary #includes.Misha Brukman2002-09-181-4/+0
| | | | llvm-svn: 3802
* There is a #define in some header that conflicts with INFINITY, rename it.Chris Lattner2002-09-171-4/+4
| | | | llvm-svn: 3797
* Incorporated changes in alloca and getElementPointer instructionAnand Shukla2002-09-161-64/+69
| | | | llvm-svn: 3733
* minor correctionsAnand Shukla2002-07-181-22/+29
| | | | llvm-svn: 2971
* changes BBsorting and orederingAnand Shukla2002-07-081-360/+45
| | | | llvm-svn: 2817
* additions and bug fixesAnand Shukla2002-06-251-151/+503
| | | | llvm-svn: 2794
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-221-80/+62
| | | | | | enabled with the -debug command line option. llvm-svn: 2721
* Pass stuff by reference instead of by copy. Copying entire graphs seems likeChris Lattner2002-02-261-4/+4
| | | | | | a bad idea llvm-svn: 1810
* Move processGraph down lower in the file so all of the forward declarationsChris Lattner2002-02-261-206/+167
| | | | | | can be eliminated. llvm-svn: 1809
* * Changes to compile successfully with GCC 3.0Chris Lattner2002-02-261-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 passAnand Shukla2002-02-261-0/+714
llvm-svn: 1806
OpenPOWER on IntegriCloud