tinycc/lib
grischka 7f7845cd7e review some recent changes
tccrun.c:
- simplify usage of VirtualAlloc on win32/64
  from 6728a64f1b
tccpe.c:
- revert changes to pe_create_pdb()
  (doesn't work and/or too much complication)
  from 37b7247796
- reduce #ifdef amount
tccgen.c:
- fix fix for cast to void
  from fad812360b
tccelf.c:
- put create_riscv_attribute_section() into right place
  from c77339ab41
tcc.h/libtcc.c:
- simplify link-option parser for pe dll_characteristics
  from 1a54e47dda
i386-gen.c:
- fix tls
  from 8502540b4a
workflow/build.yml:
- add i386-linux
- disable riscv64-linux-native (seems not supported currently)
2026-07-08 14:01:40 +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 review some recent changes 2026-07-08 14:01:40 +02: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 arm64-win32 review: fix problems and pass tests 2026-05-04 12:51:10 +02:00
bt-exe.c win32: define arm64 Interlocked helpers in winnt.h 2026-05-23 22:39:17 +09: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 arm64-win32 review: fix problems and pass tests 2026-05-04 12:51:10 +02:00
libtcc1.c arm64-win32 review: fix problems and pass tests 2026-05-04 12:51:10 +02:00
Makefile review some recent changes 2026-07-08 14:01:40 +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