summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-prof/ProfileInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Factor profile information loading OUT of llvm-prof into libanalysisChris Lattner2004-02-111-179/+0
| | | | llvm-svn: 11316
* Remove some pointless #includesChris Lattner2003-12-301-6/+1
| | | | llvm-svn: 10653
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
| | | | llvm-svn: 9903
* Add the ability to synthesize function counts from block count informationChris Lattner2003-10-291-2/+9
| | | | llvm-svn: 9595
* Add support for reading block frequencies. Fix bug in attribution of countsChris Lattner2003-10-281-2/+23
| | | | | | to functions llvm-svn: 9559
* Provide an accessor for getting function count information. Print a simpleChris Lattner2003-10-281-7/+29
| | | | | | report llvm-svn: 9557
* Read in the bytecode and profile information, but don't do anything withChris Lattner2003-10-281-0/+132
it yet. llvm-svn: 9556
OpenPOWER on IntegriCloud