aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileEstimatorPass.cpp
AgeCommit message (Expand)Author
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson
2010-03-25rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif
2010-01-20adopt getAdjustedAnalysisPointer in a few more passes.Chris Lattner
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene
2009-12-03Fix MSVC build.Benjamin Kramer
2009-12-03Do not create negative edge weights in ProfileEstimator.Andreas Neustifter
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-09-11Make ProfileEstimator even more robust on general CFGs.Andreas Neustifter
2009-09-10Make ProfileEstimator more robust on general CFGs.Andreas Neustifter
2009-09-01Small fix in ProfileEstimator that eliminates duplicated code.Andreas Neustifter
2009-09-01Preparation for Optimal Edge Profiling:Andreas Neustifter
2009-08-26Implemented comments from Daniel Dunbar.Andreas Neustifter
2009-08-08Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar