| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | tccgen: scope levels for local symbols | grischka | 2016-05-05 | 1 | -23/+26 |
| * | sym_push2 optimized for the local_stack case. | seyko | 2016-05-04 | 1 | -3/+3 |
| * | -fno-type-redefinition-check | seyko | 2016-05-04 | 1 | -5/+7 |
| * | Improve hash performance | Vlad Vissoultchev | 2016-04-17 | 1 | -1/+1 |
| * | __builtin_expect no-op | seyko | 2016-04-16 | 1 | -0/+37 |
| * | tccgen.c: Allow type attributes to prefix enum/struct/union name | Vlad Vissoultchev | 2016-04-06 | 1 | -10/+14 |
| * | nocode_wanted with while/for inside ({}) | seyko | 2016-04-05 | 1 | -3/+6 |
| * | Fix type parsing | Michael Matz | 2016-03-24 | 1 | -6/+9 |
| * | Keep lvalue category on structs when evaluating ternary operator | Vlad Vissoultchev | 2016-03-13 | 1 | -4/+17 |
| * | tccgen.c: Fix flex array members some more | Michael Matz | 2016-03-11 | 1 | -2/+6 |
| * | tccgen.c: off by one in flexible array members | Henry Kroll III | 2016-03-10 | 1 | -1/+1 |
| * | tccgen.c: In parse_btype, handle type qualifiers applied to arrays. | Edmund Grimley Evans | 2016-01-11 | 1 | -14/+25 |