Get rid of static constructors for pass registration. Instead, every pass exposes...
[oota-llvm.git] / lib / Analysis / ProfileEstimatorPass.cpp
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
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...