llvm-6502/test/FrontendC
Dale Johannesen d9bc6a92f5 See test. Judging from PR 1278, at the time the test was committed, the
generated code was apparently doing stores directly into the return value
aggregate; now, it's doing a copy from a compiler-generated static object.
That object is initialized using [4 x i8] which breaks the test.  I believe
this change preserves the original point of the test.

Of course it would be better for the code to do stores directly into the
return aggregate, but that is not what happens at -O0; the llvm optimizers
seem to do that on x86 but not on ppc32, possibly because of the explicit
padding (which is unavoidable).  I think it must have been being done by
a gcc optimizer pass before.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73972 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-23 18:03:49 +00:00
..
2002-01-23-LoadQISIReloadFailure.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-01-24-ComplexSpaceInType.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-01-24-HandleCallInsnSEGV.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-02-13-ConditionalInCall.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-02-13-ReloadProblem.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-02-13-TypeVarNameCollision.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-02-13-UnnamedLocal.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-02-14-EntryNodePreds.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-02-16-RenamingTest.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-02-17-ArgumentAddress.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-02-18-64bitConstant.c Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding 2008-06-10 14:37:44 +00:00
2002-02-18-StaticData.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-03-11-LargeCharInString.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-03-12-ArrayInitialization.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-03-12-StructInitialize.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-03-12-StructInitializer.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-03-14-BrokenPHINode.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-03-14-BrokenSSA.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-03-14-QuotesInStrConst.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-04-07-SwitchStmt.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-04-08-LocalArray.c Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding 2008-06-10 14:37:44 +00:00
2002-04-09-StructRetVal.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-04-10-StructParameters.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-05-23-StaticValues.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-05-23-TypeNameCollision.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-05-24-Alloca.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-06-25-FWriteInterfaceFailure.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-07-14-MiscListTests.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-07-14-MiscTests2.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-07-14-MiscTests3.c Add -w to inhibit gcc warnings, which causes the 2008-06-10 18:00:09 +00:00
2002-07-14-MiscTests.c Add -w to inhibit gcc warnings, which causes the 2008-06-10 18:00:09 +00:00
2002-07-16-HardStringInit.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-07-17-StringConstant.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-07-29-Casts.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-07-30-SubregSetAssertion.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-07-30-UnionTest.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-07-30-VarArgsCallFailure.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-07-31-BadAssert.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-07-31-SubregFailure.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-08-02-UnionTest.c Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding 2008-06-10 14:37:44 +00:00
2002-08-19-RecursiveLocals.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-09-08-PointerShifts.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-09-18-UnionProblem.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-09-19-StarInLabel.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-10-12-TooManyArguments.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-12-15-GlobalBoolTest.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-12-15-GlobalConstantTest.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-12-15-GlobalRedefinition.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2002-12-15-StructParameters.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-01-30-UnionInit.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-03-03-DeferredType.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-06-22-UnionCrash.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-06-23-GCC-fold-infinite-recursion.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-06-26-CFECrash.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-06-29-MultipleFunctionDefinition.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-07-22-ArrayAccessTypeSafety.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-06-BuiltinSetjmpLongjmp.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-17-DeadCodeShortCircuit.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-18-SigSetJmp.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-18-StructAsValue.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-20-BadBitfieldRef.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-20-PrototypeMismatch.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-20-vfork-bug.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-21-BinOp-Type-Mismatch.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-21-StmtExpr.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-21-WideString.c Fix a warning, closing PR2452 2008-06-20 05:33:29 +00:00
2003-08-23-LocalUnionTest.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-29-BitFieldStruct.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-29-HugeCharConst.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-29-StructLayoutBug.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-30-AggregateInitializer.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-08-30-LargeIntegerBitfieldMember.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-09-18-BitfieldTests.c Add -w to inhibit gcc warnings, which causes the 2008-06-10 18:00:09 +00:00
2003-09-30-StructLayout.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-10-02-UnionLValueError.c Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding 2008-06-10 14:37:44 +00:00
2003-10-06-NegateExprType.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-10-09-UnionInitializerBug.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-10-28-ident.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-10-29-AsmRename.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-01-C99-CompoundLiteral.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-01-EmptyStructCrash.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-01-GlobalUnionInit.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-03-AddrArrayElement.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-04-EmptyStruct.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-04-OutOfMemory.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-08-PointerSubNotGetelementptr.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-12-VoidString.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-13-TypeSafety.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-16-StaticArrayInit.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-18-CondExprLValue.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-19-AddressOfRegister.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-19-BitFieldArray.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-20-Bitfields.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-20-ComplexDivision.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-20-UnionBitfield.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-26-PointerShift.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-27-ConstructorCast.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-11-27-UnionCtorInitialization.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2003-12-14-ExternInlineSupport.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-01-01-UnknownInitSize.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-01-08-ExternInlineRedefine.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-02-12-LargeAggregateCopy.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-02-13-BuiltinFrameReturnAddress.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-02-13-IllegalVararg.c Fix PR numbers, I accidentally switched two digits. 2008-06-16 09:38:23 +00:00
2004-02-13-Memset.c Make the declaration of bzero match size_t on 2008-10-29 15:57:37 +00:00
2004-02-14-ZeroInitializer.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-02-20-Builtins.c Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding 2008-06-10 14:37:44 +00:00
2004-03-07-ComplexDivEquals.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-03-07-ExternalConstant.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-03-09-LargeArrayInitializers.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-03-15-SimpleIndirectGoto.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-03-16-AsmRegisterCrash.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-05-07-VarArrays.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-05-21-IncompleteEnum.c Add -w to inhibit gcc warnings, which causes the 2008-06-10 18:00:09 +00:00
2004-06-08-OpaqueStructArg.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-06-17-UnorderedBuiltins.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-06-17-UnorderedCompares.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-06-18-VariableLengthArrayOfStructures.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-07-06-FunctionCast.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-08-06-LargeStructTest.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-11-25-UnnamedBitfieldPadding.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-11-27-InvalidConstantExpr.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-11-27-StaticFunctionRedeclare.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2004-11-27-VariableSizeInStructure.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-01-02-ConstantInits.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-01-02-PointerDifference.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-01-02-VAArgError-ICE.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-02-20-AggregateSAVEEXPR.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-02-27-MarkGlobalConstant.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-03-05-OffsetOfHack.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-03-06-OffsetOfStructCrash.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-03-11-Prefetch.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-04-09-ComplexOps.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-05-06-CountBuiltins.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-05-10-GlobalUnionInit.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-06-15-ExpandGotoInternalProblem.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-07-20-SqrtNoErrno.c Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding 2008-06-10 14:37:44 +00:00
2005-07-26-UnionInitCrash.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-07-28-IncorrectWeakGlobal.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-09-20-ComplexConstants.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-09-24-AsmUserPrefix.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-09-24-BitFieldCrash.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-10-18-VariableSizedElementCrash.c Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding 2008-06-10 14:37:44 +00:00
2005-12-04-AttributeUsed.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2005-12-04-DeclarationLineNumbers.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-01-13-Includes.c Unbreak this test. 2008-05-30 05:02:37 +00:00
2006-01-13-StackSave.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-01-16-BitCountIntrinsicsUnsigned.c Fix test to account for no more whitespace and that one of the matches is the 2008-09-16 06:40:04 +00:00
2006-01-23-FileScopeAsm.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-03-03-MissingInitializer.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-03-16-VectorCtor.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-03-17-KnRMismatch.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-05-01-AppleAlignmentPragma.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-05-19-SingleEltReturn.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-07-31-PR854.c Add -w to inhibit gcc warnings, which causes the 2008-06-10 18:00:09 +00:00
2006-09-11-BitfieldRefCrash.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-09-18-fwrite-cast-crash.c Fix PR numbers, I accidentally switched two digits. 2008-06-16 09:38:23 +00:00
2006-09-21-IncompleteElementType.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-09-25-DebugFilename.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-09-25-DebugFilename.h For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-09-28-SimpleAsm.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-10-30-ArrayCrash.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2006-12-14-ordered_expr.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-01-06-KNR-Proto.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-01-20-VectorICE.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-01-24-InlineAsmCModifier.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-02-04-AddrLValue-2.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-02-04-AddrLValue.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-02-04-EmptyStruct.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-02-04-WITH_SIZE_EXPR.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-02-05-nested.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-02-07-AddrLabel.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-02-16-VariableSizeStructArg.c Add -w to inhibit gcc warnings, which causes the 2008-06-10 18:00:09 +00:00
2007-02-16-VoidPtrDiff.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-02-16-WritableStrings.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-02-25-C-DotDotDot.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-03-01-VarSizeArrayIdx.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-03-05-DataLayout.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-03-06-VarSizeInStruct1.c Add -w to inhibit gcc warnings, which causes the 2008-06-10 18:00:09 +00:00
2007-03-06-VarSizeInStruct2.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-03-26-BitfieldAfterZeroWidth.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-03-26-ZeroWidthBitfield.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-03-27-ArrayCompatible.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-03-27-VarLengthArray.c Adjust this test for recent llvm-gcc changes. 2009-03-01 15:01:51 +00:00
2007-04-05-PackedBitFields-2.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-05-PackedBitFields.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-05-PackedStruct.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-05-PadBeforeZeroLengthField.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-05-UnPackedStruct.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-11-InlineAsmStruct.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-11-InlineAsmUnion.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-11-InlineStorageClassC89.c Adjust these tests now that "extern inline" 2009-05-30 13:57:05 +00:00
2007-04-11-InlineStorageClassC99.c Adjust these tests now that "extern inline" 2009-05-30 13:57:05 +00:00
2007-04-11-PR1321.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-13-InlineAsmStruct2.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-13-InlineAsmUnion2.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-14-FNoBuiltin.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-17-ZeroSizeBitFields.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-24-bit-not-expr.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-24-str-const.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-04-24-VolatileStructCopy.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-05-07-NestedStructReturn.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-05-07-PaddingElements.c See test. Judging from PR 1278, at the time the test was committed, the 2009-06-23 18:03:49 +00:00
2007-05-08-PCH.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-05-11-str-const.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-05-15-PaddingElement.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-05-16-EmptyStruct.c one less space, fixes failure with rebuilt llvm-gcc. 2009-02-28 22:20:02 +00:00
2007-05-29-UnionCopy.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-06-05-NoInlineAttribute.c Update test to check call instruction. 2008-09-03 17:05:49 +00:00
2007-06-15-AnnotateAttribute.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-06-18-SextAttrAggregate.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-07-29-RestrictPtrArg.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-08-01-LoadStoreAlign.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-08-21-ComplexCst.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-08-22-CTTZ.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-09-05-ConstCtor.c Fix a warning. 2008-06-20 05:31:04 +00:00
2007-09-12-PragmaPack.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-09-14-NegatePointer.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-09-17-WeakRef.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-09-20-GcrootAttribute.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-09-26-Alignment.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-09-27-ComplexIntCompare.c Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding 2008-06-10 14:37:44 +00:00
2007-09-28-PackedUnionMember.c fix a warning. 2008-06-20 05:28:56 +00:00
2007-10-01-BuildArrayRef.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-10-02-VolatileArray.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-10-15-VoidPtr.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-10-30-Volatile.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-11-07-AlignedMemcpy.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-11-07-CopyAggregateAlign.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-11-07-ZeroAggregateAlign.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-11-27-SExtZExt.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-11-28-GlobalInitializer.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-12-16-AsmNoUnwind.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2007-12-VarArrayDebug.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-01-04-WideBitfield.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-01-07-UnusualIntSize.c This is now done using a real i33, rather than 2009-02-10 20:44:15 +00:00
2008-01-11-ChainConsistency.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-01-21-PackedBitFields.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-01-21-PackedStructField.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-01-24-StructAlignAndBitFields.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-01-25-ByValReadNone.c Prevent our own passes from promoting this to 2008-09-05 21:34:32 +00:00
2008-01-25-ZeroSizedAggregate.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-01-28-PragmaMark.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-01-28-UnionSize.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-02-11-AnnotateBuiltin.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-03-03-CtorAttrType.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-03-05-syncPtr.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-03-24-BitField-And-Alloca.c This is now passing. 2009-01-16 06:59:14 +00:00
2008-03-26-PackedBitFields.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-04-08-NoExceptions.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-05-06-CFECrash.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-05-12-TempUsedBeforeDef.c Add -w to inhibit gcc warnings, which causes the 2008-06-10 18:00:09 +00:00
2008-05-19-AlwaysInline.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
2008-07-08-FAbsAttributes.c Testcase for PR2520. 2008-07-08 10:11:36 +00:00
2008-07-29-EHLabel.ll Let's try to have our cake and eat it to: move 2009-01-21 11:37:31 +00:00
2008-08-07-AlignPadding1.c Don't barf on 32 bit platforms if llvm-gcc is 2008-10-13 19:56:36 +00:00
2008-08-07-AlignPadding2.c Don't barf on 32 bit platforms if llvm-gcc is 2008-10-13 19:56:36 +00:00
2008-08-07-GEPIntToPtr.c Testcase for r54520. 2008-08-08 07:00:26 +00:00
2008-09-03-WeakAlias.c Testcase for PR1678. 2008-09-03 07:52:01 +00:00
2008-10-13-FrontendCrash.c new testcase for PR2797 2008-10-14 06:56:04 +00:00
2008-10-30-ZeroPlacement.c Testcase for PR2987. 2008-10-30 21:13:11 +00:00
2008-11-02-WeakAlias.c Testcase for PR2691 2008-11-02 16:46:17 +00:00
2008-11-08-InstCombineSelect.c The method of doing the matching with a 'select' instruction was wrong. The 2008-11-09 23:17:42 +00:00
2008-11-11-AnnotateStructFieldAttribute.c Add test case for ptr annotation. 2008-11-12 16:12:27 +00:00
2008-12-23-AsmIntPointerTie.c Testcase to show we can tie together integers and pointers of 2008-12-23 18:52:26 +00:00
2009-01-05-BlockInlining.c Strength test. 2009-01-05 21:27:59 +00:00
2009-01-20-k8.c Fix these so that they work on non-x86 Darwin machines. 2009-06-04 23:37:19 +00:00
2009-01-21-InvalidIterator.c This was causing invalid memory accesses when 2009-01-21 11:51:17 +00:00
2009-02-13-zerosize-union-field.c Testcase for llvm-gcc 64510. 2009-02-14 00:19:28 +00:00
2009-02-17-BitField-dbg.c Emit debug info for bitfields. 2009-02-17 21:23:59 +00:00
2009-02-27-CString.c There is a way to specify targets that should succeed. It's the "XTARGET" 2009-02-28 12:11:01 +00:00
2009-03-01-MallocNoAlias.c Functions marked malloc are noalias return. 2009-03-01 16:19:31 +00:00
2009-03-08-ZeroEltStructCrash.c testcase for PR3744 2009-03-09 05:44:59 +00:00
2009-03-09-WeakDeclarations-1.c These tests pass on linux. 2009-03-25 16:43:59 +00:00
2009-03-13-dbg.c These tests pass on linux. 2009-03-25 16:43:59 +00:00
2009-04-22-UnknownSize.c Testcase for PR2958. 2009-04-22 18:55:17 +00:00
2009-04-28-UnionArrayCrash.c testcase for PR4082 2009-04-29 06:46:27 +00:00
2009-05-04-EnumInreg.c Fix these so that they work on non-x86 Darwin machines. 2009-06-04 23:37:19 +00:00
2009-05-17-AlwaysInline.c Commands beginning with '--' are converted to '-f' by gcc. Blech! 2009-05-18 18:09:36 +00:00
2009-06-14-HighlyAligned.c Testcase for PR4332. 2009-06-14 22:22:42 +00:00
2009-06-18-StaticInitTailPadPack.c new testcase for rdar://6983634 2009-06-18 22:53:26 +00:00
always-inline.c Add a always_inline test case. 2009-01-29 09:31:54 +00:00
Atomics-no64bit.c Remove "long" variants so these will pass on a 64-bit host. 2008-10-12 18:40:49 +00:00
Atomics.c Remove "long" variants so these will pass on a 64-bit host. 2008-10-12 18:40:49 +00:00
attribute_constructor.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
BasicInstrs.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
block-copy.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
dg.exp For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
exact-div-expr.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
extern-weak.c Make LLVM compile on DragonFly BSD (PR2499). 2008-06-26 10:36:58 +00:00
fp-logical.c Test fp not. 2008-09-24 00:50:16 +00:00
funccall.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
hidden-visibility.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
implicit-arg.c Forgot this test case. 2009-01-27 02:59:39 +00:00
inline-asm-mrv.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
libcalls-d.c Adjust tests to expect new math intrinsics to be 2008-09-04 21:24:28 +00:00
libcalls-ld.c Adjust tests to expect new math intrinsics to be 2008-09-04 21:24:28 +00:00
libcalls.c Adjust tests to expect new math intrinsics to be 2008-09-04 21:24:28 +00:00
memcpy_chk.c One more test. 2009-03-25 17:45:18 +00:00
memset_chk.c Add a __builtin___memset_chk test. 2009-03-27 02:45:14 +00:00
nested-functions.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
object_size.c Add a __builtin_object_size test. 2009-03-25 16:29:33 +00:00
pr3518.c Testcase for llvm-gcc patch 73238. 2009-06-12 18:41:53 +00:00
pr4349.c Adjust this test's regex strings so that they work regardless 2009-06-12 23:31:14 +00:00
sret2.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
sret.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
unaligned-memcpy.c For PR1338: Rename test dirs 2008-05-29 19:17:15 +00:00
union-align.c Add a test case for Chris lvalue alignment fixes. 2009-01-29 08:59:46 +00:00
weak_constant.c Don't load values out of global constants with weak 2009-03-20 21:53:29 +00:00