Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / lib / Analysis / ProfileEstimatorPass.cpp
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-03-25 Gabor Greifrename pred_const_iterator to const_pred_iterator for...
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in a few more passes.
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-03 Benjamin KramerFix MSVC build.
2009-12-03 Andreas NeustifterDo not create negative edge weights in ProfileEstimator.
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-11 Andreas NeustifterMake ProfileEstimator even more robust on general CFGs.
2009-09-10 Andreas NeustifterMake ProfileEstimator more robust on general CFGs.
2009-09-01 Andreas NeustifterSmall fix in ProfileEstimator that eliminates duplicate...
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-08-26 Andreas NeustifterImplemented comments from Daniel Dunbar.
2009-08-08 Daniel DunbarAdd a basic static ProfileInfo provider (ProfileEstimat...