aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ProfileInfoLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-11/+11
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+2
* Add stub support for reading BBTraces.Brian Gaeke2004-05-041-0/+16
* Share ProfilingType enum with the C profiling runtime libraries.Brian Gaeke2004-05-041-7/+1
* If we have edge counts, we can produce block counts. I've verified thatChris Lattner2004-03-081-11/+67
* Add initial support for reading edge counts. This will be improved to enableChris Lattner2004-03-081-0/+29
* Fix a typeoChris Lattner2004-02-111-1/+1
* Factor this code out of llvm-profChris Lattner2004-02-111-0/+180