1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/test/val
2022-02-14 22:28:22 +08:00
..
add1.c
add2.c use uint16_t instead of magic ifdefs, leaving support for bit type in there incase we support it some day 2020-07-22 00:09:48 +02:00
add3.c
add3a.c
add4.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
add5.c Added a cc65 regression test for pointer and offset addition operations. 2016-01-01 11:39:55 -05:00
and1.c
and2.c
anon-struct1.c Made a C union declaration know the sizes of anonymous struct/union members when it determines its size. 2018-05-13 18:54:45 -04:00
anon-struct2.c Made a C union declaration know the sizes of anonymous struct/union members when it determines its size. 2018-05-13 18:54:45 -04:00
assign-use1.c
atoi-test.c move a bunch of tests from testcode/lib to test/val (and a failing one to test/todo) 2020-07-13 21:25:13 +02:00
binlit.c
bitfield-union.c
bitfield.c Testcase for #1662. 2022-02-14 22:28:22 +08:00
bool1.c
bool3.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
bss-name-decl.c
bss-name.c
bug170.c
bug250.c
bug263.c
bug327.c
bug367.c Fix for multiplication optimization issue #367 2019-04-02 16:34:22 +02:00
bug735.c
bug830.c
bug895.c bug895 test: more specific description comment 2019-05-27 10:03:25 +02:00
bug897.c
bug975.c
bug1047.c Allow char bit-fields 2020-09-08 14:24:04 +02:00
bug1050.c
bug1071.c
bug1075.c
bug1077.c
bug1094.c
bug1095.c change "the cc65 authors" to "The cc65 Authors" as per jmrs request 2020-08-18 22:41:42 +02:00
bug1108.c
bug1139.c
bug1143warn.c
bug1178.c
bug1181.c added test related to issue #1181 2020-08-14 16:12:17 +02:00
bug1201.c
bug1209-ind-goto-rev.c
bug1211-ice-move-refs-1.c CS_MergeLabels: Keep labels referenced by data 2020-10-08 12:11:03 +02:00
bug1221.c
bug1222.c
bug1244.c
bug1245.c
bug1263.c
bug1267.c
bug1310.c
bug1320.c
bug1332.c
bug1348.c Fixed the cc65 code that optimizes 16-bit compares when the high bytes are known to be equal. 2020-12-24 12:27:09 -05:00
bug1374.c
bug1397.c
bug1408.c
bug1431.c
bug1437.c Removed the non-existing-in-C "struct/union scope" for structs/unions. 2021-03-29 19:28:22 +02:00
bug1438.c ooopsie :) 2021-03-27 15:13:32 +01:00
bug1451.c (again) remove TABs 2021-05-13 18:12:12 +02:00
bug1462-2.c
bug1462-3.c
bug1462-4.c Moved and improved test cases for Issue #1462. 2021-06-09 08:03:12 +02:00
bug1462.c
bug1504.c
bug1552.c added test related to issue #1552 fixed in pr #1571 2021-09-28 18:55:23 +02:00
bug1562.c add test related tu issue #1562 2021-09-28 18:11:23 +02:00
call1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
casttochar.c Removed executable bit. 2020-07-12 23:11:43 +02:00
cc65091020.c
cc65141002.c
cc65141011.c
cc65141022.c
cc65150311.c patch from Uz that makes some illegal operations on pointers error out 2015-07-10 14:27:49 +02:00
char-bitfield.c
char-promote.c
common.h
compare1.c
compare2.c
compare3.c
compare4.c
compare5.c
compare6.c
compare7.c
compare8.c
compare9.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare10.c
computedgoto.c again, some TABs slipped into the code... 2019-04-30 18:21:13 +02:00
constexpr.c
cq4.c
cq9.c
cq22.c
cq25.c
cq26.c
cq61.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq71.c
cq72.c
cq81.c
cq84.c
cq85.c
cq86.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq88.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq241.c
cq243.c
cq244.c
cq626.c
cq714.c
cq714b.c
cq715.c
cq757.c
cq7813.c
div-char-char.c tests for issue #169 2020-07-09 16:05:57 +02:00
div-common.h tests for issue #169 2020-07-09 16:05:57 +02:00
div-int-int.c
div-long-long.c tests for issue #169 2020-07-09 16:05:57 +02:00
duffs-device.c
enum-bitfield.c
fields.c
for.c
jmp-callax.c
lib_common_atoi.c
lib_common_ctype.c
lib_common_memmove.c Removed workaround. 2017-04-04 15:45:24 +02:00
lib_common_mulxx.c
lib_common_strcat.c
lib_common_strchr.c
lib_common_strcspn.c
lib_common_strncat.c
lib_common_strol.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lib_common_strrchr.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lib_common_strspn.c Removed workaround. 2017-04-04 15:53:14 +02:00
lib_common_strtoul.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lz4.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
Makefile
mult1.c
nestfor.c
opsize.c
or1.c
plain-int-bitfield.c
pointed-array.c
pointer1.c
postdec-8-8.c
postdec-8-16.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
postdec-16-8.c
postdec-16-16.c
postinc-8-8.c
postinc-8-16.c
postinc-16-8.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
postinc-16-16.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
postincdec.c
pptest1.c reworked pptest1/4/5 into executable tests and moved to test/val 2020-07-21 14:58:15 +02:00
pptest3.c
pptest4.c
pptest5.c
pr1102.c added a test related to pr#1102 - we can now return structs by value when they are max. 4 bytes 2020-07-21 21:04:41 +02:00
pr1110a.c
pr1423.c testcase related to pr #1423 2021-03-20 00:55:55 +01:00
pr1425.c test related to pr #1425 2021-03-20 00:23:12 +01:00
pr1461.c
predec-8-8.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
predec-8-16.c
predec-16-8.c
predec-16-16.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
preinc-8-8.c
preinc-8-16.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
preinc-16-8.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
preinc-16-16.c
ptrfunc.c
rand.c
return-struct.c
rotate1.c
rotate2.c
rotate3.c
rotate4.c
rotate5.c
rotate6.c use uint16_t instead of magic ifdefs, leaving support for bit type in there incase we support it some day 2020-07-22 00:09:48 +02:00
rotate7.c use uint16_t instead of magic ifdefs, leaving support for bit type in there incase we support it some day 2020-07-22 00:09:48 +02:00
rotate8.c
shift-test.c
signal-test.c
snprintf-test.c
static-1.c Improved test case for Issue #191. 2020-08-14 18:33:54 +02:00
static-fwd-decl.c
staticassert.c
strncmp-test.c some tweaks to the moved tests to make them more suitable for automatic testing 2020-07-13 21:26:07 +02:00
strnicmp-test.c
strpbrk-test.c
strtol-test.c
strtoul-test.c
struct1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
sub1.c
sub2.c
switch1.c
switch2.c Updated switch statement comments. 2016-08-19 20:21:10 -07:00
time-test.c
time.c
trampoline-params.c
trampoline-varargs.c
trampoline.c
uneval.c
unittest.h
void-size1.c
while.c Fixed the handling of "while (0) {}". 2017-04-07 09:26:58 -04:00
xor.c