aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileEstimatorPass.cpp
AgeCommit message (Expand)Author
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