aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/IR/VerifierTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Allow aliases to be unnamed_addr.Rafael Espindola1-17/+0
2014-05-17Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola1-1/+1
2014-05-17Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola1-2/+1
2014-05-16Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola1-3/+2
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+0
2014-01-19[PM] Make the verifier work independently of any pass manager.Chandler Carruth1-6/+9
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-10-30Add calls to doInitialization() and doFinalization() in verifyFunction()Rafael Espindola1-3/+4
2013-06-19Add unit test to test a trivial verifier check.Bill Wendling1-0/+16
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth1-0/+64