1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-06 01:55:47 +00:00
cc65/test/val
2020-02-03 20:45:09 +01:00
..
add1.c
add2.c
add3.c
add3a.c
add4.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
add5.c
and1.c
and2.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
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
binlit.c binlit: Add a few random leading zeros 2019-07-20 17:21:42 +02:00
bool1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
bool3.c
bss-name-decl.c
bss-name.c
bug367.c Fix for multiplication optimization issue #367 2019-04-02 16:34:22 +02:00
bug735.c
bug830.c Fix for #830 supplied by UvB 2019-04-25 15:19:53 +02:00
bug895.c bug895 test: more specific description comment 2019-05-27 10:03:25 +02:00
call1.c
casttochar.c
cc65091020.c
cc65141002.c
cc65141022.c
cc65150311.c
common.h added makefile and common include 2014-11-22 17:02:46 +01:00
compare1.c
compare2.c
compare3.c
compare4.c
compare5.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
compare6.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare7.c
compare8.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
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
cq4.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq9.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq22.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq25.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq26.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq61.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq71.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq72.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq81.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq84.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq85.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
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 remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq243.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq244.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq626.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq714.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq714b.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq715.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq757.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq7813.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
duffs-device.c Added Duff's Device to tests. 2016-08-15 11:26:03 -07:00
for.c
jmp-callax.c again, some TABs slipped into the code... 2019-04-30 18:21:13 +02:00
lib_common_atoi.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lib_common_ctype.c ctype size optimization 2020-02-03 20:45:09 +01:00
lib_common_memmove.c
lib_common_mulxx.c Code review adaptations, removed "cc65_" prefix from functions 2019-03-29 22:53:04 +01:00
lib_common_strcat.c Removed workaround. 2017-04-04 15:51:00 +02:00
lib_common_strchr.c
lib_common_strcspn.c
lib_common_strncat.c
lib_common_strol.c
lib_common_strrchr.c
lib_common_strspn.c
lib_common_strtoul.c
lz4.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
Makefile Allowed old-style (K and R) function declarations to be fastcall. 2019-07-22 09:26:23 -04:00
mult1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
nestfor.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
or1.c
pointed-array.c
pointer1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
postincdec.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
ptrfunc.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
rotate1.c
rotate2.c
rotate3.c
rotate4.c
rotate5.c
rotate6.c
rotate7.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
rotate8.c
static-1.c
static-fwd-decl.c Add regression test for #204. 2017-03-09 20:40:20 +01:00
struct1.c
sub1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
sub2.c
switch1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
switch2.c Updated switch statement comments. 2016-08-19 20:21:10 -07:00
time.c
trampoline-params.c Changed empty parameter lists into (void) lists on functions with asm() statements. 2019-07-16 13:16:02 -04:00
trampoline-varargs.c Changed empty parameter lists into (void) lists on functions with asm() statements. 2019-07-16 13:16:02 -04:00
trampoline.c Changed empty parameter lists into (void) lists on functions with asm() statements. 2019-07-16 13:16:02 -04:00
unittest.h Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
void-size1.c
while.c
xor.c