Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s/Method/Function | Chris Lattner | 2002-04-08 | 1 | -1/+1 | |
| | | | | | | Remove extraneous #includes of llvm/Assembly/Writer llvm-svn: 2178 | |||||
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -11/+11 | |
| | | | | | | | class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144 | |||||
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 1 | -1/+0 | |
| | | | | llvm-svn: 1957 | |||||
* | Move ProfilePaths class into ProfilePaths library, only expose a creation ↵ | Chris Lattner | 2002-02-26 | 1 | -15/+22 | |
| | | | | | | function llvm-svn: 1812 | |||||
* | Pass stuff by reference instead of by copy. Copying entire graphs seems like | Chris Lattner | 2002-02-26 | 2 | -8/+8 | |
| | | | | | | a bad idea llvm-svn: 1810 | |||||
* | Move processGraph down lower in the file so all of the forward declarations | Chris Lattner | 2002-02-26 | 2 | -412/+334 | |
| | | | | | | can be eliminated. llvm-svn: 1809 | |||||
* | * Changes to compile successfully with GCC 3.0 | Chris Lattner | 2002-02-26 | 4 | -185/+132 | |
| | | | | | | | * Eliminated memory leak in processGraph * Pass vectors by const reference to moveDummyCode instead of by copy llvm-svn: 1808 | |||||
* | Makefile for profile-paths | Anand Shukla | 2002-02-26 | 1 | -0/+5 | |
| | | | | llvm-svn: 1807 | |||||
* | Initial checkin: functions on Graph used for path profile pass | Anand Shukla | 2002-02-26 | 2 | -0/+1428 | |
| | | | | llvm-svn: 1806 | |||||
* | Initial checkin: instrument code to get path execution frequency | Anand Shukla | 2002-02-26 | 1 | -0/+162 | |
| | | | | llvm-svn: 1805 | |||||
* | Initial checkin: helper file to insert instrumentation code along edges | Anand Shukla | 2002-02-26 | 1 | -0/+262 | |
| | | | | llvm-svn: 1804 | |||||
* | Initial check in of graph.cpp: implements graph interface used in path profiles | Anand Shukla | 2002-02-26 | 1 | -0/+425 | |
llvm-svn: 1803 |