aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix another corner case with C/asm symtableMichael Matz2017-12-044-3/+29
* tccasm: Accept suffixed cmovCCMichael Matz2017-12-032-4/+17
* tccasm: Unify C and asm symbol tableMichael Matz2017-11-278-188/+164
* Adjust asm-c-connect testcase for WindowsMichael Matz2017-11-271-11/+12
* tccasm: Don't abuse dllexport/dllimportMichael Matz2017-11-252-8/+10
* tccasm: synch C and asm symtab tighterMichael Matz2017-11-227-23/+119
* Adjust testcase for PIE compilersMichael Matz2017-11-191-1/+7
* Fix forward asm labels differentlyMichael Matz2017-11-191-9/+31
* Don't make forard asm symbols static by defaultMichael Matz2017-11-162-2/+20
* Fix absolute memory referencesMichael Matz2017-11-151-6/+25
* Revert "gen_addrpc32: absolute ptr needs *ABS* relocation"Michael Matz2017-11-141-1/+2
* 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