summaryrefslogtreecommitdiff
path: root/runtime/libprofile
Commit message (Collapse)AuthorAge
* Share the profile info type enum with the C++ analysis libraries.Brian Gaeke2004-05-04
| | | | | | | Add a documentation comment for write_profiling_data(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13345 91177308-0d34-0410-b5e6-96231b3b80d8
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-04
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13344 91177308-0d34-0410-b5e6-96231b3b80d8
* Constants for profile info type changed names to match the C++ ones.Brian Gaeke2004-05-04
| | | | | | | Edited comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13343 91177308-0d34-0410-b5e6-96231b3b80d8
* Add initial implementation of basic block tracing runtimeBrian Gaeke2004-05-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13339 91177308-0d34-0410-b5e6-96231b3b80d8
* Add basic block tracing functions as exported symbols.Brian Gaeke2004-05-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13338 91177308-0d34-0410-b5e6-96231b3b80d8
* Add basic block tracing information as a type of "profiling" information.Brian Gaeke2004-05-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13337 91177308-0d34-0410-b5e6-96231b3b80d8
* Add edge profiling support to the runtime libraryChris Lattner2004-03-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12227 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure to copy the null terminator at the end of the argv list. SomeChris Lattner2004-02-10
| | | | | | | programs use it instead of argc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11270 91177308-0d34-0410-b5e6-96231b3b80d8
* Allow the program to take a '-llvmprof-output filename' option to specifyChris Lattner2004-02-10
| | | | | | | where to output the profiling data, if llvmprof.out is not good enough. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11264 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the initialization calls return argc.Chris Lattner2004-02-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11261 91177308-0d34-0410-b5e6-96231b3b80d8
* Actually save and pass in argument informationChris Lattner2003-10-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9564 91177308-0d34-0410-b5e6-96231b3b80d8
* We need to output the number of records we have, so we know how many to read ↵Chris Lattner2003-10-28
| | | | | | in! Doh. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9555 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-28
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9546 91177308-0d34-0410-b5e6-96231b3b80d8