aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rein in unintended external functions on Windows.Jean-Claude Beaudoin2016-09-274-5/+7
* More properly propagate ONE_SOURCE.Jean-Claude Beaudoin2016-09-271-1/+8
* pstrcpy looks to be needed by Windows win32/win64 builds. Reverted as PUB_FUN...Christian Jullien2016-09-262-2/+2
* Merge branch 'mob' of git://repo.or.cz/tinycc into mypatchChristian Jullien2016-09-265-20/+20
|\
| * Rein in unintended external functions.Jean-Claude Beaudoin2016-09-255-20/+20
* | Add Microsoft processor identificationChristian Jullien2016-09-261-0/+6
|/
* Fix test for __*LP*__ predefined macrosChristian Jullien2016-09-251-11/+11
* Improve __*LP*__ predefined macrosChristian Jullien2016-09-251-2/+9
* Add test for __*LP*__ predefined macrosChristian Jullien2016-09-252-0/+39
* x86_64/elf: only variadic calls need raxPavlas, Zdenek2016-08-171-1/+2
* Remove vestiges of earlier type mergerDavid Mertens2016-08-161-4/+1
* tccgen: return: avoid jmp to retsym if possiblePavlas, Zdenek2016-08-111-1/+5
* Avoid conflicting definition for va_list on 64-bit MacsDavid Mertens2016-08-041-0/+3
* win64: fix va_arggrischka2016-07-105-5/+12
* fix typo in -Wl,-rpath documentationVincent Lefevre2016-07-051-1/+1
* tiny_libmaker: fix a commentAvi Halachmi (:avih)2016-06-191-1/+1
* win32: _mingw.h: add definition for _TRUNCATE from newer _mingw.hAvi Halachmi (:avih)2016-06-191-0/+4
* win32: malloc.h: use alloca instead of (missing) _allocaAvi Halachmi (:avih)2016-06-191-1/+7
* win32: wchar.h: don't redifine WCHAR_MIN[/MAX] (after stdint.h)Avi Halachmi (:avih)2016-06-191-0/+2
* tiny_libmaker: more robust arguments interpretationAvi Halachmi (:avih)2016-06-191-34/+54
* tccgen: gen_assign_cast(): cannot cast struct to scalargrischka2016-05-251-0/+3
* Redo "fix line number in macro redefined message"grischka2016-05-252-6/+3
* Allow to perform tests from the custom build dir:seyko2016-05-201-15/+8
* [avih] a custom build dir fix for lib/Makefileseyko2016-05-201-4/+4
* fix a mingw64 build on Linux with --enable-tcc64-mingwseyko2016-05-203-4/+16
* make and install tiny_libmaker on all platformsseyko2016-05-201-4/+2
* [avih] configure: support custom ar with --ar=seyko2016-05-201-0/+4
* configure: docdir fixseyko2016-05-201-1/+1
* --whole-archive supportseyko2016-05-206-3/+43
* Microsoft says that _spawnp must be used instead of spawnp. It fixes a warnin...Christian Jullien2016-05-161-1/+1
* fix asm_expr_unary()seyko2016-05-161-1/+1
* x86-asm: Reject some invalid arith imm8 instructionMichael Matz2016-05-164-2/+25
* fix line number in macro redefined messageseyko2016-05-161-2/+5
* short_call_convention patch from tcc bugzillaseyko2016-05-151-0/+25
* memory model macros __{L,}LP64__seyko2016-05-151-0/+2
* x86-asm: Add .fill testMichael Matz2016-05-141-0/+1
* x86-asm: Fix signed constants and opcode orderMichael Matz2016-05-144-3/+12
* x86-asm: Consolidate insn descriptionsMichael Matz2016-05-143-171/+173
* tcc -E -P10 : output all numbers as decimalsgrischka2016-05-121-0/+6
* Error out on operations on structsMichael Matz2016-05-121-3/+3
* x86-64-asm: Add mov[sz]xq opcodesMichael Matz2016-05-123-1/+14
* x86-64-asm: Clean up 64bit immediate supportMichael Matz2016-05-115-24/+39
* x86-asm: Get rid of is_short_jumpMichael Matz2016-05-111-7/+4
* x86-asm: Remove old ASM_16 codeMichael Matz2016-05-112-207/+6
* x86-64: Run asmtest as wellMichael Matz2016-05-112-13/+31
* tests: Compile asmtest.S without -m32Michael Matz2016-05-111-1/+1
* x86-64 asm: Remove useless jmp opcodeMichael Matz2016-05-113-8/+1
* x86: Improve cmov handlingMichael Matz2016-05-114-9/+11
* x86_64: Use addend on relocsMichael Matz2016-05-092-19/+14
* [x86] Fix some asm problemsMichael Matz2016-05-095-47/+168