aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* section alignmentseyko2016-04-221-1/+1
* Source and destination overlap in memcpy, cstr_cat (tccpp.c:322)seyko2016-04-221-1/+1
* Run testcases in sorted orderMichael Matz2016-04-221-1/+1
* Reduce allocations overheadVlad Vissoultchev2016-04-172-7/+219
* Improve hash performanceVlad Vissoultchev2016-04-176-97/+105
* Revert "Fix tests Makefiles on Windows"Vlad Vissoultchev2016-04-173-14/+2
* Add travis tests integrationVlad Vissoultchev2016-04-172-0/+126
* simplify -C printingseyko2016-04-171-112/+29
* __builtin_expect no-opseyko2016-04-162-0/+38
* allow to compile tcc by pccseyko2016-04-153-2/+6
* preprocessor oprtion -C (keep comments)seyko2016-04-155-48/+195
* fix preprocessing *.S with ` ' chars in #commentsseyko2016-04-143-1/+17
* fix for thev "#pragna once" guardseyko2016-04-142-1/+2
* Move utility functions `trimfront/back` to tccpp.cVlad Vissoultchev2016-04-134-19/+18
* Simplify @listfiles parsingVlad Vissoultchev2016-04-131-39/+17
* Better pragma once guardVlad Vissoultchev2016-04-132-5/+9
* win32: Better VS2015 solution and project filesVlad Vissoultchev2016-04-133-0/+34
* tccpp.c: Guard against ppfp being NULLVlad Vissoultchev2016-04-132-24/+18
* correct version of "Identifiers can start and/or contain"seyko2016-04-134-72/+94
* Allow tcc arguments to be read from @listfilesseyko2016-04-133-27/+94