| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Share the profile info type enum with the C++ analysis libraries. | Brian Gaeke | 2004-05-04 | 1 | -9/+5 |
| | | | | | | | Add a documentation comment for write_profiling_data(). llvm-svn: 13345 | ||||
| * | Constants for profile info type changed names to match the C++ ones. | Brian Gaeke | 2004-05-04 | 3 | -3/+3 |
| | | | | | llvm-svn: 13344 | ||||
| * | Constants for profile info type changed names to match the C++ ones. | Brian Gaeke | 2004-05-04 | 2 | -11/+12 |
| | | | | | | | Edited comments. llvm-svn: 13343 | ||||
| * | Add initial implementation of basic block tracing runtime | Brian Gaeke | 2004-05-03 | 1 | -0/+67 |
| | | | | | llvm-svn: 13339 | ||||
| * | Add basic block tracing functions as exported symbols. | Brian Gaeke | 2004-05-03 | 1 | -0/+2 |
| | | | | | llvm-svn: 13338 | ||||
| * | Add basic block tracing information as a type of "profiling" information. | Brian Gaeke | 2004-05-03 | 1 | -1/+2 |
| | | | | | llvm-svn: 13337 | ||||
| * | Add edge profiling support to the runtime library | Chris Lattner | 2004-03-08 | 1 | -0/+45 |
| | | | | | llvm-svn: 12227 | ||||
| * | Make sure to copy the null terminator at the end of the argv list. Some | Chris Lattner | 2004-02-10 | 1 | -2/+2 |
| | | | | | | | programs use it instead of argc. llvm-svn: 11270 | ||||
| * | Allow the program to take a '-llvmprof-output filename' option to specify | Chris Lattner | 2004-02-10 | 1 | -2/+30 |
| | | | | | | | where to output the profiling data, if llvmprof.out is not good enough. llvm-svn: 11264 | ||||
| * | Make the initialization calls return argc. | Chris Lattner | 2004-02-10 | 4 | -9/+13 |
| | | | | | llvm-svn: 11261 | ||||
| * | Actually save and pass in argument information | Chris Lattner | 2003-10-28 | 1 | -15/+20 |
| | | | | | llvm-svn: 9564 | ||||
| * | 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 |
| | | | | | | | in! Doh. llvm-svn: 9555 | ||||
| * | Initial checkin of function and block profiling runtime library | Chris Lattner | 2003-10-28 | 6 | -0/+220 |
| llvm-svn: 9546 | |||||

