Files
tinycc/win32/include
grischka deb7a3fc73 tcc.c:main() free all & etc...
tcc.c:
- be nice to leak checkers
tcctools.c:
- remove unused TCCState params
tccrun.c:
- call bound_exit() after signals to let it free mem
tccelf.c:
- use section_add() instead of section_ptr_add() when
  more appropriate
tccpp.c:
- use size_t to align tal_header naturally
- 'POINTER_SIZE' and 'PTR_SIZE' in the same source is confusing
- "char file_name[TAL_DEBUG_FILE_LEN + 1];" looks silly.
- next_nomacro(): skip UTF8 BOM at BOF
tccgen.c:
- get rid of STMT_EXPR clause on top of block
- warn with useless type like 'int;'
- move skip()'s in block() for better error line-info
- BIT_SIZE bits are meaningful only with VT_BITFIELD
  (not with enums for example)
workflow/test-win32:
- build with MSVC using build-tcc.bat also
alloca.S:
- fix 'off by one' problem on win32 (must touch current page
  too because the 'push %edx' at the end could touch the next page)
- must not align greater than 4 when used for struct args
  (i386-gen.c:gfunc_call())
libtcc.c:
- accept -g1dwarf (dwarf output, only line info)
2025-08-18 20:43:52 +02:00
..
2009-07-18 22:06:37 +02:00
2021-01-03 20:12:34 +01:00
2025-08-18 20:43:52 +02:00
2017-09-24 18:03:26 -07:00
2009-07-18 22:06:37 +02:00
2009-07-18 22:06:37 +02:00
2009-07-18 22:06:37 +02:00
2009-07-18 22:06:37 +02:00
2009-07-18 22:06:37 +02:00
2020-12-31 02:03:31 +01:00
2009-07-18 22:06:37 +02:00
2009-07-18 22:06:37 +02:00
2009-07-18 22:06:37 +02:00
2013-02-17 00:48:51 +01:00
2009-07-18 22:06:37 +02:00
2019-01-13 10:24:50 +01:00
2020-11-17 09:06:48 +02:00
2009-07-18 22:06:37 +02:00
2024-02-19 17:45:44 +01:00
2020-12-31 02:03:31 +01:00
2009-07-18 22:06:37 +02:00
2009-07-18 22:06:37 +02:00
2009-07-18 22:06:37 +02:00
2009-07-18 22:06:37 +02:00
2009-07-18 22:06:37 +02:00
2017-09-24 18:03:26 -07:00
2013-02-17 00:48:51 +01:00
2025-08-18 20:43:52 +02:00
2009-07-18 22:06:37 +02:00
2009-07-18 22:06:37 +02:00
2023-09-06 22:42:30 +02:00
2024-10-23 14:58:41 +03:00
2009-07-18 22:06:37 +02:00
2017-09-24 18:03:26 -07:00
2009-07-18 22:06:37 +02:00