Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
13c78e2e5f158e9008b279b43b685ff02bb3cbea
/
tools
/
llvm-prof
/
llvm-prof.cpp
3da94ae
Remove trailing whitespace
by Misha Brukman
· 20 years ago
1ef8bda
For PR351:
by Reid Spencer
· 20 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 20 years ago
9de7b33
The functions in Signal.h are now in the llvm::sys namespace - adjust
by Reid Spencer
· 20 years ago
86f42bd
Add #include <iostream> since Value.h does not include it any more.
by Reid Spencer
· 20 years ago
bed85ff
Header file moved
by Chris Lattner
· 20 years ago
8c2730e
Annotate functions with edge counts as well, if they are available.
by Chris Lattner
· 21 years ago
f73b4ca
Make sure to print a stack trace whenever an error signal is delivered to the
by Chris Lattner
· 21 years ago
89cf393
Factor profile information loading OUT of llvm-prof into libanalysis
by Chris Lattner
· 21 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 21 years ago
cde1cf3
Add new command line option
by Chris Lattner
· 21 years ago
9088de7
never print zero executions blocks
by Chris Lattner
· 21 years ago
3b7f416
Simplify code
by Chris Lattner
· 21 years ago
e1ccadf
Add percentage info
by Chris Lattner
· 21 years ago
3baed41
Hrm, some of my counters are wrapping around 32 bits
by Chris Lattner
· 21 years ago
3673730
If only have function profile, don't print out "not executed" for all of the blocks :)
by Chris Lattner
· 21 years ago
5e71764
Add the ability to print out llvm code when the -annotated-llvm option is given
by Chris Lattner
· 21 years ago
750ba3d
Add the ability to synthesize function counts from block count information
by Chris Lattner
· 21 years ago
18884a8
Print the top 20 most frequently executed blocks. Fix sort predicate problem
by Chris Lattner
· 21 years ago
3688205
Cleanup output a bit
by Chris Lattner
· 21 years ago
4963dcf
Print out command lines used to run the programs
by Chris Lattner
· 21 years ago
33f1ca7
Add support for reading block frequencies. Fix bug in attribution of counts
by Chris Lattner
· 21 years ago
7a78d81
Provide an accessor for getting function count information. Print a simple
by Chris Lattner
· 21 years ago
e436779
Read in the bytecode and profile information, but don't do anything with it yet.
by Chris Lattner
· 21 years ago
6f82d07
Initial checkin of llvmprof stub
by Chris Lattner
· 21 years ago