Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
982774cbebd0280078ee5321ed638a266e79a597
/
tools
/
llvm-prof
/
llvm-prof.cpp
89cf393
Factor profile information loading OUT of llvm-prof into libanalysis
by Chris Lattner
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
cde1cf3
Add new command line option
by Chris Lattner
· 22 years ago
9088de7
never print zero executions blocks
by Chris Lattner
· 22 years ago
3b7f416
Simplify code
by Chris Lattner
· 22 years ago
e1ccadf
Add percentage info
by Chris Lattner
· 22 years ago
3baed41
Hrm, some of my counters are wrapping around 32 bits
by Chris Lattner
· 22 years ago
3673730
If only have function profile, don't print out "not executed" for all of the blocks :)
by Chris Lattner
· 22 years ago
5e71764
Add the ability to print out llvm code when the -annotated-llvm option is given
by Chris Lattner
· 22 years ago
750ba3d
Add the ability to synthesize function counts from block count information
by Chris Lattner
· 22 years ago
18884a8
Print the top 20 most frequently executed blocks. Fix sort predicate problem
by Chris Lattner
· 22 years ago
3688205
Cleanup output a bit
by Chris Lattner
· 22 years ago
4963dcf
Print out command lines used to run the programs
by Chris Lattner
· 22 years ago
33f1ca7
Add support for reading block frequencies. Fix bug in attribution of counts
by Chris Lattner
· 22 years ago
7a78d81
Provide an accessor for getting function count information. Print a simple
by Chris Lattner
· 22 years ago
e436779
Read in the bytecode and profile information, but don't do anything with it yet.
by Chris Lattner
· 22 years ago
6f82d07
Initial checkin of llvmprof stub
by Chris Lattner
· 22 years ago