aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfoLoader.cpp
AgeCommit message (Expand)Author
2005-04-21Remove trailing whitespaceMisha Brukman
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-05-04Add stub support for reading BBTraces.Brian Gaeke
2004-05-04Share ProfilingType enum with the C profiling runtime libraries.Brian Gaeke
2004-03-08If we have edge counts, we can produce block counts. I've verified thatChris Lattner
2004-03-08Add initial support for reading edge counts. This will be improved to enableChris Lattner
2004-02-11Fix a typeoChris Lattner
2004-02-11Factor this code out of llvm-profChris Lattner