| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Change the way struct CStrings are handled. | Edmund Grimley Evans | 2015-11-26 | 1 | -14/+12 |
| * | tccgen.c: Give error if statement expression found when const wanted. | Edmund Grimley Evans | 2015-11-26 | 1 | -6/+2 |
| * | tccgen.c: Try to make sizeof(!x) work. | Edmund Grimley Evans | 2015-11-22 | 1 | -3/+1 |
| * | tccgen.c: Bug fix for 992cbda and 3ff77a1: set nocode_wanted. | Edmund Grimley Evans | 2015-11-21 | 1 | -8/+26 |
| * | Improve constant propagation with "&&" and "||". | Edmund Grimley Evans | 2015-11-20 | 1 | -50/+53 |
| * | tccgen: asm_label cleanup | grischka | 2015-11-20 | 1 | -39/+30 |
| * | tccgen.c: Recognise constant expressions with conditional operator. | Edmund Grimley Evans | 2015-11-20 | 1 | -7/+7 |
| * | 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 |
| * | 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 | 1 | -65/+61 |
| * | 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 |
| * | tccgen.c: Remove undefined shift of negative signed value. | Edmund Grimley Evans | 2015-10-15 | 1 | -3/+4 |