aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libprofile
Commit message (Expand)AuthorAgeFilesLines
* Add edge profiling support to the runtime libraryChris Lattner2004-03-081-0/+45
* Make sure to copy the null terminator at the end of the argv list. SomeChris Lattner2004-02-101-2/+2
* Allow the program to take a '-llvmprof-output filename' option to specifyChris Lattner2004-02-101-2/+30
* Make the initialization calls return argc.Chris Lattner2004-02-104-9/+13
* Actually save and pass in argument informationChris Lattner2003-10-281-15/+20
* We need to output the number of records we have, so we know how many to read ...Chris Lattner2003-10-281-0/+1
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-286-0/+220