tinycc/lib
grischka 48df89e10e stdatomics: tidy & cleanup
- remove any error messages that were just for debugging the
  templates really
- don't use c99 in tcc (array designators etc.)
- remove memory model type (cannot be an own type really)
  and move memory model defines from built-in to stdatomics.h
- apply normal casts to non-pointer atomic_function arguments
- tidy the library support
- add some tests for errors/warnings

Also:
- Makefile: move GIT_HASH stuff from CFLAGS to DEFINES and into
  main section (away from what is included by tests for example)
- tccelf.c/tccgen.c: avoid some warnings with newer GCC
2021-04-09 10:47:35 +02: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 configure chmod 755 etc. 2021-01-26 18:44:37 +01:00
bt-dll.c rework leading underscores 2020-07-06 13:00:47 +02:00
bt-exe.c configure chmod 755 etc. 2021-01-26 18:44:37 +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 stdatomics: tidy & cleanup 2021-04-09 10:47:35 +02:00
stdatomic.c stdatomics: tidy & cleanup 2021-04-09 10:47:35 +02:00
tcov.c Fix tcov align and lock 2021-02-15 19:10:13 +01:00
va_list.c Struct va_arg fix 2020-09-17 08:42:28 +02:00