summaryrefslogtreecommitdiff
path: root/tools/llvm-prof
Commit message (Expand)AuthorAge
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Add new command line optionChris Lattner2003-11-06
* never print zero executions blocksChris Lattner2003-10-31
* Simplify codeChris Lattner2003-10-31
* Add percentage infoChris Lattner2003-10-31
* Hrm, some of my counters are wrapping around 32 bitsChris Lattner2003-10-31
* If only have function profile, don't print out "not executed" for all of the ...Chris Lattner2003-10-30
* Add the ability to print out llvm code when the -annotated-llvm option is givenChris Lattner2003-10-30
* Add the ability to synthesize function counts from block count informationChris Lattner2003-10-29
* Print the top 20 most frequently executed blocks. Fix sort predicate problemChris Lattner2003-10-29
* Cleanup output a bitChris Lattner2003-10-28
* Print out command lines used to run the programsChris Lattner2003-10-28
* Add support for reading block frequencies. Fix bug in attribution of countsChris Lattner2003-10-28
* Provide an accessor for getting function count information. Print a simpleChris Lattner2003-10-28
* Read in the bytecode and profile information, but don't do anything withChris Lattner2003-10-28
* Initial checkin of llvmprof stubChris Lattner2003-10-28