Files
tinycc/lib
herman ten brugge 6da45946ae Add bound check support for alloca on all targets
stddef.h, tccdefs.h, tccgen.c, tests/boundtest.c, tests/tcctest.c:
- remove ifdef arround alloca

lib/Makefile:
- move alloca-bt.o to COMMON_O

lib/alloca-bt.S:
- add alloca bound check code for arm, arm64, riscv64

lib/alloca.S:
- check for leading underscore

tcc.h, libtcc.c:
- include arm64-asm.c instead of arm-asm.c for arm64

tcctok.h, tccasm.c:
- add simple reloc support (only for R_AARCH64_CALL26)
2025-11-29 07:54:28 +01:00
..
2021-01-23 19:08:59 +01:00
2025-08-10 21:55:48 +02:00
2024-11-30 20:05:02 +01:00
2024-02-19 17:45:44 +01:00
2022-12-17 09:37:37 +01:00
2019-06-22 01:38:43 +02:00
2022-11-16 12:52:51 -06:00
2025-03-11 22:56:01 +01:00
2024-02-28 07:37:09 +01:00
2023-08-31 11:09:49 +02:00