| Commit message (Expand) | Author | Age | Files | Lines |
| * | struct-init: Cleanup | Michael Matz | 2016-12-15 | 1 | -102/+12 |
| * | struct-init: Implement initializing subaggregates | Michael Matz | 2016-12-15 | 1 | -39/+59 |
| * | struct-init: Reimplement | Michael Matz | 2016-12-15 | 1 | -78/+106 |
| * | Support attribute between double pointer stars | Michael Matz | 2016-12-15 | 1 | -4/+5 |
| * | Fix function to pointer conversion | Michael Matz | 2016-12-15 | 1 | -0/+13 |
| * | Fix parsing array typedefs of unknown size | Michael Matz | 2016-12-15 | 1 | -0/+8 |
| * | Implement __builtin_choose_expr | Michael Matz | 2016-12-15 | 1 | -0/+29 |
| * | Fix parsing attributes for struct decls | Michael Matz | 2016-12-15 | 1 | -4/+2 |
| * | inline asm: accept concatenated strings in constraints | Michael Matz | 2016-12-15 | 1 | -1/+1 |
| * | Accept symbols in initializers also on 64 bit | Michael Matz | 2016-12-15 | 1 | -3/+13 |
| * | Accept empty struct member decls | Michael Matz | 2016-12-15 | 1 | -1/+4 |
| * | Accept concatenated strings in attributes | Michael Matz | 2016-12-15 | 1 | -25/+29 |
| * | arm64: Fix regression introduced by 6245db9. | Edmund Grimley Evans | 2016-12-05 | 1 | -0/+4 |
| * | Rename add_elf_sym to set_elf_sym | Thomas Preud'homme | 2016-12-03 | 1 | -1/+1 |
| * | Implement gcc bitfield algorithm; add -mms-bitfields | David Mertens | 2016-11-28 | 1 | -7/+23 |
| * | tccgen: fix inline_functions double free fix | grischka | 2016-11-11 | 1 | -4/+2 |
| * | tccgen: inline_functions double free fix | grischka | 2016-11-11 | 1 | -7/+9 |
| * | bcheck: access fields of local structs w/o bcheck | Pavlas, Zdenek | 2016-11-10 | 1 | -3/+3 |
| * | bcheck: add structs to local regions | Pavlas, Zdenek | 2016-11-09 | 1 | -2/+2 |
| * | tccpp_new/delete and other cleanups | grischka | 2016-10-17 | 1 | -20/+13 |
| * | x86-64: Fix long long bug | Michael Matz | 2016-10-17 | 1 | -2/+7 |
| * | i386: do not 'lexpand' into registers necessarily | grischka | 2016-10-16 | 1 | -10/+16 |
| * | tccgen/32bits: fix unsigned long long -> int cast | grischka | 2016-10-16 | 1 | -3/+3 |
| * | #define __GNUC__ = 2.1 | grischka | 2016-10-15 | 1 | -0/+4 |
| * | tccgen/tccelf: move code from libtcc.c | grischka | 2016-10-15 | 1 | -14/+214 |
| * | Fix misleading indentation | Michael Matz | 2016-10-14 | 1 | -3/+3 |
| * | tccgen: 32bits: fix PTR +/- long long | grischka | 2016-10-13 | 1 | -0/+22 |
| * | gcase() clean up | Pavlas, Zdenek | 2016-10-11 | 1 | -33/+32 |
| * | Fix handling of case_reg in switch statement. | Edmund Grimley Evans | 2016-10-10 | 1 | -3/+18 |
| * | tccpp : "tcc -E -P" : suppress empty lines | grischka | 2016-10-09 | 1 | -1/+1 |
| * | tccgen.c: make vla_runtime_type_size always return the alignment | Daniel Glöckner | 2016-10-09 | 1 | -0/+1 |
| * | 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 |
| * | Misc. fixes | grischka | 2016-10-05 | 1 | -1/+2 |
| * | tccgen: arm/i386: save_reg_upstack | grischka | 2016-10-04 | 1 | -18/+26 |
| * | Alternative fix for "Incorrect function call code on ARMv6" | grischka | 2016-10-03 | 1 | -0/+5 |
| * | switch: binary search | Pavlas, Zdenek | 2016-10-03 | 1 | -23/+51 |
| * | switch: fix label sorting | Pavlas, Zdenek | 2016-10-03 | 1 | -2/+6 |
| * | tccgen: fix long long -> char/short cast | grischka | 2016-10-02 | 1 | -1/+4 |
| * | Incorrect function call code on ARMv6 | Balazs Kezes | 2016-10-01 | 1 | -5/+0 |
| * | Revert part of "fix installation amd bcheck for Windows" | grischka | 2016-10-01 | 1 | -13/+0 |
| * | tccpp: cleanup | grischka | 2016-10-01 | 1 | -13/+13 |
| * | gtst_addr(): short conditional jumps (i386, x86_64) | Pavlas, Zdenek | 2016-09-30 | 1 | -2/+2 |
| * | switch: collect case ranges first, then generate code | Pavlas, Zdenek | 2016-09-30 | 1 | -49/+65 |
| * | tccgen: return: avoid jmp to retsym if possible | Pavlas, Zdenek | 2016-08-11 | 1 | -1/+5 |
| * | win64: fix va_arg | grischka | 2016-07-10 | 1 | -0/+1 |
| * | tccgen: gen_assign_cast(): cannot cast struct to scalar | grischka | 2016-05-25 | 1 | -0/+3 |
| * | Error out on operations on structs | Michael Matz | 2016-05-12 | 1 | -3/+3 |
| * | tccgen: scopes levels for local symbols (update 2) | grischka | 2016-05-06 | 1 | -11/+14 |
| * | tccgen: scopes levels for local symbols (update 1) | grischka | 2016-05-05 | 1 | -5/+6 |