Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
1f74590e9d1b9cf0f1f81a156efea73f76546e05
/
lib
/
Analysis
/
ProfileEstimatorPass.cpp
1f74590
Revert r110396 to fix buildbots.
by Owen Anderson
· 15 years ago
9ccaf53
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
by Owen Anderson
· 15 years ago
8be3291
Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch
by Owen Anderson
· 15 years ago
9e08100
Reapply r108794, a fix for the failing test from last time.
by Owen Anderson
· 15 years ago
e8a469c
Revert r108794, "Separate PassInfo into two classes: a constructor-free
by Daniel Dunbar
· 15 years ago
8ba15cb
Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo).
by Owen Anderson
· 15 years ago
4442464
rename pred_const_iterator to const_pred_iterator for consistency's sake
by Gabor Greif
· 15 years ago
1bc76d4
adopt getAdjustedAnalysisPointer in a few more passes.
by Chris Lattner
· 16 years ago
244d757
by David Greene
· 16 years ago
88a91b5
Fix MSVC build.
by Benjamin Kramer
· 16 years ago
1640f7e
Do not create negative edge weights in ProfileEstimator.
by Andreas Neustifter
· 16 years ago
6726b6d
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
by Nick Lewycky
· 16 years ago
8a58c18
Make ProfileEstimator even more robust on general CFGs.
by Andreas Neustifter
· 16 years ago
0c0de66
Make ProfileEstimator more robust on general CFGs.
by Andreas Neustifter
· 16 years ago
19531d1
Small fix in ProfileEstimator that eliminates duplicated code.
by Andreas Neustifter
· 16 years ago
e885af9
Preparation for Optimal Edge Profiling:
by Andreas Neustifter
· 16 years ago
ff271e1
Implemented comments from Daniel Dunbar.
by Andreas Neustifter
· 16 years ago
55e354a
Add a basic static ProfileInfo provider (ProfileEstimatorPass).
by Daniel Dunbar
· 16 years ago