.. |
audio
|
Shortcut identical consecutive conditional branches
|
2022-12-25 22:14:12 +01:00 |
c64
|
Improve unrolled loops towards zero
|
2024-01-20 13:49:25 +01:00 |
c128
|
Add c128e target machine
|
2024-01-06 09:09:52 +01:00 |
cx16
|
Add __bankof operator
|
2023-04-30 18:35:04 +02:00 |
gfx
|
Fix nullptr reference cause assert in linux
|
2023-06-18 09:24:50 +02:00 |
nes
|
Add iecbus library
|
2023-05-21 17:19:26 +02:00 |
opp
|
Fix propagation of conditions out of loops
|
2024-01-23 09:02:38 +01:00 |
plus4
|
Add device libraries for various C computers
|
2023-03-05 15:13:02 +01:00 |
vic20
|
Prepare support for VIC20 and C128
|
2023-03-02 20:19:47 +01:00 |
assert.c
|
Initial commit
|
2021-09-06 18:34:52 +02:00 |
assert.h
|
Initial commit
|
2021-09-06 18:34:52 +02:00 |
conio.c
|
Fix missing defines for c128e conio
|
2024-01-06 14:18:00 +01:00 |
conio.h
|
Add c128e target machine
|
2024-01-06 09:09:52 +01:00 |
crt.c
|
Fixed fix
|
2024-01-08 20:11:11 +01:00 |
crt.h
|
Add malloc/free as intrinsic
|
2023-07-02 12:00:53 +02:00 |
ctype.c
|
Add iterators to string
|
2023-10-08 16:27:52 +02:00 |
ctype.h
|
Add iterators to string
|
2023-10-08 16:27:52 +02:00 |
fixmath.c
|
Move conditions out of loops
|
2023-11-28 17:40:44 +01:00 |
fixmath.h
|
Fix do while loop with function condition
|
2023-11-16 16:40:11 +01:00 |
limits.h
|
Initial commit
|
2021-09-06 18:34:52 +02:00 |
math.c
|
Fix unnamed structs
|
2023-12-18 07:40:31 +01:00 |
math.h
|
First shot implementing constexpr
|
2023-09-08 20:12:38 +02:00 |
new
|
Add <new> header file
|
2023-10-02 18:43:58 +02:00 |
oscar.c
|
Fix lenient semicolon handling in parser
|
2022-09-10 10:05:44 +02:00 |
oscar.h
|
Add lz compression for embedded assets
|
2022-05-01 12:55:13 +02:00 |
petscii.h
|
Add charmap pragma
|
2021-09-23 08:26:46 +02:00 |
setjmp.c
|
Unify instruction dependency check in optimizer
|
2023-05-06 18:28:59 +02:00 |
setjmp.h
|
Unify instruction dependency check in optimizer
|
2023-05-06 18:28:59 +02:00 |
stdarg.h
|
Add indexed const array initializer
|
2022-03-26 10:29:48 +01:00 |
stdbool.h
|
add alias _Bool for bool
|
2022-05-15 10:53:58 +02:00 |
stddef.h
|
Added stddef.h
|
2021-10-23 16:51:27 +02:00 |
stdint.h
|
Fixes to get dhrystone.c to compile and run
|
2021-10-03 20:35:50 +02:00 |
stdio.c
|
Add c128e target machine
|
2024-01-06 09:09:52 +01:00 |
stdio.h
|
Fix compiler getting stuck on optimizing infinite loop
|
2021-12-25 12:30:24 +01:00 |
stdlib.c
|
Improve opp string library
|
2023-07-09 21:35:49 +02:00 |
stdlib.h
|
Improve opp string library
|
2023-07-09 21:35:49 +02:00 |
string.c
|
Implement striped unions
|
2023-11-06 21:33:04 +01:00 |
string.h
|
Make shore memcpy calls intrinsic
|
2022-01-27 23:08:57 +01:00 |
time.c
|
Add commander x16 as target machine
|
2023-03-24 21:06:27 +01:00 |
time.h
|
Fixes to get dhrystone.c to compile and run
|
2021-10-03 20:35:50 +02:00 |