summaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileVerifierPass.cpp
Commit message (Expand)AuthorAge
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move code into anonymous namespaces.Benjamin Kramer2011-11-26
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Eliminate some calls to Value::getNameStr.Benjamin Kramer2010-10-16
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* 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
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-25
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* Convert ProfileVerifier to template so it can be used for different types of ...Andreas Neustifter2009-12-03
* Apply fix for PR5135, Credit to Andreas Neustifter.Edward O'Callaghan2009-11-02
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Bugfix. Sorry.Andreas Neustifter2009-09-11
* Make ProfileEstimator even more robust on general CFGs.Andreas Neustifter2009-09-11
* Make ProfileEstimator more robust on general CFGs.Andreas Neustifter2009-09-10
* Fixed wrong storage option for ProfileVerifierDisableAssertions.Andreas Neustifter2009-09-09
* Prevent warnings on compilers for which its not clear that assert won't return.Andreas Neustifter2009-09-04
* Cleaned up ProfileVerifierPass.Andreas Neustifter2009-09-04
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-01