1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00
cc65/test/val
2022-08-28 03:43:54 +02:00
..
add1.c
add2.c
add3.c
add3a.c
add4.c
add5.c
and1.c
and2.c
anon-struct1.c
anon-struct2.c
assign-use1.c Fixed a bug that didn't preserve the accumulator's value when a simple 16-bit fetch-and-store is optimized. (#637) 2018-05-12 13:46:16 -04:00
atoi-test.c
binlit.c remove TABs which again slipped in.... 2020-12-25 07:16:26 +01:00
bitfield-enum.c
bitfield-packing-char.c
bitfield-packing-long.c
bitfield-packing.c
bitfield-plain.c
bitfield-signed.c
bitfield-union.c
bool1.c
bool3.c
bss-name-decl.c
bss-name.c
bug170.c
bug250.c
bug263.c
bug327.c
bug367.c
bug735.c
bug760.c
bug830.c
bug895.c
bug897.c
bug975.c
bug1047.c
bug1050.c
bug1071.c
bug1075.c
bug1077.c
bug1094.c
bug1095.c
bug1108.c
bug1139.c
bug1143warn.c added test related to issue #1143 2020-08-18 00:40:29 +02:00
bug1178.c
bug1181.c
bug1201.c
bug1209-ind-goto-rev.c
bug1211-ice-move-refs-1.c
bug1221.c
bug1222.c
bug1244.c
bug1245.c
bug1252.c
bug1263.c
bug1267.c
bug1310.c
bug1320.c
bug1332.c
bug1348.c
bug1357.c
bug1373.c
bug1374.c
bug1397.c
bug1408.c
bug1431.c
bug1437.c
bug1438.c
bug1451.c
bug1462-2.c
bug1462-3.c
bug1462-4.c
bug1462.c
bug1504.c
bug1552.c
bug1562.c
bug1573.c
bug1573.h
bug1643.c
bug1643.h
bug1652-optimizer.c
bug1675-ub.c
bug1675.c
bug1690.c
bug1696.c
bug1822-pptest.c
bug1838.c
call1.c
casttochar.c
cc65091020.c
cc65141002.c
cc65141011.c
cc65141022.c
cc65150311.c
char-bitfield.c
char-promote.c
common.h
compare1.c
compare2.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare3.c
compare4.c
compare5.c
compare6.c
compare7.c
compare8.c
compare9.c
compare10.c
computedgoto.c
constexpr.c
counter.c
counter.h
cq4.c
cq9.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq22.c
cq25.c remove dangling spaces 2022-04-17 16:07:52 +02:00
cq26.c
cq61.c
cq71.c remove dangling spaces 2022-04-17 16:07:52 +02:00
cq72.c
cq81.c
cq84.c
cq85.c
cq86.c
cq88.c
cq241.c
cq243.c
cq244.c
cq626.c
cq714.c
cq714b.c
cq715.c
cq757.c
cq7813.c remove dangling spaces 2022-04-17 16:07:52 +02:00
div-char-char.c tests for issue #169 2020-07-09 16:05:57 +02:00
div-common.h
div-int-int.c
div-long-long.c
duffs-device.c
fields.c move (now working) tests to test/val 2020-07-21 19:24:39 +02:00
for.c
jmp-callax.c
lib_common_atoi.c
lib_common_ctype.c
lib_common_memmove.c remove dangling spaces 2022-04-17 16:07:52 +02:00
lib_common_mulxx.c
lib_common_strcat.c
lib_common_strchr.c
lib_common_strcspn.c remove dangling spaces 2022-04-17 16:07:52 +02:00
lib_common_strncat.c
lib_common_strol.c
lib_common_strrchr.c
lib_common_strspn.c
lib_common_strtoul.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lz4.c
Makefile
mult1.c remove dangling spaces 2022-04-17 16:07:52 +02:00
nestfor.c
opsize.c Added test cases for result types of certain operations. 2021-06-10 21:54:32 +02:00
or1.c
pointed-array.c
pointer1.c
postdec-8-8.c
postdec-8-16.c
postdec-16-8.c
postdec-16-16.c
postinc-8-8.c
postinc-8-16.c
postinc-16-8.c
postinc-16-16.c remove dangling spaces 2022-04-17 16:07:52 +02:00
postincdec.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
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
pr1110a.c
pr1423.c
pr1425.c
pr1461.c
pr1800.c
pr1833.c
predec-8-8.c remove dangling spaces 2022-04-17 16:07:52 +02:00
predec-8-16.c
predec-16-8.c
predec-16-16.c
preinc-8-8.c
preinc-8-16.c
preinc-16-8.c
preinc-16-16.c
ptrfunc.c
rand.c
return-struct.c
rotate1.c
rotate2.c
rotate3.c
rotate4.c
rotate5.c
rotate6.c
rotate7.c
rotate8.c
shift-test.c
signal-test.c
snprintf-test.c
static-1.c
static-fwd-decl.c
staticassert.c
strncmp-test.c
strnicmp-test.c
strpbrk-test.c
strtol-test.c
strtoul-test.c
struct1.c
sub1.c
sub2.c
switch1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
switch2.c
time-test.c
time.c
trampoline-params.c
trampoline-varargs.c
trampoline.c Changed empty parameter lists into (void) lists on functions with asm() statements. 2019-07-16 13:16:02 -04:00
uneval.c
unittest.h
void-size1.c
while.c
xor.c