aboutsummaryrefslogtreecommitdiff
path: root/unittests/VMCore/VerifierTest.cpp
AgeCommit message (Expand)Author
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-01-15Allow unnamed_addr on declarations.Rafael Espindola
2011-01-13Reject uses of unnamed_addr in declarations.Rafael Espindola
2011-01-08First step in fixing PR8927:Rafael Espindola
2010-03-13Remove a memory leak from VerifierTest.Jeffrey Yasskin
2010-02-15Teach the verifier to check the condition on a branch and ensure that it hasNick Lewycky