llvm-6502/test/CFrontend
Reid Spencer eacb7020ec For PR950:
Update the test suite to accommodate the change from signed integer types
to signless integer types. The changes were of only a few kinds:

1. Make sure llvm-upgrade is run on the source which does the bulk of the
   changes automatically.

2. Change things like "grep 'int'" to "grep 'i32'"

3. In several tests bitcasting caused the same name to be reused in the
   same type plane. These had to be manually fixed. The fix was (generally)
   to leave the bitcast and provide the instruction with a new name. This
   should not affect the semantics of the test. In a few cases, the
   bitcasts were known to be superfluous and irrelevant to the test case
   so they were removed.

4. One test case uses a bytecode file which needed to be updated to the
   latest bytecode format.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32789 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-31 06:02:00 +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-01-23-LoadQISIReloadFailure.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-01-24-ComplexSpaceInType.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-01-24-HandleCallInsnSEGV.c Fix misspellings, patch contributed by Gabor Greif! 2005-02-27 06:14:21 +00:00
2002-02-13-ConditionalInCall.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-02-13-ReloadProblem.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-02-13-TypeVarNameCollision.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-02-13-UnnamedLocal.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-02-14-EntryNodePreds.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-02-16-RenamingTest.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-02-17-ArgumentAddress.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-02-18-64bitConstant.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-02-18-StaticData.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-03-11-LargeCharInString.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-03-12-ArrayInitialization.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-03-12-StructInitialize.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-03-12-StructInitializer.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-03-14-BrokenPHINode.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-03-14-BrokenSSA.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-03-14-QuotesInStrConst.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-04-07-SwitchStmt.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-04-08-LocalArray.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-04-09-StructRetVal.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-04-10-StructParameters.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-05-23-StaticValues.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-05-23-TypeNameCollision.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-05-24-Alloca.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-06-25-FWriteInterfaceFailure.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-07-14-MiscListTests.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-07-14-MiscTests2.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-07-14-MiscTests3.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-07-14-MiscTests.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-07-16-HardStringInit.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-07-17-StringConstant.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-07-29-Casts.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-07-30-SubregSetAssertion.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-07-30-UnionTest.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-07-30-VarArgsCallFailure.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-07-31-BadAssert.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-07-31-SubregFailure.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-08-02-UnionTest.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-08-19-RecursiveLocals.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-09-08-PointerShifts.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-09-18-UnionProblem.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-09-19-StarInLabel.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-10-12-TooManyArguments.c Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
2002-11-07-Redefinition.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-12-15-GlobalBoolTest.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-12-15-GlobalConstantTest.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-12-15-GlobalRedefinition.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2002-12-15-StructParameters.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-01-30-UnionInit.c These are only XFAILs with llvmgcc3, they pass with llvmgcc4 2006-04-13 17:16:21 +00:00
2003-02-12-NonlocalGoto.c These tests really are failing, do not let them accidentally be XPASS. 2004-11-22 19:11:40 +00:00
2003-03-03-DeferredType.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-06-22-UnionCrash.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-06-23-GCC-fold-infinite-recursion.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-06-26-CFECrash.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-06-29-MultipleFunctionDefinition.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-07-22-ArrayAccessTypeSafety.c.tr All 'llvmgcc' tests should specify %llvmgcc so that the path is passed 2003-11-06 21:13:45 +00:00
2003-08-06-BuiltinSetjmpLongjmp.c.tr All 'llvmgcc' tests should specify %llvmgcc so that the path is passed 2003-11-06 21:13:45 +00:00
2003-08-17-DeadCodeShortCircuit.c.tr All 'llvmgcc' tests should specify %llvmgcc so that the path is passed 2003-11-06 21:13:45 +00:00
2003-08-18-SigSetJmp.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-18-StructAsValue.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-20-BadBitfieldRef.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-20-PrototypeMismatch.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-20-vfork-bug.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-21-BinOp-Type-Mismatch.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-21-StmtExpr.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-21-WideString.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-23-LocalUnionTest.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-29-BitFieldStruct.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-29-HugeCharConst.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-29-StructLayoutBug.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-08-30-AggregateInitializer.c These are only XFAILs with llvmgcc3, they pass with llvmgcc4 2006-04-13 17:16:21 +00:00
2003-08-30-LargeIntegerBitfieldMember.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-09-18-BitfieldTests.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-09-30-StructLayout.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-10-02-UnionLValueError.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-10-06-NegateExprType.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-10-09-UnionInitializerBug.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-10-28-ident.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-10-29-AsmRename.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-01-C99-CompoundLiteral.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-01-EmptyStructCrash.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-01-GlobalUnionInit.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-03-AddrArrayElement.c.tr All 'llvmgcc' tests should specify %llvmgcc so that the path is passed 2003-11-06 21:13:45 +00:00
2003-11-04-EmptyStruct.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-04-OutOfMemory.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-08-PointerSubNotGetelementptr.c.tr new testcase 2003-11-09 00:23:05 +00:00
2003-11-12-VoidString.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-13-TypeSafety.c.tr NEW testcase for PR84 :( 2003-11-13 06:19:56 +00:00
2003-11-16-StaticArrayInit.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-18-CondExprLValue.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-19-AddressOfRegister.c.tr New testcase for PR133 2003-11-19 21:37:52 +00:00
2003-11-19-BitFieldArray.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-20-Bitfields.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-20-ComplexDivision.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-20-UnionBitfield.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-26-PointerShift.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-27-ConstructorCast.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-27-UnionCtorInitialization.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-12-14-ExternInlineSupport.c.tr New testcase 2003-12-15 00:03:53 +00:00
2004-01-01-UnknownInitSize.c These are only XFAILs with llvmgcc3, they pass with llvmgcc4 2006-04-13 17:16:21 +00:00
2004-01-08-ExternInlineRedefine.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-02-12-LargeAggregateCopy.c.tr New testcase for PR233: [llvmgcc] Structure copies result in a LOT of code 2004-02-12 21:06:52 +00:00
2004-02-13-BuiltinFrameReturnAddress.c.tr Testcase for builtin frame/return address 2004-02-14 04:06:48 +00:00
2004-02-13-IllegalVararg.c.tr New testcase. The CFE should not generate illegal LLVM intrinsics, even if 2004-02-13 22:04:41 +00:00
2004-02-13-Memset.c Test that the CFE compiles memset and bzero to llvm.memset 2004-02-14 03:46:37 +00:00
2004-02-13-StringInit.c.tr Adding XFAIL lines for dejagnu support. 2004-11-06 20:38:27 +00:00
2004-02-14-ZeroInitializer.c Testcase for PR205: [llvmgcc] C front-end does not emit 'zeroinitializer' when possible 2004-02-15 02:19:08 +00:00
2004-02-20-Builtins.c.tr New testcase, do not emit a call to __builtin_sqrt, emit a call to sqrt instead! 2004-02-20 19:08:12 +00:00
2004-03-07-ComplexDivEquals.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-03-07-ExternalConstant.c.tr New code-quality testcase. 2004-03-08 02:12:36 +00:00
2004-03-09-LargeArrayInitializers.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-03-15-SimpleIndirectGoto.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-03-16-AsmRegisterCrash.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-05-07-VarArrays.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-05-21-IncompleteEnum.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-06-08-OpaqueStructArg.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-06-17-UnorderedBuiltins.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-06-17-UnorderedCompares.c.tr Modify this test to not depend on the host math.h implementation 2006-01-07 01:37:25 +00:00
2004-06-18-VariableLengthArrayOfStructures.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-07-06-FunctionCast.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-08-06-LargeStructTest.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-11-25-UnnamedBitfieldPadding.c New testcase for PR451 2004-11-25 06:25:13 +00:00
2004-11-27-InvalidConstantExpr.c New testcase for PR424 2004-11-27 19:44:07 +00:00
2004-11-27-StaticFunctionRedeclare.c New testcase for PR244 2004-11-28 00:06:07 +00:00
2004-11-27-VariableSizeInStructure.c New testcase for PR360 2004-11-28 00:39:58 +00:00
2005-01-02-ConstantInits.c New testcase for PR487 2005-01-03 04:15:11 +00:00
2005-01-02-PointerDifference.c.tr Testcase for PR494 2005-01-02 21:11:11 +00:00
2005-01-02-VAArgError-ICE.c new testcase for PR481 2005-01-03 04:39:16 +00:00
2005-02-20-AggregateSAVEEXPR.c Fails with all sparcs 2006-04-20 17:43:41 +00:00
2005-02-27-MarkGlobalConstant.c Fix this regex to match what llvmgcc4 produces also 2006-04-13 19:46:16 +00:00
2005-03-05-OffsetOfHack.c New testcase for PR533 2005-03-05 18:47:28 +00:00
2005-03-06-OffsetOfStructCrash.c new testcase reduced from the MultiSource/Applications/d failure last night. 2005-03-06 19:40:19 +00:00
2005-03-11-Prefetch.c new testcase for __builtin_prefetch support. 2005-03-11 06:14:23 +00:00
2005-04-09-ComplexOps.c Add the RUN: prefix to the start of the run line so this test doesn't fail. 2005-04-22 02:49:25 +00:00
2005-05-06-CountBuiltins.c new testcase 2005-05-07 02:16:08 +00:00
2005-05-10-GlobalUnionInit.c new testcase for PR562 2005-05-10 22:32:29 +00:00
2005-06-15-ExpandGotoInternalProblem.c new testcase for PR580 2005-06-15 22:42:53 +00:00
2005-07-20-SqrtNoErrno.c If errno doesn't matter (e.g. in -ffast-math scenarios), sqrt* should be 2005-07-21 01:09:27 +00:00
2005-07-26-UnionInitCrash.c Testcase for PR607 2005-07-26 22:08:53 +00:00
2005-07-28-IncorrectWeakGlobal.c New testcase for PR610 2005-07-28 20:18:33 +00:00
2005-09-20-ComplexConstants.c Testcase for PR629 2005-09-21 06:53:56 +00:00
2005-09-24-AsmUserPrefix.c new testcase for PR630 2005-09-24 08:38:28 +00:00
2005-09-24-BitFieldCrash.c new testcase that crashes the CFE 2005-09-24 20:54:33 +00:00
2005-10-18-VariableSizedElementCrash.c These are only XFAILs with llvmgcc3, they pass with llvmgcc4 2006-04-13 17:16:21 +00:00
2005-12-04-AttributeUsed.c Adjust this to the wonky syntax that GCC expects. 2006-09-29 17:34:56 +00:00
2005-12-04-DeclarationLineNumbers.c For PR950: 2006-12-31 06:02:00 +00:00
2006-01-13-Includes.c PR# not associated with XFAIL 2006-06-16 16:57:43 +00:00
2006-01-13-StackSave.c These are only XFAILs with llvmgcc3, they pass with llvmgcc4 2006-04-13 17:16:21 +00:00
2006-01-16-BitCountIntrinsicsUnsigned.c For PR950: 2006-12-31 06:02:00 +00:00
2006-01-23-FileScopeAsm.c These are only XFAILs with llvmgcc3, they pass with llvmgcc4 2006-04-13 17:16:21 +00:00
2006-03-03-MissingInitializer.c For PR950: 2006-12-31 06:02:00 +00:00
2006-03-16-VectorCtor.c These are only XFAILs with llvmgcc3, they pass with llvmgcc4 2006-04-13 17:16:21 +00:00
2006-03-17-KnRMismatch.c new testcase that broke the new f.e. 2006-03-17 18:01:17 +00:00
2006-05-01-AppleAlignmentPragma.c New testcase that crashes the new CFE. 2006-05-01 23:18:55 +00:00
2006-05-19-SingleEltReturn.c new testcase 2006-05-19 19:34:09 +00:00
2006-07-31-PR854.c xfail for llvmgcc3 2006-11-10 04:53:50 +00:00
2006-09-11-BitfieldRefCrash.c new testcase for PR906 2006-09-11 22:48:23 +00:00
2006-09-18-fwrite-cast-crash.c new testcase 2006-09-18 18:07:51 +00:00
2006-09-21-IncompleteElementType.c Regression testcase for PR855. 2006-09-22 05:34:25 +00:00
2006-09-25-DebugFilename.c Regression test for PR#922. 2006-09-25 19:12:01 +00:00
2006-09-25-DebugFilename.h Regression test for PR#922. 2006-09-25 19:12:01 +00:00
2006-09-28-SimpleAsm.c Should be xfailed for llvmgcc3 2006-11-08 23:26:16 +00:00
2006-10-30-ArrayCrash.c add a note 2006-10-31 06:26:10 +00:00
2006-12-14-ordered_expr.c For PR950: 2006-12-23 06:05:41 +00:00
attribute_constructor.c new testcase that should have been added long ago. 2006-03-07 22:33:00 +00:00
cast-to-bool.c Alter these tests to ensure they match a "test $1, X" X86 instruction that 2006-11-27 05:08:03 +00:00
dg.exp Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00
extern-weak.c Use weak_import on linux, weak everywhere else. Makes test pass on Linux. 2006-12-03 16:40:08 +00:00