aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
Commit message (Expand)AuthorAgeFilesLines
* tccgen: nodata_wanted fix, default ONE_SOURCE, etc...grischka2017-07-231-4/+11
* mutiples fix for _Genericmatthias2017-07-211-14/+42
* tcc -dt -run ... : simpler is bettergrischka2017-07-201-48/+44
* fix typo sellector -> selectorMatthias Gatto2017-07-181-1/+1
* fix typo: march -> matchmatthias2017-07-181-1/+1
* unqualify volatile in _Generic type checkingMatthias Gatto2017-07-181-0/+1
* tccgen: nodata_wantedgrischka2017-07-161-34/+61
* #pragma comment(option,"-..."), bitfields test, etc...grischka2017-07-141-31/+34
* Fix function typesMichael Matz2017-07-141-11/+19
* tccasm: Fix local statics referenced from asmsMichael Matz2017-07-101-0/+6
* Fix statement exprs returning a local labelMichael Matz2017-07-101-2/+2
* enums: Accept GNU extensionMichael Matz2017-07-101-2/+2
* refactor bitfieldsgrischka2017-07-091-189/+379
* refactor enumsgrischka2017-07-091-84/+83
* refactor sym & attributesgrischka2017-07-091-197/+187
* unsorted adjustmentsgrischka2017-07-091-4/+10
* add C11's _GenericMatthias Gatto2017-07-051-0/+71
* Revert "String literals are always const"Michael Matz2017-07-041-3/+3
* Extend skip_or_save_blockMichael Matz2017-07-031-1/+1
* Improve skip_or_save_blockMichael Matz2017-07-031-7/+7
* String literals are always constMichael Matz2017-07-031-3/+3
* Limit access end-of-struct warning a bitMichael Matz2017-05-271-1/+1
* configure: --config-musl/-uClibc switch & misc cleanupsgrischka2017-05-131-27/+33
* bitfields: promote to signed intgrischka2017-05-091-9/+9
* bitfields: one more hack and a "-Wgcc-compat" switchgrischka2017-05-091-6/+19
* bitfields: fix long bitfieldsMichael Matz2017-05-081-3/+3
* Spelling fixes in C comments onlyLarry Doolittle2017-05-071-6/+6
* more minor fixesgrischka2017-05-071-4/+11
* Accept extern initialized file-scope variablesMichael Matz2017-05-071-1/+2
* struct-init: Fix zero initialization with multi-level designatorsMichael Matz2017-05-061-67/+59
* Fix unsigned enum bit-fieldsMichael Matz2017-05-051-1/+3
* Fix segfault with invalid function defMichael Matz2017-05-051-1/+1
* Tidy decl_designatorMichael Matz2017-05-021-26/+15
* Remove label_or_declMichael Matz2017-05-021-21/+5
* Cleanups (float consts, sections, symbols)Michael Matz2017-05-021-65/+19
* Merge func_decl_list into decl0Michael Matz2017-05-021-67/+38
* Tidy decl_designatorMichael Matz2017-05-021-9/+2
* Tidy unary() a bitMichael Matz2017-05-021-27/+18
* Factor some codeMichael Matz2017-05-021-63/+47
* Extend type_to_strMichael Matz2017-05-021-1/+11
* Reorganize type parsingMichael Matz2017-05-021-64/+57
* Tidy typename parsing a bitMichael Matz2017-05-021-26/+16
* Tidy arg parsing for builtinsMichael Matz2017-05-021-76/+52
* Remove VT_REFMichael Matz2017-05-021-10/+2
* Fix bogus check for VT_LLOCAL typesMichael Matz2017-05-021-4/+8
* fix __builtin_expectMichael Matz2017-05-021-25/+2
* Fix more bitfield corner casesMichael Matz2017-05-011-0/+3
* Fix last changeMichael Matz2017-05-011-1/+1
* Remove a bit-field TODOMichael Matz2017-04-291-0/+2
* Fix char bitfields corner caseMichael Matz2017-04-291-1/+1