Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add edge profiling support to the runtime library | Chris Lattner | 2004-03-08 | 1 | -0/+45 |
* | Make sure to copy the null terminator at the end of the argv list. Some | Chris Lattner | 2004-02-10 | 1 | -2/+2 |
* | Allow the program to take a '-llvmprof-output filename' option to specify | Chris Lattner | 2004-02-10 | 1 | -2/+30 |
* | Make the initialization calls return argc. | Chris Lattner | 2004-02-10 | 4 | -9/+13 |
* | Actually save and pass in argument information | Chris Lattner | 2003-10-28 | 1 | -15/+20 |
* | We need to output the number of records we have, so we know how many to read ... | Chris Lattner | 2003-10-28 | 1 | -0/+1 |
* | Initial checkin of function and block profiling runtime library | Chris Lattner | 2003-10-28 | 6 | -0/+220 |