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