aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ProfileEstimatorPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-2/+1
* Make ProfileEstimator even more robust on general CFGs.Andreas Neustifter2009-09-111-41/+87
* Make ProfileEstimator more robust on general CFGs.Andreas Neustifter2009-09-101-38/+52
* Small fix in ProfileEstimator that eliminates duplicated code.Andreas Neustifter2009-09-011-2/+1
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-011-1/+8
* Implemented comments from Daniel Dunbar.Andreas Neustifter2009-08-261-37/+45
* Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar2009-08-081-0/+236