Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d8e7451dc3414cfc43a7622e5f0051a5ac5e94a2
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
BlockProfiling.cpp
a7459ca
Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.
by Bill Wendling
· 19 years ago
97c9f20
simplify AnalysisGroup registration, eliminating one typeid call.
by Chris Lattner
· 19 years ago
c2d3d31
eliminate RegisterOpt. It does the same thing as RegisterPass.
by Chris Lattner
· 19 years ago
517caef
Added documented rsprofiler interface. Also remove new profiler passes, the
by Andrew Lenharth
· 20 years ago
b1c9317
Remove trailing whitespace
by Misha Brukman
· 21 years ago
417ca17
Convert tabs to spaces
by Misha Brukman
· 21 years ago
9a7ac16
Add missing createXxxPass functions
by Jeff Cohen
· 21 years ago
4f2cf03
'Pass' should now not be derived from by clients. Instead, they should derive
by Chris Lattner
· 21 years ago
cb3fb5d
bug 122: - Replace ConstantPointerRef usage with GlobalValue usage
by Reid Spencer
· 21 years ago
eb04d9b
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 21 years ago
dae48f9
Split utility functions out of BlockProfiling.cpp
by Chris Lattner
· 22 years ago
3232bbb
initialization calls now return argc. If the program uses the argc value
by Chris Lattner
· 22 years ago
df3c342
Finegrainify namespacification
by Chris Lattner
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
3420137
Refactor code, initial implementation of -insert-block-profiling pass
by Chris Lattner
· 22 years ago
183fa7c
Pass in argc & argv
by Chris Lattner
· 22 years ago
c8ba067
Initial checkin of profiling instrumentation pass. So far, despite the
by Chris Lattner
· 22 years ago