summaryrefslogtreecommitdiff
path: root/unittests/IR/VerifierTest.cpp
Commit message (Expand)AuthorAge
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-19
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-30
* Add unit test to test a trivial verifier check.Bill Wendling2013-06-19
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-07