summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-12final update for 0.9.27release_0_9_27mastergrischka
2017-12-12tccgen_begin/end_filegrischka
2017-12-10Fix some multi-file corner cases with asmMichael Matz
2017-12-05tccgen: unify type redefinition checksgrischka
2017-12-05tccasm: use global(_symbol)_stackgrischka
2017-12-04Fix another corner case with C/asm symtableMichael Matz
2017-12-03tccasm: Accept suffixed cmovCCMichael Matz
2017-11-27tccasm: Unify C and asm symbol tableMichael Matz
2017-11-27Adjust asm-c-connect testcase for WindowsMichael Matz
2017-11-25tccasm: Don't abuse dllexport/dllimportMichael Matz
2017-11-22tccasm: synch C and asm symtab tighterMichael Matz
2017-11-19Adjust testcase for PIE compilersMichael Matz
2017-11-19Fix forward asm labels differentlyMichael Matz
2017-11-16Don't make forard asm symbols static by defaultMichael Matz
2017-11-15Fix absolute memory referencesMichael Matz
2017-11-14Revert "gen_addrpc32: absolute ptr needs *ABS* relocation"Michael Matz
2017-11-04Win64/PE: Changed runtime function unwind info to be added after relocation, ...janus.lt
2017-10-19fixed dylib typo in libtcc.cemekoi
2017-10-11various stuffgrischka
2017-10-10Win: crt, initialize global __argc, __targv and _tenviron of msvcrtYX Hao
2017-10-09Fix Windows++ compilation of previous (YX Hao, Joel Bodenmann)Steffen Nurpmeso
2017-10-03Introduce VIP sysinclude paths which are always searched firstSteffen Nurpmeso
2017-09-30Adjust va_list to work with muslSteffen Nurpmeso
2017-09-29tools directory no more exists, removed in win32 tarball Makefile target.Christian Jullien
2017-09-25Use more conventional punctuation for sequential assignmentsLarry Doolittle
2017-09-25freebsd: allow building tcc which targets windowsAvi Halachmi (:avih)
2017-09-24Fix some spelling in documentationLarry Doolittle
2017-09-24Spelling fixesLarry Doolittle
2017-09-24Convert two .c files to LF line endingsLarry Doolittle
2017-09-24'long' reviewgrischka
2017-09-11gen_addrpc32: absolute ptr needs *ABS* relocationZdenek Pavlas
2017-09-10Add test case for fastcall calling conventionZhang Boyang
2017-09-10Add test case for AL/AX extending problemZhang Boyang
2017-09-10Add test case for wide char handling in wide string literalZhang Boyang
2017-09-09Fix calling function pointers casted from intergers in DLLZhang Boyang
2017-09-09Fix AL/AX is not extended to EAX when calling indirectlyZhang Boyang
2017-09-09Fix wide char handling in wide string literalZhang Boyang
2017-08-21called function should pop the arguments when using fastcallZhang Boyang
2017-07-26Convert from ISO-8859-1 to UTF-8. See aa812e8.Edmund Grimley Evans
2017-07-26Revert "use int for ssize_t, (u)intptr_t instead of long in stddef.h"Matthias Gatto
2017-07-25Revert "simplify VT_LONG parsing"matthias
2017-07-25Remove debug echo in Cygwin MakefileChristian Jullien
2017-07-25Update Cygwin Makefile to use -B. for bootstrapChristian Jullien
2017-07-25use int for ssize_t, (u)intptr_t instead of long in stddef.hMatthias Gatto
2017-07-25check that _Generic match 'signed long int' as 'long'Matthias Gatto
2017-07-25simplify VT_LONG parsingMatthias Gatto
2017-07-25Update Cygwin Makefile to work with recent changes about ONE_SOURCE and CONFG...Christian Jullien
2017-07-25define __SIZE_TYPE__ and __PTRDIFF_TYPE__ as unsigned int and int.Matthias Gatto
2017-07-24remove inside_generic hackMatthias Gatto
2017-07-23tccgen: nodata_wanted fix, default ONE_SOURCE, etc...grischka