llvm-6502/test/CFrontend
Reid Spencer 9445e9aaa0 For PR1553:
Change the keywords for the zext and sext parameter attributes to be 
zeroext and signext so they don't conflict with the keywords for the
instructions of the same name. This gets around the ambiguity.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40069 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-19 23:13:04 +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-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 llvm-gcc3 is gone 2007-02-08 04:31:15 +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 Revert changes for noinline. 2007-06-06 20:46:40 +00:00
2003-08-06-BuiltinSetjmpLongjmp.c.tr For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2003-08-17-DeadCodeShortCircuit.c.tr Fix this to put its output in the output directory. 2007-03-06 17:44:43 +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 llvm-gcc3 is gone 2007-02-08 04:31:15 +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
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
2003-11-12-VoidString.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2003-11-13-TypeSafety.c.tr
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 For PR1319: 2007-04-16 15:31:49 +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
2004-01-01-UnknownInitSize.c llvm-gcc3 is gone 2007-02-08 04:31:15 +00:00
2004-01-08-ExternInlineRedefine.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-02-12-LargeAggregateCopy.c.tr
2004-02-13-BuiltinFrameReturnAddress.c.tr For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2004-02-13-IllegalVararg.c.tr
2004-02-13-Memset.c
2004-02-14-ZeroInitializer.c
2004-02-20-Builtins.c.tr
2004-03-07-ComplexDivEquals.c Adding RUN lines. 2004-11-06 22:41:00 +00:00
2004-03-07-ExternalConstant.c.tr
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 For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2004-11-27-StaticFunctionRedeclare.c Use %s, not explicit name. 2007-04-16 16:06:17 +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 For PR1319: 2007-04-16 15:15:52 +00:00
2005-02-20-AggregateSAVEEXPR.c Fails with all sparcs 2006-04-20 17:43:41 +00:00
2005-02-27-MarkGlobalConstant.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +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 For PR1319: 2007-04-16 15:31:49 +00:00
2005-05-10-GlobalUnionInit.c new testcase for PR562 2005-05-10 22:32:29 +00:00
2005-06-15-ExpandGotoInternalProblem.c Use opt instead of gccas. 2007-03-19 18:25:55 +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 For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2005-09-24-AsmUserPrefix.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +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 llvm-gcc3 is gone 2007-02-08 04:31:15 +00:00
2005-12-04-AttributeUsed.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2005-12-04-DeclarationLineNumbers.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2006-01-13-Includes.c For PR1319: 2007-04-16 17:36:08 +00:00
2006-01-13-StackSave.c Eliminate the use of gccas in the test suite. 2007-02-09 15:15:21 +00:00
2006-01-16-BitCountIntrinsicsUnsigned.c For PR1336: 2007-04-16 01:31:11 +00:00
2006-01-23-FileScopeAsm.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2006-03-03-MissingInitializer.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2006-03-16-VectorCtor.c llvm-gcc3 is gone 2007-02-08 04:31:15 +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 llvm-gcc3 is gone 2007-02-08 04:31:15 +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 For PR1319: 2007-04-16 15:15:52 +00:00
2006-09-25-DebugFilename.c Modify annotate intrinsic to take 2 additional args: file and line number. 2007-06-18 22:23:39 +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 For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +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 PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2007-01-06-KNR-Proto.c testcase for pr1083 2007-01-06 23:38:37 +00:00
2007-01-20-VectorICE.c new testcase 2007-01-21 00:56:42 +00:00
2007-01-24-InlineAsmCModifier.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2007-02-04-AddrLValue-2.c Test for PR1173 2007-02-05 02:28:56 +00:00
2007-02-04-AddrLValue.c fix bug number 2007-02-05 02:26:07 +00:00
2007-02-04-EmptyStruct.c testcase for PR1175 2007-02-04 23:55:04 +00:00
2007-02-04-WITH_SIZE_EXPR.c this passes now 2007-02-19 20:20:04 +00:00
2007-02-05-nested.c new testcase for nested functions 2007-02-07 23:28:08 +00:00
2007-02-07-AddrLabel.c New testcase for PR947 2007-02-08 04:34:03 +00:00
2007-02-16-VariableSizeStructArg.c testcase for PR1170 2007-02-17 05:44:57 +00:00
2007-02-16-VoidPtrDiff.c new testcase 2007-02-17 01:44:21 +00:00
2007-02-16-WritableStrings.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2007-02-25-C-DotDotDot.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2007-03-01-VarSizeArrayIdx.c testcase for PR1233 2007-03-02 07:29:59 +00:00
2007-03-05-DataLayout.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2007-03-06-VarSizeInStruct1.c Test handling of structs with multiple variable-sized fields. 2007-03-20 14:13:20 +00:00
2007-03-06-VarSizeInStruct2.c Test handling of structs with multiple variable-sized fields. 2007-03-20 14:13:20 +00:00
2007-03-26-BitfieldAfterZeroWidth.c Testcase for C front-end crash. 2007-04-16 18:51:13 +00:00
2007-03-26-ZeroWidthBitfield.c Testcase for the problem worked around in 2007-04-01 15:29:02 +00:00
2007-03-27-ArrayCompatible.c Check handling of arrays of variable sized components. 2007-04-16 21:12:03 +00:00
2007-03-27-VarLengthArray.c Test code quality for variable length array references. 2007-04-16 21:13:57 +00:00
2007-04-05-PackedBitFields-2.c New tests for Packed structs. 2007-04-05 17:07:48 +00:00
2007-04-05-PackedBitFields.c New tests for Packed structs. 2007-04-05 17:07:48 +00:00
2007-04-05-PackedStruct.c New tests for Packed structs. 2007-04-05 17:07:48 +00:00
2007-04-05-PadBeforeZeroLengthField.c testcase for padding before zero-length fields. 2007-04-05 19:05:43 +00:00
2007-04-05-UnPackedStruct.c New tests for Packed structs. 2007-04-05 17:07:48 +00:00
2007-04-11-InlineAsmStruct.c not all targets want to return an i32. What really matters is whether llc accepts the generated code. 2007-04-29 18:59:01 +00:00
2007-04-11-InlineAsmUnion.c not all targets want to return an i32. What really matters is whether llc accepts the generated code. 2007-04-29 18:59:01 +00:00
2007-04-11-InlineStorageClassC89.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2007-04-11-InlineStorageClassC99.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2007-04-11-PR1321.c New test case for PR 1321. 2007-04-12 00:32:43 +00:00
2007-04-13-InlineAsmStruct2.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2007-04-13-InlineAsmUnion2.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
2007-04-14-FNoBuiltin.c adjust per review comments 2007-04-15 02:40:12 +00:00
2007-04-17-ZeroSizeBitFields.c Use // not ; since this is C. 2007-04-17 20:50:33 +00:00
2007-04-24-bit-not-expr.c rename C files to end with .c 2007-06-09 06:10:47 +00:00
2007-04-24-str-const.c rename C files to end with .c 2007-06-09 06:10:47 +00:00
2007-04-24-VolatileStructCopy.c testcase for PR1352 2007-04-25 00:26:05 +00:00
2007-05-07-NestedStructReturn.c Make the struct bigger, in an attempt to get a "struct return" on more 2007-06-07 09:35:33 +00:00
2007-05-07-PaddingElements.c New test. 2007-05-08 06:10:12 +00:00
2007-05-08-PCH.c New test for PR1400 2007-05-08 18:08:20 +00:00
2007-05-11-str-const.c rename C files to end with .c 2007-06-09 06:10:47 +00:00
2007-05-15-PaddingElement.c New test. 2007-05-15 23:44:27 +00:00
2007-05-16-EmptyStruct.c Fix PR number. 2007-05-16 16:51:31 +00:00
2007-05-29-UnionCopy.c new testcase for PR1421 2007-05-30 05:37:18 +00:00
2007-06-05-NoInlineAttribute.c Really use attribute. 2007-06-06 21:00:46 +00:00
2007-06-15-AnnotateAttribute.c Modify annotate intrinsic to take 2 additional args: file and line number. 2007-06-18 22:23:39 +00:00
2007-06-18-SextAttrAggregate.c For PR1553: 2007-07-19 23:13:04 +00:00
attribute_constructor.c new testcase that should have been added long ago. 2006-03-07 22:33:00 +00:00
BasicInstrs.c For PR1558: 2007-07-17 06:20:38 +00:00
block-copy.c new testcase 2007-04-25 01:51:33 +00:00
dg.exp Make running these tests conditional on llvm-gcc supporting the language 2007-04-22 05:53:18 +00:00
exact-div-expr.c new testcase 2007-07-15 22:30:34 +00:00
extern-weak.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
funccall.c For PR1558: 2007-07-17 06:20:38 +00:00
hidden-visibility.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00
nested-functions.c add PR number and testcase from the PR. 2007-05-15 20:40:25 +00:00
sret.c For PR1319: Upgrade to new test harness. 2007-04-15 20:08:37 +00:00