summaryrefslogtreecommitdiff
path: root/runtime/libprofile
AgeCommit message (Expand)Author
2004-05-04Share the profile info type enum with the C++ analysis libraries.Brian Gaeke
2004-05-04Constants for profile info type changed names to match the C++ ones.Brian Gaeke
2004-05-04Constants for profile info type changed names to match the C++ ones.Brian Gaeke
2004-05-03Add initial implementation of basic block tracing runtimeBrian Gaeke
2004-05-03Add basic block tracing functions as exported symbols.Brian Gaeke
2004-05-03Add basic block tracing information as a type of "profiling" information.Brian Gaeke
2004-03-08Add edge profiling support to the runtime libraryChris Lattner
2004-02-10Make sure to copy the null terminator at the end of the argv list. SomeChris Lattner
2004-02-10Allow the program to take a '-llvmprof-output filename' option to specifyChris Lattner
2004-02-10Make the initialization calls return argc.Chris Lattner
2003-10-28Actually save and pass in argument informationChris Lattner
2003-10-28We need to output the number of records we have, so we know how many to read ...Chris Lattner
2003-10-28Initial checkin of function and block profiling runtime libraryChris Lattner