llvm-6502/test/CFrontend
Chris Lattner 85c5a3f31c new testcase, distilled by Brian
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8914 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-07 02:57:51 +00:00
..
2002-01-23-LoadQISIReloadFailure.c
2002-01-24-ComplexSpaceInType.c
2002-01-24-HandleCallInsnSEGV.c
2002-02-13-ConditionalInCall.c
2002-02-13-ReloadProblem.c Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
2002-02-13-TypeVarNameCollision.c
2002-02-13-UnnamedLocal.c
2002-02-14-EntryNodePreds.c
2002-02-16-RenamingTest.c
2002-02-17-ArgumentAddress.c
2002-02-18-64bitConstant.c
2002-02-18-StaticData.c
2002-03-11-LargeCharInString.c
2002-03-12-ArrayInitialization.c
2002-03-12-StructInitialize.c
2002-03-12-StructInitializer.c
2002-03-14-BrokenPHINode.c
2002-03-14-BrokenSSA.c
2002-03-14-QuotesInStrConst.c
2002-04-07-SwitchStmt.c
2002-04-08-LocalArray.c
2002-04-09-StructRetVal.c
2002-04-10-StructParameters.c
2002-05-23-StaticValues.c
2002-05-23-TypeNameCollision.c
2002-05-24-Alloca.c
2002-06-25-FWriteInterfaceFailure.c
2002-07-14-MiscListTests.c
2002-07-14-MiscTests2.c
2002-07-14-MiscTests3.c
2002-07-14-MiscTests.c
2002-07-16-HardStringInit.c
2002-07-17-StringConstant.c
2002-07-29-Casts.c Fix bugs in testcase 2003-04-25 19:49:36 +00:00
2002-07-30-SubregSetAssertion.c
2002-07-30-UnionTest.c
2002-07-30-VarArgsCallFailure.c
2002-07-31-BadAssert.c
2002-07-31-SubregFailure.c
2002-08-02-UnionTest.c
2002-08-19-RecursiveLocals.c
2002-09-08-PointerShifts.c Checkin old testcase 2002-09-20 14:37:46 +00:00
2002-09-18-UnionProblem.c
2002-09-19-StarInLabel.c
2002-10-12-TooManyArguments.c New testcase that causes invalid llvm to be emitted by cfe 2002-10-12 23:37:34 +00:00
2002-11-07-Redefinition.c Check in an old testcase 2002-12-07 17:08:07 +00:00
2002-12-15-GlobalBoolTest.c Testcase identified by Brian Gaeke that breaks the C frontend... 2002-12-15 15:52:03 +00:00
2002-12-15-GlobalConstantTest.c New test to make sure I'm getting constness right 2002-12-15 17:37:35 +00:00
2002-12-15-GlobalRedefinition.c New testcase, courtesy of Brian Gaeke 2002-12-15 17:14:32 +00:00
2002-12-15-StructParameters.c New testcase for structure argument problems. 2002-12-15 17:46:18 +00:00
2003-01-30-UnionInit.c Bug that is unfixable with current frontend 2003-01-30 17:34:04 +00:00
2003-02-12-NonlocalGoto.c Add comment 2003-04-25 18:44:30 +00:00
2003-03-03-DeferredType.c Add new testcase for forward reference of struct type 2003-03-03 20:28:42 +00:00
2003-06-22-UnionCrash.c New testcase narrowed down by Joel 2003-06-22 21:40:38 +00:00
2003-06-23-GCC-fold-infinite-recursion.c New testcase for a GCC bug 2003-06-23 18:06:21 +00:00
2003-06-26-CFECrash.c New testcase that crashes the cfe 2003-06-27 02:37:53 +00:00
2003-06-29-MultipleFunctionDefinition.c Spell apparently' with an e'. 2003-06-30 15:33:47 +00:00
2003-07-22-ArrayAccessTypeSafety.c.tr Make testcase more interesting 2003-08-19 21:57:23 +00:00
2003-08-06-BuiltinSetjmpLongjmp.c.tr New testcase 2003-08-06 18:26:19 +00:00
2003-08-17-DeadCodeShortCircuit.c.tr New testcase distilled from GNU Go 2003-08-18 02:57:31 +00:00
2003-08-18-SigSetJmp.c New testcase, distilled from ed-0.2 2003-08-18 15:45:55 +00:00
2003-08-18-StructAsValue.c Make the testcase more interesting 2003-08-18 21:44:10 +00:00
2003-08-20-BadBitfieldRef.c New testcase, distilled from 'screen' by Misha 2003-08-20 16:13:10 +00:00
2003-08-20-PrototypeMismatch.c Whoa, GCC accepts this. Whack. 2003-08-20 18:25:04 +00:00
2003-08-20-vfork-bug.c New testcase, distilled from bison 2003-08-20 18:17:13 +00:00
2003-08-21-BinOp-Type-Mismatch.c New testcase, distilled from emacs by Misha 2003-08-21 17:56:32 +00:00
2003-08-21-StmtExpr.c Yet another testcase distilled from emacs by Misha! 2003-08-21 18:25:37 +00:00
2003-08-21-WideString.c Test case distilled from bash. 2003-08-21 18:59:56 +00:00
2003-08-23-LocalUnionTest.c New testcase 2003-08-23 22:09:26 +00:00
2003-08-29-BitFieldStruct.c minor simplification 2003-08-29 21:57:18 +00:00
2003-08-29-HugeCharConst.c Testcase distilled from xemacs. 2003-08-29 21:28:47 +00:00
2003-08-29-StructLayoutBug.c Yet another bit-field bug 2003-08-29 22:46:34 +00:00
2003-08-30-AggregateInitializer.c New, HARD, bitfield testcase 2003-08-30 20:57:49 +00:00
2003-08-30-LargeIntegerBitfieldMember.c New testcase *sigh* 2003-08-30 21:00:36 +00:00
2003-09-18-BitfieldTests.c a bitfield stress test to exercise various parts of the front-end. 2003-09-19 05:22:10 +00:00
2003-09-30-StructLayout.c new testcase distilled from 177.mesa 2003-09-30 17:13:34 +00:00
2003-10-02-UnionLValueError.c Checkin new file, reduced by Brian 2003-10-02 18:26:11 +00:00
2003-10-06-NegateExprType.c new testcase, distilled by Brian 2003-10-07 02:57:51 +00:00