aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Win64/PE: Changed runtime function unwind info to be added after relocation, ...janus.lt2017-11-041-4/+5
* fixed dylib typo in libtcc.cemekoi2017-10-191-1/+1
* various stuffgrischka2017-10-1130-654/+424
* Win: crt, initialize global __argc, __targv and _tenviron of msvcrtYX Hao2017-10-102-41/+34
* Fix Windows++ compilation of previous (YX Hao, Joel Bodenmann)Steffen Nurpmeso2017-10-091-0/+2
* Introduce VIP sysinclude paths which are always searched firstSteffen Nurpmeso2017-10-035-9/+36
* Adjust va_list to work with muslSteffen Nurpmeso2017-09-302-2/+7
* tools directory no more exists, removed in win32 tarball Makefile target.Christian Jullien2017-09-291-1/+0
* Use more conventional punctuation for sequential assignmentsLarry Doolittle2017-09-251-6/+6
* freebsd: allow building tcc which targets windowsAvi Halachmi (:avih)2017-09-251-1/+2
* Fix some spelling in documentationLarry Doolittle2017-09-241-5/+5
* Spelling fixesLarry Doolittle2017-09-2419-28/+28
* Convert two .c files to LF line endingsLarry Doolittle2017-09-242-317/+317
* 'long' reviewgrischka2017-09-246-176/+164
* gen_addrpc32: absolute ptr needs *ABS* relocationZdenek Pavlas2017-09-111-2/+1
* Add test case for fastcall calling conventionZhang Boyang2017-09-103-1/+278
* Add test case for AL/AX extending problemZhang Boyang2017-09-103-0/+53
* Add test case for wide char handling in wide string literalZhang Boyang2017-09-102-0/+13
* Fix calling function pointers casted from intergers in DLLZhang Boyang2017-09-091-11/+3
* Fix AL/AX is not extended to EAX when calling indirectlyZhang Boyang2017-09-091-6/+8
* Fix wide char handling in wide string literalZhang Boyang2017-09-091-1/+67
* called function should pop the arguments when using fastcallZhang Boyang2017-08-211-3/+3
* Convert from ISO-8859-1 to UTF-8. See aa812e8.Edmund Grimley Evans2017-07-261-1/+1
* Revert "use int for ssize_t, (u)intptr_t instead of long in stddef.h"Matthias Gatto2017-07-262-10/+3
* Revert "simplify VT_LONG parsing"matthias2017-07-251-3/+3
* Remove debug echo in Cygwin MakefileChristian Jullien2017-07-251-1/+1
* Update Cygwin Makefile to use -B. for bootstrapChristian Jullien2017-07-251-26/+26
* use int for ssize_t, (u)intptr_t instead of long in stddef.hMatthias Gatto2017-07-252-3/+10
* check that _Generic match 'signed long int' as 'long'Matthias Gatto2017-07-252-0/+4
* 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