aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Tidy arg parsing for builtinsMichael Matz2017-05-021-76/+52
* Clarify that the CIL target code is deadMichael Matz2017-05-021-0/+2
* Remove VT_REFMichael Matz2017-05-023-12/+3
* Fix bogus check for VT_LLOCAL typesMichael Matz2017-05-021-4/+8
* elf: Tidy section headersMichael Matz2017-05-021-2/+51
* fix __builtin_expectMichael Matz2017-05-021-25/+2
* Fix more bitfield corner casesMichael Matz2017-05-012-0/+9
* Fix last changeMichael Matz2017-05-011-1/+1
* Remove a bit-field TODOMichael Matz2017-04-293-1/+9
* Fix char bitfields corner caseMichael Matz2017-04-292-1/+7
* arm: Fix build_got_entriesThomas Stalder2017-04-271-1/+5
* Add -static to be in sync with Windows bat.Christian Jullien2017-04-271-1/+1
* configure: fix permissionsgrischka2017-04-261-0/+0
* Simple-minded fix for bug #50847Larry Doolittle2017-04-253-1/+4
* final adjustments for releasegrischka2017-04-2513-159/+158
* tcc: report Darwin when building for Mach-O binaries.Andrei Warkentin2017-04-251-0/+2
* tcc: fixup clang warningsAndrei Warkentin2017-04-2510-45/+17
* tcc: early OSX native supportAndrei Warkentin2017-04-254-4/+48
* Add support of musl-libcMarc Vertes2017-04-208-6/+33
* tccpp: Fix corner case of fnlike macro invocationMichael Matz2017-04-153-2/+22