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
/
runtime
/
libprofile
Age
Commit message (
Expand
)
Author
2005-10-18
This was never updated for the project makefile changes
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-13
Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by
Reid Spencer
2004-12-22
For PR432:
Reid Spencer
2004-12-13
Use the new BYTECODE_DESTINATION to override the default bytecode install
Reid Spencer
2004-12-02
Standardize the makefiles with space around = to match the rest of LLVM.
Reid Spencer
2004-12-02
Standardize the format of the runtime libraries makefiles.
Reid Spencer
2004-12-02
Remove this left-over crud from the automake experiment.
Reid Spencer
2004-10-26
Add EXTRA_DIST for additional files to be distributed.
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-17
Initial Makefile.am for building with automake
Reid Spencer
2004-05-04
Share the profile info type enum with the C++ analysis libraries.
Brian Gaeke
2004-05-04
Constants for profile info type changed names to match the C++ ones.
Brian Gaeke
2004-05-04
Constants for profile info type changed names to match the C++ ones.
Brian Gaeke
2004-05-03
Add initial implementation of basic block tracing runtime
Brian Gaeke
2004-05-03
Add basic block tracing functions as exported symbols.
Brian Gaeke
2004-05-03
Add basic block tracing information as a type of "profiling" information.
Brian Gaeke
2004-03-08
Add edge profiling support to the runtime library
Chris Lattner
2004-02-10
Make sure to copy the null terminator at the end of the argv list. Some
Chris Lattner
2004-02-10
Allow the program to take a '-llvmprof-output filename' option to specify
Chris Lattner
2004-02-10
Make the initialization calls return argc.
Chris Lattner
2003-10-28
Actually save and pass in argument information
Chris Lattner
2003-10-28
We need to output the number of records we have, so we know how many to read ...
Chris Lattner
2003-10-28
Initial checkin of function and block profiling runtime library
Chris Lattner
[prev]