tinycc/lib
herman ten brugge 6694391b74
Some checks are pending
build and test / test-x86_64-linux (push) Waiting to run
build and test / test-x86_64-osx (push) Waiting to run
build and test / test-aarch64-osx (push) Waiting to run
build and test / test-x86_64-win32 (push) Waiting to run
build and test / test-i386-win32 (push) Waiting to run
build and test / test-armv7-linux (push) Waiting to run
build and test / test-aarch64-linux (push) Waiting to run
build and test / test-riscv64-linux (push) Waiting to run
Update gcctestsuite
I updated the tests/gcctestsuite.sh a bit.
before:
  3329 test(s) ok.
  210 test(s) skipped.
  168 test(s) failed.
  28 test(s) exe failed.
after:
  3331 test(s) ok.
  299 test(s) skipped.
  79 test(s) failed.
  26 test(s) exe failed.

I found some small problems:
include/tccdefs.h: Add alloca definition for i386 and x86_64
lib/alloca.S/lib/alloca-bt.S: align i386 alloca to 16 bytes.
			      i386_gen.c vla code and gcc do the same.
x86_64-gen.c: fix typo in comment
2025-08-03 10:35:58 +02:00
..
alloca-bt.S Update gcctestsuite 2025-08-03 10:35:58 +02:00
alloca.S Update gcctestsuite 2025-08-03 10:35:58 +02:00
armeabi.c arm bits 2025-03-11 22:56:22 +01: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 Check with clang -fsanitize 2025-07-27 11:22:16 +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 Add support for apple m1 2022-11-16 12:52:51 -06:00
libtcc1.c cleanups & stuff 2025-03-11 22:56:01 +01:00
Makefile arm bits 2025-03-11 22:56:22 +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 Struct va_arg fix 2020-09-17 08:42:28 +02:00