summaryrefslogtreecommitdiff
path: root/runtime/libprofile
AgeCommit message (Expand)AuthorFilesLines
2005-01-13Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically byReid Spencer1-0/+1
2004-12-22For PR432:Reid Spencer1-1/+1
2004-12-13Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer1-0/+1
2004-12-02Standardize the makefiles with space around = to match the rest of LLVM.Reid Spencer1-3/+3
2004-12-02Standardize the format of the runtime libraries makefiles.Reid Spencer1-2/+1
2004-12-02Remove this left-over crud from the automake experiment.Reid Spencer1-665/+0
2004-10-26Add EXTRA_DIST for additional files to be distributed.Reid Spencer1-1/+2
2004-10-22We won't use automakeReid Spencer1-16/+0
2004-10-18Initial automake generated Makefile templateReid Spencer1-0/+665
2004-10-17Initial Makefile.am for building with automakeReid Spencer1-0/+16
2004-05-04Share the profile info type enum with the C++ analysis libraries.Brian Gaeke1-9/+5
2004-05-04Constants for profile info type changed names to match the C++ ones.Brian Gaeke3-3/+3
2004-05-04Constants for profile info type changed names to match the C++ ones.Brian Gaeke2-11/+12
2004-05-03Add initial implementation of basic block tracing runtimeBrian Gaeke1-0/+67
2004-05-03Add basic block tracing functions as exported symbols.Brian Gaeke1-0/+2
2004-05-03Add basic block tracing information as a type of "profiling" information.Brian Gaeke1-1/+2
2004-03-08Add edge profiling support to the runtime libraryChris Lattner1-0/+45
2004-02-10Make sure to copy the null terminator at the end of the argv list. SomeChris Lattner1-2/+2
2004-02-10Allow the program to take a '-llvmprof-output filename' option to specifyChris Lattner1-2/+30
2004-02-10Make the initialization calls return argc.Chris Lattner4-9/+13
2003-10-28Actually save and pass in argument informationChris Lattner1-15/+20
2003-10-28We need to output the number of records we have, so we know how many to read ...Chris Lattner1-0/+1
2003-10-28Initial checkin of function and block profiling runtime libraryChris Lattner6-0/+220