1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/Verifier
2007-08-01 23:07:36 +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-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 PR1319: Upgrade to new test harness 2007-04-15 10:26:05 +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
byval-1.ll check for correct usage of the byval attribute 2007-07-10 19:28:12 +00:00
byval-2.ll check for correct usage of the byval attribute 2007-07-10 19:28:12 +00:00
byval-3.ll check for correct usage of the byval attribute 2007-07-10 19:28:12 +00:00
byval-4.ll check for correct usage of the byval attribute 2007-07-10 19:28:12 +00:00
dg.exp For PR1319: Upgrade to new test harness 2007-04-15 10:26:05 +00:00
invoke-1.ll Make sure these tests pass for the right reasons (verifier error, rather than 2007-08-01 23:07:36 +00:00
invoke-2.ll Make sure these tests pass for the right reasons (verifier error, rather than 2007-08-01 23:07:36 +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.