| Commit message (Expand) | Author | Age | Files | Lines |
| * | tccgen.c: In parse_btype, handle typedef types with added type qualifiers. | Edmund Grimley Evans | 2015-11-19 | 1 | -1/+11 |
| * | tccgen.c: Improvements to type_to_str (only used for error messages). | Edmund Grimley Evans | 2015-11-19 | 1 | -0/+9 |
| * | Trivial changes to avoid some compiler warnings. | Edmund Grimley Evans | 2015-11-19 | 5 | -9/+12 |
| * | Replace pointer casts with calls to (read|write)(16|32|64)le. | Edmund Grimley Evans | 2015-11-19 | 5 | -170/+185 |
| * | tccgen.c: Avoid undefined behaviour in constant propagation. | Edmund Grimley Evans | 2015-11-17 | 1 | -31/+38 |
| * | Merge the integer members of union CValue into "uint64_t i". | Edmund Grimley Evans | 2015-11-17 | 10 | -145/+133 |
| * | tests/tests2/79_vla_continue.c: Fix off-by-one error. | Edmund Grimley Evans | 2015-11-13 | 1 | -2/+2 |
| * | libtcc.c: Completely replace tcc_normalize_inc_dirs. | Edmund Grimley Evans | 2015-11-11 | 1 | -73/+26 |
| * | arm64-gen.c: Avoid some cases of undefined behaviour. | Edmund Grimley Evans | 2015-11-09 | 1 | -44/+55 |
| * | tccelf.c: Avoid two trivial instances of undefined behaviour. | Edmund Grimley Evans | 2015-11-09 | 1 | -2/+4 |
| * | win: include dirs: add some docs, minor refactor | Avi Halachmi (:avih) | 2015-11-08 | 1 | -4/+18 |
| * | lib/Makefile: filter-out -b flag from XFLAGS | seyko | 2015-11-08 | 1 | -1/+1 |
| * | fix tcc_mormalize_inc_dirs naming | seyko | 2015-11-08 | 1 | -2/+2 |
| * | win: fix incorrect directory detection | Avi Halachmi (:avih) | 2015-11-08 | 1 | -1/+2 |
| * | win: fix dir comparison during include dirs processing | Avi Halachmi (:avih) | 2015-11-08 | 1 | -16/+60 |
| * | win: libm: add implementation for round/fmin/fmax and variants | Avi Halachmi (:avih) | 2015-11-07 | 1 | -0/+113 |
| * | win: math.h: fix fpclassify/signbit/etc - use C instead of broken asm | Avi Halachmi (:avih) | 2015-11-07 | 2 | -22/+97 |
| * | win: math.h: isnan: use macro, similar to others (still broken) | Avi Halachmi (:avih) | 2015-11-07 | 1 | -32/+1 |
| * | Revert "win32/include/math.h: remoing a "t" modifier usage" | Avi Halachmi (:avih) | 2015-11-07 | 1 | -31/+10 |
| * | TOK_INCLUDE: fix for the "normalize inc dirs" | seyko | 2015-11-06 | 1 | -1/+1 |
| * | TOK_INCLUDE: streamline | seyko | 2015-11-06 | 1 | -12/+5 |
| * | tcctok.h: Put TOK_memmove in the correct places (I hope). | Edmund Grimley Evans | 2015-11-05 | 1 | -1/+2 |
| * | tcctok.h: Revert 41408f2, which moved TOK_memmove. | Edmund Grimley Evans | 2015-11-05 | 1 | -1/+1 |
| * | tcc.h: remove CONFIG_TCCBOOT part | seyko | 2015-11-05 | 1 | -7/+0 |
| * | fix for the "tccgen.c: Use memmove for struct assignment" | seyko | 2015-11-05 | 1 | -1/+1 |
| * | fix for the previous commit | seyko | 2015-11-05 | 1 | -0/+1 |
| * | normalize inc dirs, symplify include_next | seyko | 2015-11-05 | 3 | -71/+97 |
| * | win32/include/math.h: remoing a "t" modifier usage | seyko | 2015-11-05 | 1 | -10/+31 |
| * | lib/libtcc1.c: Replace "long" with "unsigned int" in union float_long. | Edmund Grimley Evans | 2015-11-04 | 1 | -1/+1 |
| * | tccpp.c: In TOK_GET, add comment warning about illegal cast. | Edmund Grimley Evans | 2015-11-04 | 1 | -8/+11 |
| * | tccpp.c: Define and use tok_last for checking if last token is space. | Edmund Grimley Evans | 2015-11-04 | 1 | -1/+16 |
| * | tccgen.c: Use memmove for struct assignment: dest and src may be equal. | Edmund Grimley Evans | 2015-11-04 | 1 | -1/+2 |
| * | tccgen.c: Fix memory leak involving asm_label. | Edmund Grimley Evans | 2015-11-04 | 1 | -5/+9 |
| * | tests/tcctest.c: Fix up format strings. | Edmund Grimley Evans | 2015-11-04 | 1 | -28/+28 |
| * | Enable variable-length arrays on arm64. | Edmund Grimley Evans | 2015-10-31 | 2 | -5/+12 |
| * | defined twice: revert | seyko | 2015-10-29 | 1 | -1/+1 |
| * | comment out tcc_error_noabort("'%s' defined twice"... | seyko | 2015-10-25 | 1 | -1/+1 |
| * | include/stddef.h: define NULL only if undefined | seyko | 2015-10-25 | 1 | -0/+3 |
| * | tcc help output for the -xc -xa - options | seyko | 2015-10-24 | 1 | -0/+2 |
| * | fix for the #include_next, v4 (final) | seyko | 2015-10-20 | 1 | -19/+54 |
| * | fix for the #include_next, v3 | seyko | 2015-10-19 | 1 | -14/+4 |
| * | fix for the #include_next, v2 | seyko | 2015-10-17 | 1 | -1/+15 |
| * | reverse a previous patch | seyko | 2015-10-17 | 1 | -1/+3 |
| * | fix for the #include_next | seyko | 2015-10-17 | 1 | -3/+1 |
| * | parsing "..." sequence | seyko | 2015-10-17 | 1 | -3/+1 |
| * | tccelf.c: Reset sym after call to build_got. | Edmund Grimley Evans | 2015-10-16 | 1 | -1/+3 |
| * | tccpp.c: Avoid infinite loop on: printf '/**' | ./tcc - | Edmund Grimley Evans | 2015-10-15 | 1 | -0/+2 |
| * | tccgen.c: Remove undefined shift of negative signed value. | Edmund Grimley Evans | 2015-10-15 | 1 | -3/+4 |
| * | Correct prototype: void __clear_cache(void *, void *). | Edmund Grimley Evans | 2015-10-15 | 3 | -4/+4 |
| * | Define CONFIG_TCC_ELFINTERP on NetBSD as /usr/libexec/ld.elf_so | Kamil Rytarowski | 2015-10-11 | 1 | -0/+2 |