1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/Verifier
Reid Spencer 56b310ae49 Make the llvm-runtest function much more amenable by eliminating all the
global variables that needed to be passed in. This makes it possible to
add new global variables with only a couple changes (Makefile and llvm-dg.exp)
instead of touching every single dg.exp file.

llvm-svn: 35918
2007-04-11 19:56:59 +00:00
..
.cvsignore Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-04-13-RetTypes.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2002-11-05-GetelementptrPointers.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-11-21-FunctionReturningStructure.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-01-22-FloatNormalization.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-05-21-SwitchConstantMismatch.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2005-03-21-UndefinedTypeReference.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-07-11-StoreStruct.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-10-15-AddrLabel.ll For PR761: 2007-01-26 08:25:06 +00:00
2006-12-12-IntrinsicDefine.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
AmbiguousPhi.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
dg.exp Make the llvm-runtest function much more amenable by eliminating all the 2007-04-11 19:56:59 +00:00
invoke-1.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
invoke-2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
PhiGrouping.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
README.txt Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
SelfReferential.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00

This directory contains testcases that the verifier is supposed to detect as
malformed LLVM code.  Testcases for situations that the verifier incorrectly
identifies as malformed should go in the Regressions/Assembler directory.