aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-prof/ProfileInfo.cpp
AgeCommit message (Expand)Author
2004-02-11Factor profile information loading OUT of llvm-prof into libanalysisChris Lattner
2003-12-30Remove some pointless #includesChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-29Add the ability to synthesize function counts from block count informationChris Lattner
2003-10-28Add support for reading block frequencies. Fix bug in attribution of countsChris Lattner
2003-10-28Provide an accessor for getting function count information. Print a simpleChris Lattner
2003-10-28Read in the bytecode and profile information, but don't do anything withChris Lattner