Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
[oota-llvm.git] / lib / Analysis / ProfileVerifierPass.cpp
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-03-25 Gabor Greifrename pred_const_iterator to const_pred_iterator for...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-03 Andreas NeustifterConvert ProfileVerifier to template so it can be used...
2009-11-02 Edward O'CallaghanApply fix for PR5135, Credit to Andreas Neustifter.
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-11 Andreas NeustifterBugfix. Sorry.
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-09 Andreas NeustifterFixed wrong storage option for ProfileVerifierDisableAs...
2009-09-04 Andreas NeustifterPrevent warnings on compilers for which its not clear...
2009-09-04 Andreas NeustifterCleaned up ProfileVerifierPass.
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling: