summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/VerifierTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Verifier] Improve error for cross-module refsKeno Fischer2015-12-011-0/+47
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-17/+0
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-171-1/+1
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-171-2/+1
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-161-3/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+0
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-191-6/+9
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola2013-10-301-3/+4
* Add unit test to test a trivial verifier check.Bill Wendling2013-06-191-0/+16
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-071-0/+64
OpenPOWER on IntegriCloud