llvm-6502/test/Verifier
Reid Spencer e3ff5ada8a For PR761:
Remove "target endian/pointersize" or add "target datalayout" to make
the test parse properly or set the datalayout because defaults changes.

For PR645:
Make global names use the @ prefix.

For llvm-upgrade changes:
Fix test cases or completely remove use of llvm-upgrade for test cases
that cannot survive the new renaming or upgrade capabilities.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33533 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-26 08:25:06 +00:00
..
.cvsignore Tired of wading through cvs's list ? files that are generated when building 2006-03-23 23:41:57 +00:00
2002-04-13-RetTypes.ll Adding RUN lines. 2004-11-06 23:08:26 +00:00
2002-11-05-GetelementptrPointers.ll Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and 2006-11-23 15:14:52 +00:00
2003-11-21-FunctionReturningStructure.ll Adding RUN lines. 2004-11-06 23:08:26 +00:00
2004-01-22-FloatNormalization.ll Fix an accidental commit. 2006-04-13 17:21:49 +00:00
2004-05-21-SwitchConstantMismatch.ll Adding RUN lines. 2004-11-06 23:08:26 +00:00
2005-03-21-UndefinedTypeReference.ll Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00
2006-07-11-StoreStruct.ll Testcase for PR826 2006-07-11 20:29:21 +00:00
2006-10-15-AddrLabel.ll For PR761: 2007-01-26 08:25:06 +00:00
2006-12-12-IntrinsicDefine.ll New testcase for PR1047 2006-12-13 04:30:18 +00:00
AmbiguousPhi.ll Adding RUN lines. 2004-11-06 23:08:26 +00:00
dg.exp Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00
invoke-1.ll testcases for PR1042 2006-12-16 02:26:57 +00:00
invoke-2.ll testcases for PR1042 2006-12-16 02:26:57 +00:00
PhiGrouping.ll Adding RUN lines. 2004-11-06 23:08:26 +00:00
README.txt Add readme file describing directory 2002-08-22 20:20:08 +00:00
SelfReferential.ll Adding RUN lines. 2004-11-06 23:08:26 +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.