tinycc/lib
grischka 1ed4b6ba1a debug_modes, re-unalign, cleanups
tccgen.c: debug_modes
- don't waste debug function calls during normal execution.
libtcc.c:
- mem_debug: no C99 features in tcc please, for example
  ({compound expressions}): do not use.
tccgen.c: struct_layout:
- unaligned access is completely ok for most targets.
- Moreover the patch was triggering single byte mode even
  for normal aligned access (as with tcc's SymAttr)

static Sym label: don't do this

arm-gen.c:
- use some #ifdefs to explain some code
tccpp.c:
- cleanup UCN chars
libtcc.c:
- replace openbsd library search
configure:
- cleanup strip fallouts
tccgen.c:
- expr_cond(): remove an exotic optimization that eventually
  got fixed to do the contrary by a gv(RC_InT)
- pop_local_syms(): remove some args
- init_putv() : use write##le functions to avoid cross-compiler
  unaligned access
- __bt_init(): remove unused param 'mode'
2021-01-24 18:00:33 +01:00
..
alloca86_64-bt.S rework leading underscores 2020-07-06 13:00:47 +02:00
alloca86_64.S rework leading underscores 2020-07-06 13:00:47 +02:00
alloca86-bt.S Bound checking fixes 2020-10-01 17:09:09 +02:00
alloca86.S tccgen: introduce TOK_NEG for unary minus 2021-01-06 01:44:22 +01:00
alloca-arm.S Use arm assembler in lib dir 2021-01-23 19:08:59 +01:00
armeabi.c OpenBSD: arm fix 2021-01-17 20:43:15 +01:00
armflush.c Use arm assembler in lib dir 2021-01-23 19:08:59 +01:00
bcheck.c OpenBSD: arm support update (WIP) 2021-01-13 19:41:04 +01:00
bt-dll.c rework leading underscores 2020-07-06 13:00:47 +02:00
bt-exe.c debug_modes, re-unalign, cleanups 2021-01-24 18:00:33 +01:00
bt-log.c rework leading underscores 2020-07-06 13:00:47 +02:00
dsohandle.c Define __dso_handle in libtcc1.a 2019-06-22 01:38:43 +02:00
fetch_and_add_arm64.S Fix fetch_and_add code 2020-06-18 07:21:48 +02:00
fetch_and_add_arm.S Use arm assembler in lib dir 2021-01-23 19:08:59 +01:00
fetch_and_add_riscv64.S Fix fetch_and_add code 2020-06-18 07:21:48 +02:00
lib-arm64.c Fix conversions of subnormals to long double 2020-07-15 22:02:02 +02:00
libtcc1.c tccgen: introduce TOK_NEG for unary minus 2021-01-06 01:44:22 +01:00
Makefile implement test coverage 2021-01-23 18:17:38 +01:00
tcov.c implement test coverage 2021-01-23 18:17:38 +01:00
va_list.c Struct va_arg fix 2020-09-17 08:42:28 +02:00