aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Insert spaces between certain tokens when tcc is invoked with -E.Edmund Grimley Evans2016-05-094-3/+78
* TOK_PPNUM in asm (Edmund Grimley Evans version)seyko2016-05-081-0/+1
* tccgen: scopes levels for local symbols (update 2)grischka2016-05-063-17/+21
* tccgen: scopes levels for local symbols (update 1)grischka2016-05-055-11/+19
* tccpp: cleanup options -dD -dM, remove -Cgrischka2016-05-055-246/+198
* tccgen: scope levels for local symbolsgrischka2016-05-053-26/+30
* tests/tests2/Makefile: Make 85-asm-outside-function Intel-only.Edmund Grimley Evans2016-05-041-0/+3
* Revert 78e4ee5.Edmund Grimley Evans2016-05-041-34/+9
* Revert 3283c26 and a1c1390 in tccpp.c.Edmund Grimley Evans2016-05-041-46/+4
* sym_push2 optimized for the local_stack case.seyko2016-05-041-3/+3
* -fno-type-redefinition-checkseyko2016-05-043-5/+9
* PP_NUM in ASM modeseyko2016-05-041-9/+34
* x86-asm: Fix lcall/ljmp, xchg and inc/decMichael Matz2016-05-032-8/+6
* i386-asm: correct lcall/ljmp encodingMichael Matz2016-05-021-2/+2
* __asm__() outside functionseyko2016-05-013-0/+17
* lcall hex code correctionseyko2016-05-011-1/+1
* clearing "output space after TOK_PPNUM ..."seyko2016-05-011-23/+20
* output space after TOK_PPNUM which followed by '+' or '-'seyko2016-05-019-9/+114
* tccpp: macro subst fixgrischka2016-04-291-4/+4
* TODO: Add two issues.Edmund Grimley Evans2016-04-241-0/+2
* fix for the "Reduce allocations overhead"seyko2016-04-221-1/+1
* .rept asm directiveseyko2016-04-223-1/+41