| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve skip_or_save_block | Michael Matz | 2017-07-03 | 1 | -7/+7 |
| * | String literals are always const | Michael Matz | 2017-07-03 | 1 | -3/+3 |
| * | Limit access end-of-struct warning a bit | Michael Matz | 2017-05-27 | 1 | -1/+1 |
| * | configure: --config-musl/-uClibc switch & misc cleanups | grischka | 2017-05-13 | 1 | -27/+33 |
| * | bitfields: promote to signed int | grischka | 2017-05-09 | 1 | -9/+9 |
| * | bitfields: one more hack and a "-Wgcc-compat" switch | grischka | 2017-05-09 | 1 | -6/+19 |
| * | bitfields: fix long bitfields | Michael Matz | 2017-05-08 | 1 | -3/+3 |
| * | Spelling fixes in C comments only | Larry Doolittle | 2017-05-07 | 1 | -6/+6 |
| * | more minor fixes | grischka | 2017-05-07 | 1 | -4/+11 |
| * | Accept extern initialized file-scope variables | Michael Matz | 2017-05-07 | 1 | -1/+2 |
| * | struct-init: Fix zero initialization with multi-level designators | Michael Matz | 2017-05-06 | 1 | -67/+59 |
| * | Fix unsigned enum bit-fields | Michael Matz | 2017-05-05 | 1 | -1/+3 |
| * | Fix segfault with invalid function def | Michael Matz | 2017-05-05 | 1 | -1/+1 |
| * | Tidy decl_designator | Michael Matz | 2017-05-02 | 1 | -26/+15 |
| * | Remove label_or_decl | Michael Matz | 2017-05-02 | 1 | -21/+5 |
| * | Cleanups (float consts, sections, symbols) | Michael Matz | 2017-05-02 | 1 | -65/+19 |
| * | Merge func_decl_list into decl0 | Michael Matz | 2017-05-02 | 1 | -67/+38 |
| * | Tidy decl_designator | Michael Matz | 2017-05-02 | 1 | -9/+2 |
| * | Tidy unary() a bit | Michael Matz | 2017-05-02 | 1 | -27/+18 |
| * | Factor some code | Michael Matz | 2017-05-02 | 1 | -63/+47 |
| * | Extend type_to_str | Michael Matz | 2017-05-02 | 1 | -1/+11 |
| * | Reorganize type parsing | Michael Matz | 2017-05-02 | 1 | -64/+57 |
| * | Tidy typename parsing a bit | Michael Matz | 2017-05-02 | 1 | -26/+16 |
| * | Tidy arg parsing for builtins | Michael Matz | 2017-05-02 | 1 | -76/+52 |
| * | Remove VT_REF | Michael Matz | 2017-05-02 | 1 | -10/+2 |
| * | Fix bogus check for VT_LLOCAL types | Michael Matz | 2017-05-02 | 1 | -4/+8 |
| * | fix __builtin_expect | Michael Matz | 2017-05-02 | 1 | -25/+2 |
| * | Fix more bitfield corner cases | Michael Matz | 2017-05-01 | 1 | -0/+3 |
| * | Fix last change | Michael Matz | 2017-05-01 | 1 | -1/+1 |
| * | Remove a bit-field TODO | Michael Matz | 2017-04-29 | 1 | -0/+2 |
| * | Fix char bitfields corner case | Michael Matz | 2017-04-29 | 1 | -1/+1 |
| * | final adjustments for release | grischka | 2017-04-25 | 1 | -9/+0 |
| * | tccgen/win32: let __declspec(dllimport) imply extern | grischka | 2017-04-04 | 1 | -134/+127 |
| * | tcc: re-enable correct option -r support | grischka | 2017-02-20 | 1 | -53/+86 |
| * | fixes & cleanups | grischka | 2017-02-13 | 1 | -41/+23 |
| * | tccgen: yet another nocode_wanted fix | grischka | 2017-02-12 | 1 | -4/+2 |
| * | tccgen: factor out gfunc_return | grischka | 2017-02-08 | 1 | -182/+172 |
| * | tccgen: gen_cast: cast FLOAT to DOUBLE | grischka | 2017-02-05 | 1 | -0/+9 |
| * | Fix some code suppression fallout | Michael Matz | 2016-12-20 | 1 | -3/+16 |
| * | i386-gen: fix USE_EBX | grischka | 2016-12-19 | 1 | -1/+1 |
| * | tests: add memory leak test | grischka | 2016-12-18 | 1 | -8/+5 |
| * | tccgen: nocode_wanted++/-- | grischka | 2016-12-18 | 1 | -51/+37 |
| * | tccgen: fix expr_cond for alt. nocode_wanted | grischka | 2016-12-18 | 1 | -70/+74 |
| * | tccgen: nocode_wanted alternatively | grischka | 2016-12-18 | 1 | -92/+52 |
| * | arm64: Fix a case of dead code suppression | Michael Matz | 2016-12-15 | 1 | -4/+6 |
| * | struct-layout: Allow lowering of member alignment | Michael Matz | 2016-12-15 | 1 | -2/+1 |
| * | Support large alignment requests | Michael Matz | 2016-12-15 | 1 | -6/+30 |
| * | struct-layout: cleanup code a bit | Michael Matz | 2016-12-15 | 1 | -94/+56 |
| * | bitfields: Fix MS layout some more | Michael Matz | 2016-12-15 | 1 | -4/+9 |
| * | bitfields: fix PCC layout | Michael Matz | 2016-12-15 | 1 | -23/+28 |
