Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
7ae40e7d8ac43feaa5b3107e02c9b3a77fe729f2
/
lib
/
Analysis
/
ProfileInfoLoader.cpp
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 17 years ago
ecb7a77
Change uses of Function::front to Function::getEntryBlock for readability.
by Dan Gohman
· 18 years ago
5cbf985
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
by Reid Spencer
· 18 years ago
e815619
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
by Bill Wendling
· 18 years ago
6f81b51
Removed some of the iostream #includes. Moved towards converting to using
by Bill Wendling
· 18 years ago
2b37d7c
Remove trailing whitespace
by Misha Brukman
· 20 years ago
954da37
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 20 years ago
b171d79
Add stub support for reading BBTraces.
by Brian Gaeke
· 21 years ago
660ef70
Share ProfilingType enum with the C profiling runtime libraries.
by Brian Gaeke
· 21 years ago
dbbbfef
If we have edge counts, we can produce block counts. I've verified that
by Chris Lattner
· 21 years ago
01945c1
Add initial support for reading edge counts. This will be improved to enable
by Chris Lattner
· 21 years ago
c6fca42
Fix a typeo
by Chris Lattner
· 21 years ago
bc44aa6
Factor this code out of llvm-prof
by Chris Lattner
· 21 years ago