aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* simplify VT_LONG parsingMatthias Gatto2017-07-251-3/+3
* Update Cygwin Makefile to work with recent changes about ONE_SOURCE and CONFG...Christian Jullien2017-07-251-5/+7
* define __SIZE_TYPE__ and __PTRDIFF_TYPE__ as unsigned int and int.Matthias Gatto2017-07-251-2/+2
* remove inside_generic hackMatthias Gatto2017-07-242-7/+8
* tccgen: nodata_wanted fix, default ONE_SOURCE, etc...grischka2017-07-2325-163/+350
* mutiples fix for _Genericmatthias2017-07-215-23/+106
* tcc -dt -run ... : simpler is bettergrischka2017-07-2031-446/+323
* 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
* Fix cross compilersMichael Matz2017-07-162-0/+4
* tccgen: nodata_wantedgrischka2017-07-1610-85/+329
* #pragma comment(option,"-..."), bitfields test, etc...grischka2017-07-1410-54/+475
* Fix function typesMichael Matz2017-07-143-11/+42
* tccasm: Fix local statics referenced from asmsMichael Matz2017-07-102-0/+36
* Fix statement exprs returning a local labelMichael Matz2017-07-104-6/+16
* enums: Accept GNU extensionMichael Matz2017-07-103-2/+46
* refactor bitfieldsgrischka2017-07-093-193/+384
* refactor enumsgrischka2017-07-094-102/+107
* refactor sym & attributesgrischka2017-07-099-291/+286
* unsorted adjustmentsgrischka2017-07-0911-80/+105
* tccpp: allow "#define X defined Y ..."grischka2017-07-094-26/+69
* tccpp: Implement __COUNTER__Michael Matz2017-07-095-11/+72
* tccpp: CleanupMichael Matz2017-07-091-126/+111
* tccpp: Fix corner caseMichael Matz2017-07-096-10/+143
* add _Generic testMatthias Gatto2017-07-052-0/+60
* add C11's _GenericMatthias Gatto2017-07-052-1/+74
* 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
* Align 'implicit-function-declaration' option comment with other comments (cos...Christian Jullien2017-06-101-1/+1
* Add -O2 when compiling tcc on Windows. Not sure this flag is really used by tcc.Christian Jullien2017-06-101-24/+24
* When creating a staticaly linked ELF program should not includeEmil2017-06-091-5/+7
* force i386-win32-tcc.exe to be a 32bit binary. Run tests in both 32/64 bits o...U-NELSON\jullien2017-06-051-1/+5
* Add more common tests to be run from win32/MakefileU-NELSON\jullien2017-06-041-2/+2
* Windows test Makefile target also test pp tests.Christian Jullien2017-05-281-0/+1
* Limit access end-of-struct warning a bitMichael Matz2017-05-271-1/+1
* x86-64: Fix psABI stdarg prologueMichael Matz2017-05-272-12/+37
* x86-64: Rewrite linux parameter passingMichael Matz2017-05-272-176/+86
* the R_X86_64_GOTOFF64 relocation was missingAron BARATH2017-05-161-0/+5
* configure: --config-musl/-uClibc switch & misc cleanupsgrischka2017-05-1318-240/+181
* added 64-bit relocation types that required to linking against 64-bit (large ...Aron BARATH2017-05-121-11/+51
* bitfields: promote to signed intgrischka2017-05-093-9/+126
* bitfields: one more hack and a "-Wgcc-compat" switchgrischka2017-05-093-6/+21
* Touch up previous "s"[i<2] patchLarry Doolittle2017-05-092-2/+2
* Give clang one less thing to complain aboutLarry Doolittle2017-05-082-2/+2
* Remove some unused argumentsMichael Matz2017-05-082-4/+3
* bitfields: fix long bitfieldsMichael Matz2017-05-081-3/+3
* Improve musl and uclibc detectionMarc Vertes2017-05-081-1/+8