summaryrefslogtreecommitdiff
path: root/tools/llvm-prof
AgeCommit message (Expand)Author
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-05-27Header file movedChris Lattner
2004-03-08Annotate functions with edge counts as well, if they are available.Chris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner
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-11-06Add new command line optionChris Lattner
2003-10-31never print zero executions blocksChris Lattner
2003-10-31Simplify codeChris Lattner
2003-10-31Add percentage infoChris Lattner
2003-10-31Hrm, some of my counters are wrapping around 32 bitsChris Lattner
2003-10-30If only have function profile, don't print out "not executed" for all of the ...Chris Lattner
2003-10-30Add the ability to print out llvm code when the -annotated-llvm option is givenChris Lattner
2003-10-29Add the ability to synthesize function counts from block count informationChris Lattner
2003-10-29Print the top 20 most frequently executed blocks. Fix sort predicate problemChris Lattner
2003-10-28Cleanup output a bitChris Lattner
2003-10-28Print out command lines used to run the programsChris 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
2003-10-28Initial checkin of llvmprof stubChris Lattner