aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths
AgeCommit message (Expand)Author
2002-04-08s/Method/FunctionChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-02-26Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner
2002-02-26Pass stuff by reference instead of by copy. Copying entire graphs seems likeChris Lattner
2002-02-26Move processGraph down lower in the file so all of the forward declarationsChris Lattner
2002-02-26* Changes to compile successfully with GCC 3.0Chris Lattner
2002-02-26Makefile for profile-pathsAnand Shukla
2002-02-26Initial checkin: functions on Graph used for path profile passAnand Shukla
2002-02-26Initial checkin: instrument code to get path execution frequencyAnand Shukla
2002-02-26Initial checkin: helper file to insert instrumentation code along edgesAnand Shukla
2002-02-26Initial check in of graph.cpp: implements graph interface used in path profilesAnand Shukla