summaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileInfoLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer1-0/+2
2004-05-04Add stub support for reading BBTraces.Brian Gaeke1-0/+16
2004-05-04Share ProfilingType enum with the C profiling runtime libraries.Brian Gaeke1-7/+1
2004-03-08If we have edge counts, we can produce block counts. I've verified thatChris Lattner1-11/+67
2004-03-08Add initial support for reading edge counts. This will be improved to enableChris Lattner1-0/+29
2004-02-11Fix a typeoChris Lattner1-1/+1
2004-02-11Factor this code out of llvm-profChris Lattner1-0/+180