| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use R_AARCH64_MOVW_UABS_G* instead of R_AARCH64_CALL26. | Edmund Grimley Evans | 2016-10-11 | 1 | -5/+14 |
| * | gcase() clean up | Pavlas, Zdenek | 2016-10-11 | 1 | -33/+32 |
| * | In gen_vla_sp_restore, use X30 rather than get_reg. | Edmund Grimley Evans | 2016-10-10 | 1 | -1/+4 |
| * | Fix handling of case_reg in switch statement. | Edmund Grimley Evans | 2016-10-10 | 1 | -3/+18 |
| * | build: strip: unify win32 and use the configured $STRIP | Avi Halachmi (:avih) | 2016-10-10 | 1 | -2/+4 |
| * | build: win: detect also mingw64 in msys2 setup | Avi Halachmi (:avih) | 2016-10-10 | 1 | -1/+1 |
| * | build: out-of-tree: fix docs | Avi Halachmi (:avih) | 2016-10-10 | 1 | -1/+1 |
| * | build: win32: don't use mklink - use ln or fallback to cp | Avi Halachmi (:avih) | 2016-10-10 | 1 | -5/+2 |
| * | tccpp : "tcc -E -P" : suppress empty lines | grischka | 2016-10-09 | 9 | -89/+82 |
| * | arm-gen.c: support VLAs | Daniel Glöckner | 2016-10-09 | 1 | -3/+23 |
| * | tccgen.c: make vla_runtime_type_size always return the alignment | Daniel Glöckner | 2016-10-09 | 1 | -0/+1 |
| * | arm-gen.c: replace register constants with enum values | Daniel Glöckner | 2016-10-09 | 1 | -10/+17 |
| * | tccgen.c: fix multi-register structure return when not on stack | Daniel Glöckner | 2016-10-08 | 1 | -9/+14 |
| * | tccgen.c: use correct type for storing long double constants | Daniel Glöckner | 2016-10-08 | 1 | -1/+6 |
| * | arm-gen.c: detect long double structures as HFA | Daniel Glöckner | 2016-10-08 | 1 | -2/+11 |
| * | Misc. fixes | grischka | 2016-10-05 | 6 | -32/+44 |
| * | tccgen: arm/i386: save_reg_upstack | grischka | 2016-10-04 | 5 | -23/+42 |
| * | tccpp: no cache for include if #elif seen | grischka | 2016-10-04 | 2 | -10/+9 |
| * | Alternative fix for "Incorrect function call code on ARMv6" | grischka | 2016-10-03 | 2 | -0/+16 |
| * | configure: fix tcc_lddir, cpu | grischka | 2016-10-03 | 6 | -67/+70 |
| * | switch: binary search | Pavlas, Zdenek | 2016-10-03 | 1 | -23/+51 |
| * | switch: fix label sorting | Pavlas, Zdenek | 2016-10-03 | 2 | -2/+9 |
| * | tccgen: fix long long -> char/short cast | grischka | 2016-10-02 | 3 | -4/+12 |
| * | win32/64: msys2 support | grischka | 2016-10-02 | 5 | -29/+27 |
| * | Incorrect function call code on ARMv6 | Balazs Kezes | 2016-10-01 | 3 | -6/+6 |
| * | Fix building man pages. | orbea | 2016-10-01 | 1 | -1/+1 |
| * | tccelf: allow multiple declaration of bss/common symbols | grischka | 2016-10-01 | 1 | -5/+8 |
| * | tccpp: parse_line_comment: fix possible buffer overrun | grischka | 2016-10-01 | 1 | -3/+3 |
| * | tccpp: allow "0x1e+1" in asm | grischka | 2016-10-01 | 1 | -9/+13 |
| * | tccpp: token ## pasting: preserve parts if pasting fails | grischka | 2016-10-01 | 1 | -10/+12 |
| * | Revert "-fnormalize-inc-dirs" | grischka | 2016-10-01 | 4 | -100/+1 |
| * | tcc -E: add one space in cases: tiny solution | grischka | 2016-10-01 | 3 | -54/+26 |
| * | build: restore out-of-tree support | grischka | 2016-10-01 | 6 | -48/+58 |
| * | build: revert Makefiles to 0.9.26 state (mostly) | grischka | 2016-10-01 | 10 | -579/+379 |
| * | test/pp: cleanup | grischka | 2016-10-01 | 6 | -74/+20 |
| * | libtcc: reimplement option -Wl,[-no]-whöle-archive | grischka | 2016-10-01 | 5 | -108/+114 |
| * | libtcc: -Wl,... incremental parsing | grischka | 2016-10-01 | 3 | -38/+31 |
| * | Revert "output all sections if we produce an executable file" | grischka | 2016-10-01 | 3 | -14/+1 |
| * | Revert part of "fix installation amd bcheck for Windows" | grischka | 2016-10-01 | 8 | -92/+58 |
| * | libtcc: filetype cleanup | grischka | 2016-10-01 | 5 | -55/+58 |
| * | Remove misc. files | grischka | 2016-10-01 | 35 | -6966/+9 |
| * | tccpp: cleanup | grischka | 2016-10-01 | 5 | -184/+169 |
| * | libtcc: cleanup @listfile | grischka | 2016-10-01 | 5 | -170/+141 |
| * | libtcc: cleanup -x<filetype> switch code | grischka | 2016-10-01 | 4 | -39/+34 |
| * | Revert "ability to compile multiple *.c files with -c switch" | grischka | 2016-10-01 | 2 | -48/+24 |
| * | tccpp: #pragma once: make it work | grischka | 2016-10-01 | 2 | -37/+25 |
| * | tccpp: restore -D symbols for multiple sources | grischka | 2016-10-01 | 2 | -22/+18 |
| * | Revert "--whole-archive support" | grischka | 2016-10-01 | 6 | -43/+3 |
| * | gtst_addr(): short conditional jumps (i386, x86_64) | Pavlas, Zdenek | 2016-09-30 | 4 | -3/+34 |
| * | switch: collect case ranges first, then generate code | Pavlas, Zdenek | 2016-09-30 | 1 | -49/+65 |