Files
tinycc/tests
grischka 5ec0e6f84b some reverts & fixes
workflow:
- revert 'pinact for security' for readability
  from 831c3fa184
tccpp.c:
- remove code that allows tcc to parse numbers incorrectly (*)
  from 829c848520
tccgen.c:
- Revert "Relaxed the 'incompatible pointer type' warning a bit" (*)
  from d9ec17d334.
tccrun.c:
- remove support for -nostdlib -run
  for simplicity, we require "main" with tcc -run always
tccpp.c:
- Revert "Free all preprocessor memmory in case of error."
  from c96f0cad61
  Remove TinyAlloc->limit instead.  Thus it can do also bigger
  allocs.  Big TokenStrings (like 200kb+ when compiling tcc)
  may come from inline functions or from large initializers.
Makefile/configure:
- use --config-pie for configuring tcc output only
- use -fPIC with clang-x86_64 to avoid 32-bit relocs
libtcc.c:
- fix "tcc file.c -run" i.e. -run as last argument
i386-gen.c:
- PIC refactor

(*) sorry, but code in tcc should have a minimum of generic relevance
2026-01-10 13:46:23 +01:00
..
2025-03-26 20:36:33 +01:00
2026-01-10 13:46:23 +01:00
2021-02-13 01:03:41 +01:00
2020-12-16 17:52:59 +01:00
2020-12-16 17:52:59 +01:00
2022-12-13 11:34:54 +01:00
2025-08-03 10:35:58 +02:00
2024-02-19 17:45:44 +01:00
2025-08-18 20:43:52 +02:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00