summaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileEstimatorPass.cpp
Commit message (Expand)AuthorAge
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix floating-point divide by zero, in a case where the value was not going to...Richard Smith2012-08-24
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* fix PR8928 by clearing a stale map, patch by Jakub Staszak!Chris Lattner2011-01-24
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-23
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-25
* adopt getAdjustedAnalysisPointer in a few more passes.Chris Lattner2010-01-20
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Fix MSVC build.Benjamin Kramer2009-12-03
* Do not create negative edge weights in ProfileEstimator.Andreas Neustifter2009-12-03
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Make ProfileEstimator even more robust on general CFGs.Andreas Neustifter2009-09-11
* Make ProfileEstimator more robust on general CFGs.Andreas Neustifter2009-09-10
* Small fix in ProfileEstimator that eliminates duplicated code.Andreas Neustifter2009-09-01
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-01
* Implemented comments from Daniel Dunbar.Andreas Neustifter2009-08-26
* Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar2009-08-08