Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
c5b19b21d84814d19692a6bbea11fbd135f4b094
/
lib
/
Analysis
/
ProfileInfo.cpp
858cb8a
ProfileInfo interface tweaks. - Add getExecutionCount(const Function).
by Daniel Dunbar
· 15 years ago
ae73dc1
Tidy up several unbeseeming casts from pointer to intptr_t.
by Dan Gohman
· 16 years ago
844731a
Clean up the use of static and anonymous namespaces. This turned up
by Dan Gohman
· 17 years ago
4f4c28f
Restore isCFGOnly property of various analysis passes.
by Devang Patel
· 17 years ago
c758209
PassInfo keep tracks whether a pass is an analysis pass or not.
by Devang Patel
· 17 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 17 years ago
1997473
Drop 'const'
by Devang Patel
· 18 years ago
3e15bf3
Use 'static const char' instead of 'static const int'.
by Devang Patel
· 18 years ago
c718288
Fix build error.
by Lauro Ramos Venancio
· 18 years ago
794fd75
Do not use typeinfo to identify pass in pass manager.
by Devang Patel
· 18 years ago
ecb7a77
Change uses of Function::front to Function::getEntryBlock for readability.
by Dan Gohman
· 18 years ago
d7d83db
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
by Reid Spencer
· 18 years ago
a537017
simplify AnalysisGroup registration, eliminating one typeid call.
by Chris Lattner
· 18 years ago
7f8897f
eliminate RegisterOpt. It does the same thing as RegisterPass.
by Chris Lattner
· 18 years ago
2b37d7c
Remove trailing whitespace
by Misha Brukman
· 20 years ago
534927d
Add even more missing createXxxPass functions.
by Jeff Cohen
· 20 years ago
96ab5ca
Switch to using edge profiling information as the basic source of profile info
by Chris Lattner
· 21 years ago
62e84f3
Refactor implementations
by Chris Lattner
· 21 years ago
ecefc96
Fix copy-and-pastos
by Chris Lattner
· 21 years ago
b060194
Make sure to register the 'no profile' implementation as the default for ProfileInfo
by Chris Lattner
· 21 years ago
171de65
An initial implementation of an LLVM ProfileInfo class which is designed to
by Chris Lattner
· 21 years ago