1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-18 15:05:14 +00:00
cc65/test/val
Greg King a6b04f6e97 Changed most "backticks" (grave accents) into apostrophes.
Quotations that are embraced by tick marks now look better, in most fonts.
2019-01-05 14:57:12 -05:00
..
add1.c
add2.c
add3.c
add3a.c
add4.c
add5.c
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 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
bool1.c
bool3.c
bss-name-decl.c Fix regression of #pragma bss-name 2017-03-21 22:35:25 +01:00
bss-name.c Fix regression of #pragma bss-name 2017-03-21 22:35:25 +01:00
bug735.c Testcase added. 2018-10-16 09:45:30 +02:00
call1.c
casttochar.c
cc65091020.c
cc65141002.c
cc65141022.c
cc65150311.c
common.h
compare1.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
compare2.c
compare3.c
compare4.c
compare5.c
compare6.c
compare7.c
compare8.c
compare9.c
compare10.c
cq4.c
cq9.c
cq22.c
cq25.c
cq26.c
cq61.c
cq71.c
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
duffs-device.c
for.c
lib_common_atoi.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lib_common_memmove.c Removed workaround. 2017-04-04 15:45:24 +02:00
lib_common_strcat.c Removed workaround. 2017-04-04 15:51:00 +02:00
lib_common_strchr.c Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
lib_common_strcspn.c Removed workaround. 2017-04-04 15:52:01 +02:00
lib_common_strncat.c Removed workaround. 2017-04-04 15:52:37 +02:00
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 Add LZ4 decompression support 2017-06-06 18:48:25 +03:00
Makefile Added missing -O configuration. 2017-06-07 10:20:20 -04:00
mult1.c
nestfor.c
or1.c
pointed-array.c
pointer1.c
postincdec.c test/val/postincdec: Test for the final val value 2017-05-08 10:19:26 +03:00
ptrfunc.c
rotate1.c
rotate2.c
rotate3.c
rotate4.c
rotate5.c
rotate6.c
rotate7.c
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
sub2.c
switch1.c
switch2.c Updated switch statement comments. 2016-08-19 20:21:10 -07:00
time.c Increased consistency. 2018-08-02 15:45:57 +02:00
trampoline-params.c Add two new trampoline test cases 2017-05-19 14:34:10 +03:00
trampoline-varargs.c Update test description 2017-05-20 09:53:30 +03:00
trampoline.c Adjustments in response to latest comments 2017-05-18 17:14:26 +03:00
unittest.h Added further optimizations and unit tests. 2017-03-05 02:09:12 +01:00
void-size1.c Made C's sizeof operator work with initialized void variables. 2017-03-12 14:41:32 -04:00
while.c Fixed the handling of "while (0) {}". 2017-04-07 09:26:58 -04:00
xor.c