Get rid of static constructors for pass registration. Instead, every pass exposes...
[oota-llvm.git] / lib / Analysis / ProfileVerifierPass.cpp
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-16 Benjamin KramerEliminate some calls to Value::getNameStr.
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
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-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: