llvm-6502/test/CFrontend
2003-08-21 17:56:32 +00:00
..
2002-01-23-LoadQISIReloadFailure.c
2002-01-24-ComplexSpaceInType.c
2002-01-24-HandleCallInsnSEGV.c
2002-02-13-ConditionalInCall.c New testcase for fixed bug 2002-02-13 20:25:16 +00:00
2002-02-13-ReloadProblem.c Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
2002-02-13-TypeVarNameCollision.c New testcase for fixed GCC bug 2002-02-14 05:41:15 +00:00
2002-02-13-UnnamedLocal.c NEw testcase for bugfix 2002-02-14 00:18:44 +00:00
2002-02-14-EntryNodePreds.c Forgot to check this in a long time ago 2002-03-14 19:31:32 +00:00
2002-02-16-RenamingTest.c New testcase 2002-02-17 06:42:02 +00:00
2002-02-17-ArgumentAddress.c Old testcase that missed getting checked in 2002-04-08 15:19:02 +00:00
2002-02-18-64bitConstant.c New testcase 2002-02-18 19:46:09 +00:00
2002-02-18-StaticData.c Check in testcases that were just in my tree 2002-07-23 18:25:39 +00:00
2002-03-11-LargeCharInString.c New testcase for broken GCCism 2002-03-11 19:03:41 +00:00
2002-03-12-ArrayInitialization.c New testcase 2002-03-12 17:45:36 +00:00
2002-03-12-StructInitialize.c Checkin old testcase that is newly fixed. 2002-04-08 19:32:51 +00:00
2002-03-12-StructInitializer.c New testcase 2002-03-12 18:56:45 +00:00
2002-03-14-BrokenPHINode.c New test case for long standing bug that was fixed 2002-03-14 19:40:44 +00:00
2002-03-14-BrokenSSA.c New testcase 2002-03-14 19:27:43 +00:00
2002-03-14-QuotesInStrConst.c New testcase 2002-03-14 20:16:23 +00:00
2002-04-07-SwitchStmt.c Checkin old testcase for switch statement. For now we just decimate them 2002-04-08 18:48:27 +00:00
2002-04-08-LocalArray.c New testcase 2002-04-08 18:48:47 +00:00
2002-04-09-StructRetVal.c Check in testcases that were just in my tree 2002-07-23 18:25:39 +00:00
2002-04-10-StructParameters.c New testcase for structure valued parameters. 2002-04-10 17:43:40 +00:00
2002-05-23-StaticValues.c New testcase, to be inspected by hand 2002-05-23 20:58:45 +00:00
2002-05-23-TypeNameCollision.c Test more thoroughly 2002-06-24 21:37:08 +00:00
2002-05-24-Alloca.c Check in testcases that were just in my tree 2002-07-23 18:25:39 +00:00
2002-06-25-FWriteInterfaceFailure.c New testcase 2002-06-25 19:53:12 +00:00
2002-07-14-MiscListTests.c Check in tests that have been in my tree for a long time 2002-07-14 23:48:42 +00:00
2002-07-14-MiscTests2.c Check in tests that have been in my tree for a long time 2002-07-14 23:48:42 +00:00
2002-07-14-MiscTests3.c Check in tests that have been in my tree for a long time 2002-07-14 23:48:42 +00:00
2002-07-14-MiscTests.c Check in tests that have been in my tree for a long time 2002-07-14 23:48:42 +00:00
2002-07-16-HardStringInit.c New testcase 2002-07-16 05:38:33 +00:00
2002-07-17-StringConstant.c New testcase 2002-07-17 22:19:30 +00:00
2002-07-29-Casts.c Fix bugs in testcase 2003-04-25 19:49:36 +00:00
2002-07-30-SubregSetAssertion.c Fix testcase 2002-07-31 17:54:24 +00:00
2002-07-30-UnionTest.c Add test of newly checked in Union support! 2002-07-30 06:47:29 +00:00
2002-07-30-VarArgsCallFailure.c This testcase is independant of varargsness 2002-07-30 22:24:07 +00:00
2002-07-31-BadAssert.c Testcase that was triggering an incorrect assertion failure 2002-07-31 17:39:38 +00:00
2002-07-31-SubregFailure.c New testcase 2002-07-31 17:52:36 +00:00
2002-08-02-UnionTest.c New test 2002-08-02 16:26:08 +00:00
2002-08-19-RecursiveLocals.c New testcase 2002-08-19 21:48:09 +00:00
2002-09-08-PointerShifts.c Checkin old testcase 2002-09-20 14:37:46 +00:00
2002-09-18-UnionProblem.c New testcase for a bug fixed in the GCC SSA construction algorithm: 2002-09-19 04:23:59 +00:00
2002-09-19-StarInLabel.c New testcase that breaks the CFE. 2002-09-19 16:54:57 +00:00
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
Makefile Add new testcase 2003-07-22 16:18:09 +00:00