index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Instrumentation
/
ProfilePaths
Age
Commit message (
Expand
)
Author
2002-04-08
s/Method/Function
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-02-26
Move ProfilePaths class into ProfilePaths library, only expose a creation fun...
Chris Lattner
2002-02-26
Pass stuff by reference instead of by copy. Copying entire graphs seems like
Chris Lattner
2002-02-26
Move processGraph down lower in the file so all of the forward declarations
Chris Lattner
2002-02-26
* Changes to compile successfully with GCC 3.0
Chris Lattner
2002-02-26
Makefile for profile-paths
Anand Shukla
2002-02-26
Initial checkin: functions on Graph used for path profile pass
Anand Shukla
2002-02-26
Initial checkin: instrument code to get path execution frequency
Anand Shukla
2002-02-26
Initial checkin: helper file to insert instrumentation code along edges
Anand Shukla
2002-02-26
Initial check in of graph.cpp: implements graph interface used in path profiles
Anand Shukla
[prev]