aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ProfileVerifierPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move code into anonymous namespaces.Benjamin Kramer2011-11-261-1/+1
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-8/+8
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-0/+2
* Eliminate some calls to Value::getNameStr.Benjamin Kramer2010-10-161-1/+1
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+4
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-251-3/+3
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-8/+8
* Convert ProfileVerifier to template so it can be used for different types of ...Andreas Neustifter2009-12-031-243/+276
* Apply fix for PR5135, Credit to Andreas Neustifter.Edward O'Callaghan2009-11-021-1/+2
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Bugfix. Sorry.Andreas Neustifter2009-09-111-1/+1
* Make ProfileEstimator even more robust on general CFGs.Andreas Neustifter2009-09-111-14/+25
* Make ProfileEstimator more robust on general CFGs.Andreas Neustifter2009-09-101-6/+17
* Fixed wrong storage option for ProfileVerifierDisableAssertions.Andreas Neustifter2009-09-091-36/+107
* Prevent warnings on compilers for which its not clear that assert won't return.Andreas Neustifter2009-09-041-0/+1
* Cleaned up ProfileVerifierPass.Andreas Neustifter2009-09-041-57/+78
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-011-0/+228