| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | various stuff | grischka | 2017-10-11 | 1 | -11/+27 |
| * | Spelling fixes | Larry Doolittle | 2017-09-24 | 1 | -1/+1 |
| * | 'long' review | grischka | 2017-09-24 | 1 | -90/+83 |
| * | Revert "simplify VT_LONG parsing" | matthias | 2017-07-25 | 1 | -3/+3 |
| * | simplify VT_LONG parsing | Matthias Gatto | 2017-07-25 | 1 | -3/+3 |
| * | remove inside_generic hack | Matthias Gatto | 2017-07-24 | 1 | -7/+0 |
| * | tccgen: nodata_wanted fix, default ONE_SOURCE, etc... | grischka | 2017-07-23 | 1 | -4/+11 |
| * | mutiples fix for _Generic | matthias | 2017-07-21 | 1 | -14/+42 |
| * | tcc -dt -run ... : simpler is better | grischka | 2017-07-20 | 1 | -48/+44 |
| * | fix typo sellector -> selector | Matthias Gatto | 2017-07-18 | 1 | -1/+1 |
| * | fix typo: march -> match | matthias | 2017-07-18 | 1 | -1/+1 |
| * | unqualify volatile in _Generic type checking | Matthias Gatto | 2017-07-18 | 1 | -0/+1 |
| * | tccgen: nodata_wanted | grischka | 2017-07-16 | 1 | -34/+61 |
| * | #pragma comment(option,"-..."), bitfields test, etc... | grischka | 2017-07-14 | 1 | -31/+34 |
| * | Fix function types | Michael Matz | 2017-07-14 | 1 | -11/+19 |
| * | tccasm: Fix local statics referenced from asms | Michael Matz | 2017-07-10 | 1 | -0/+6 |
| * | Fix statement exprs returning a local label | Michael Matz | 2017-07-10 | 1 | -2/+2 |
| * | enums: Accept GNU extension | Michael Matz | 2017-07-10 | 1 | -2/+2 |
| * | refactor bitfields | grischka | 2017-07-09 | 1 | -189/+379 |
| * | refactor enums | grischka | 2017-07-09 | 1 | -84/+83 |
| * | refactor sym & attributes | grischka | 2017-07-09 | 1 | -197/+187 |
| * | unsorted adjustments | grischka | 2017-07-09 | 1 | -4/+10 |
| * | add C11's _Generic | Matthias Gatto | 2017-07-05 | 1 | -0/+71 |
| * | Revert "String literals are always const" | Michael Matz | 2017-07-04 | 1 | -3/+3 |
| * | Extend skip_or_save_block | Michael Matz | 2017-07-03 | 1 | -1/+1 |
| * | 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 |
