Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+2 |
| | | | | llvm-svn: 14622 | ||||
* | Add stub support for reading BBTraces. | Brian Gaeke | 2004-05-04 | 1 | -0/+16 |
| | | | | llvm-svn: 13352 | ||||
* | Share ProfilingType enum with the C profiling runtime libraries. | Brian Gaeke | 2004-05-04 | 1 | -7/+1 |
| | | | | llvm-svn: 13346 | ||||
* | If we have edge counts, we can produce block counts. I've verified that | Chris Lattner | 2004-03-08 | 1 | -11/+67 |
| | | | | | | | using an edge profile to produce block counts gives the exact same numbers as using a block count directly. llvm-svn: 12232 | ||||
* | Add initial support for reading edge counts. This will be improved to enable | Chris Lattner | 2004-03-08 | 1 | -0/+29 |
| | | | | | | translation of edge counts into block/function counts when possible. llvm-svn: 12229 | ||||
* | Fix a typeo | Chris Lattner | 2004-02-11 | 1 | -1/+1 |
| | | | | llvm-svn: 11323 | ||||
* | Factor this code out of llvm-prof | Chris Lattner | 2004-02-11 | 1 | -0/+180 |
llvm-svn: 11314 |