Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a81d29b3916c2eb87a17f800f3759ce21a4a96fd
/
lib
/
Analysis
/
ProfileInfoLoaderPass.cpp
a81d29b
remove uses of llvm/Support/Streams.h.
by Chris Lattner
· 16 years ago
c43782c
Some ProfileInfo cleanups.
by Daniel Dunbar
· 16 years ago
caaa493
More ProfileInfo improvements.
by Daniel Dunbar
· 16 years ago
c9008c5
Make block and function count available via ProfileInfo.
by Daniel Dunbar
· 16 years ago
ee16638
Remove unnecessary ProfileInfoLoader methods.
by Daniel Dunbar
· 16 years ago
ae73dc1
Tidy up several unbeseeming casts from pointer to intptr_t.
by Dan Gohman
· 17 years ago
844731a
Clean up the use of static and anonymous namespaces. This turned up
by Dan Gohman
· 17 years ago
4a3f6c8
Make several variable declarations static.
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
c7fe32e
Do not use virtual function to identify an analysis pass.
by Devang Patel
· 17 years ago
1cee94f
Identify Analysis pass.
by Devang Patel
· 17 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
c2bbfc1
More explicit keywords.
by Dan Gohman
· 18 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
794fd75
Do not use typeinfo to identify pass in pass manager.
by Devang Patel
· 18 years ago
d7d83db
Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce
by Reid Spencer
· 19 years ago
e815619
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
by Bill Wendling
· 19 years ago
6f81b51
Removed some of the iostream #includes. Moved towards converting to using
by Bill Wendling
· 19 years ago
a537017
simplify AnalysisGroup registration, eliminating one typeid call.
by Chris Lattner
· 19 years ago
7f8897f
eliminate RegisterOpt. It does the same thing as RegisterPass.
by Chris Lattner
· 19 years ago
3dd965c
Fix PR885
by Chris Lattner
· 19 years ago
2b37d7c
Remove trailing whitespace
by Misha Brukman
· 20 years ago
41b162f
expose this pass to both opt and analyze
by Chris Lattner
· 20 years ago
6e400f7
Apply feed back from Chris:
by Jeff Cohen
· 21 years ago
534927d
Add even more missing createXxxPass functions.
by Jeff Cohen
· 21 years ago
b12914b
'Pass' should now not be derived from by clients. Instead, they should derive
by Chris Lattner
· 21 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
954da37
Add #include <iostream> since Value.h does not #include it any more.
by Reid Spencer
· 21 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
d6a556b
Cosmetic improvements to this option.
by Chris Lattner
· 22 years ago
945871d
Actually load profiling information now! Block layout can use real, live,
by Chris Lattner
· 22 years ago
927fec3
Add skeleton profileinfoloader pass. This will be enhanced to actually LOAD
by Chris Lattner
· 22 years ago