aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spelling in help messageLarry Doolittle2017-05-081-1/+1
* Remove some unused-parameter lintLarry Doolittle2017-05-085-9/+21
* C string litteral is const, fix return type of default_elfinterp. Remove #ifn...Christian Jullien2017-05-082-4/+4
* Spelling fixes in C comments onlyLarry Doolittle2017-05-0719-48/+48
* Add missing const and add warning flagsLarry Doolittle2017-05-072-2/+2
* Fix a warningMichael Matz2017-05-081-1/+1
* more minor fixesgrischka2017-05-079-166/+194
* Accept extern initialized file-scope variablesMichael Matz2017-05-072-1/+4
* elf: Fix last commitMichael Matz2017-05-071-7/+53
* elf: Support STB_LOCAL dynamic symbolsMichael Matz2017-05-075-0/+5
* elf: Ignore SHF_COMPRESSED sectionsMichael Matz2017-05-062-1/+11
* struct-init: Fix zero initialization with multi-level designatorsMichael Matz2017-05-063-67/+96
* Fix unsigned enum bit-fieldsMichael Matz2017-05-053-1/+60
* Fix segfault with invalid function defMichael Matz2017-05-052-1/+6
* Rebuild cross compilers when sources changeMichael Matz2017-05-021-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-023-79/+42
* 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-023-30/+43
* Factor some codeMichael Matz2017-05-021-63/+47
* Extend type_to_strMichael Matz2017-05-021-1/+11
* Reorganize type parsingMichael Matz2017-05-022-64/+91
* Tidy typename parsing a bitMichael Matz2017-05-021-26/+16