tinycc/lib
grischka d9a6d9aec0 reverts (11/2025 - 04/2026)
Revert "Add support to debug libtcc code"
- not fully developed experimental feature
This reverts commit 1fe3e3bff5.
This reverts commit 4768b11737.

Revert "tests: add test for x86_64 xor REX prefix bug in load()"
- AI generated nonsense test
This reverts commit d5ecb52a71.

Revert "tccpp.c: Improve integer constant overflow warning"
- Too long and confusing messages and comments for feature
  with questionable benefit.
This reverts commit 085bdf8997.

riscv64-link:
- cleanup "pair pcrel lo relocations by hi address"
  From fada98b1ce

tccgen.c:
- Simplify "Cast signed pointer offset to ptrdiff_t before performing arithmetic"
  From 5ad52cc1ed

libtcc.c:
- Revert "tcc options: document behavior and clashes (no-op)"
  a bit more information than one would like to have I think.
  (why try to understand that comments plus the extra
  script if one can as well just read the code itself ;)
  From 234e2dd2bf

tccdefs.h:
- Revert "Move lib/va_list.c into include/tccdefs.h"
  Lets not fill tccdefs.h with too much inline code
  Also, -nostdlib -run is no longer supported
  From fa6a6bfbbd

arm64-gen.c:
- cleanup "Implement TOK_NEG for floats natively"
  Also, make it "no lvalue" in tccgen.c/x86-64-gen.c
  From c39eaf10cf

lib/lib-arm64.c:
- cleanup "Remove libc dependency from lib-arm64"
  using unions is much faster than some made up memcpy()
  From 8c61b91de8
2026-05-03 11:09:45 +02:00
..
alloca-bt.S Add bound check support for alloca on all targets 2025-11-29 07:54:28 +01:00
alloca.S Add bound check support for alloca on all targets 2025-11-29 07:54:28 +01:00
armeabi.c arm double to (unsigned) long long conversion 2025-08-17 08:49:29 +02:00
armflush.c Use arm assembler in lib dir 2021-01-23 19:08:59 +01:00
atomic.S lib/atomic.S: add GNU libatomic copyright notice 2025-07-19 00:30:12 +02:00
bcheck.c x86_64 bound checking failure 2025-08-10 21:55:48 +02:00
bt-dll.c bcheck: remove "tcc_location()" & x86_64 double fix 2023-09-06 22:42:21 +02:00
bt-exe.c make: make shorter command lines 2024-11-30 20:05:02 +01:00
bt-log.c tccrun: review last changes 2024-02-19 17:45:44 +01:00
builtin.c Allow building lib with gcc/clang 2022-12-17 09:37:37 +01:00
dsohandle.c Define __dso_handle in libtcc1.a 2019-06-22 01:38:43 +02:00
lib-arm64.c reverts (11/2025 - 04/2026) 2026-05-03 11:09:45 +02:00
libtcc1.c Allow building an empty libtcc1 on AArch64 2026-02-05 11:49:59 +02:00
Makefile reverts (11/2025 - 04/2026) 2026-05-03 11:09:45 +02:00
pic86.S some reverts & fixes 2026-01-10 13:46:23 +01:00
runmain.c Fix win64 noreturn problem 2024-02-28 07:37:09 +01:00
stdatomic.c Use asm implements some atomic functions 2025-06-24 22:40:07 +08:00
tcov.c Add tcov support in Makefile 2023-08-31 11:09:49 +02:00
va_list.c reverts (11/2025 - 04/2026) 2026-05-03 11:09:45 +02:00