aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix stack overwrite on structure returnMichael Matz2015-03-097-17/+26
* arm64: Implement __clear_cache.Edmund Grimley Evans2015-03-085-1/+63
* tests/Makefile: Quote to avoid: /bin/sh: 1: [: !=: unexpected operatorEdmund Grimley Evans2015-03-071-1/+1
* arm64: Optimise some integer operations with a constant operand.Edmund Grimley Evans2015-03-073-2/+243
* tccgen.c: Optimise 0<<x, 0>>x, -1>>x, x&0, x*0, x|-1, x%1.Edmund Grimley Evans2015-03-071-10/+25
* arm64-gen.c: In load(), do not sign-extend 32-bit VT_CONST.Edmund Grimley Evans2015-03-071-2/+2
* fix for the array in struct initialization w/o '{', case 2seyko2015-03-071-9/+16
* Add __builtin_return_address.Edmund Grimley Evans2015-03-062-1/+14
* Makefile: install tcc$(EXESUF) as symlink to the $(ARCH)-tccseyko2015-03-061-4/+2
* Makefile: add dependencies for $($(I386_CROSS)_LINK), ...seyko2015-03-061-8/+7
* Makefile leftover of rev 44c6e99Roy2015-03-061-2/+2
* fixing decl_initializer() for size_only: don't eat ')'seyko2015-03-051-2/+8
* Add a dependency for a PROGS and TCCLIBS to a Makefileseyko2015-03-051-0/+2
* Fix compiling in MinGW/MSYSRoy2015-03-051-2/+2
* tccelf.c: File path component is "arm64", not "ARM64".Edmund Grimley Evans2015-03-041-1/+1
* partial revert of the commit 4ad186c5ef61seyko2015-03-043-0/+41
* --enable-tcc32-mingw option: build windows version on linux with i386-win-tccseyko2015-03-041-1/+9
* gcc options and mingw: move a gcc options detection from a makefile to the co...seyko2015-03-043-18/+20
* install-clean-tuningseyko2015-03-041-16/+26
* an unification of the tcc cross names for a windowsseyko2015-03-042-21/+21
* build-libtcc1-by-tcc: use a new tcc to compile a libtcc1.c and alloca.Sseyko2015-03-041-7/+0
* a libraries pathsseyko2015-03-041-7/+21
* reverse a commit a6149c6dbb41: Set CONFIG_MULTIARCHDIR for cross compilers.seyko2015-03-041-4/+4
* a cpu option of the configure script as a method to specify a target cpuseyko2015-03-041-29/+27
* Disable floating-point test for ARM soft-floatseyko2015-03-042-2/+14
* disable-BTESTSseyko2015-03-041-1/+0
* correct a DllMain() declaration in dllcrt1.c and dllmain.cseyko2015-03-032-3/+3
* win32/include/winsock2.h (look previous commit)seyko2015-03-031-0/+1290
* add declaration of the "double trunc (double _x)" and winsock2.hseyko2015-03-031-0/+21
* A lrint functions in win32/include/math.h are rewrittem because tcc can't han...seyko2015-03-031-15/+30
* wincrt1.c: add definition of the __TRY__ if not definedseyko2015-03-032-0/+16
* Report a mingw as a execution environment instead of theseyko2015-03-031-16/+10
* Don't add a slash to the install path of the tcc in display_info()seyko2015-03-031-1/+1
* A 32/64 bit tcc on linux: an arch specific path for libtcc1.aseyko2015-03-031-1/+19
* Disable floating-point test for ARM soft-floatseyko2015-03-031-0/+2
* arm-unused-warnings: remove problems with defined but unused wariablesseyko2015-03-032-5/+10
* tcc_add_runtime() for a CONFIG_USE_LIBGCC case: reducing a complexityseyko2015-03-031-5/+2
* x86_64-win-tcc elfinterp: a bug correctionseyko2015-03-031-4/+4
* lddir-on-x86-64: let CONFIG_LDDIR=lib64 by default if TCC_TARGET_X86_64seyko2015-03-031-1/+5
* Turn on a implicit-function-declaration warning by default.seyko2015-03-034-0/+5
* x86_64-tcc and libtcc1.c: size_t definition is needed for a x86_64-tcc to par...seyko2015-03-031-1/+2
* -std=c99 option for the tcc: allow to use a tcc as a reference compiler for "...seyko2015-03-031-0/+6
* remove a gcc warning for bcheck on x86_64 arch: conversion to pointer from in...seyko2015-03-031-2/+4
* Use a display_info() to output a header of the tcc help listingseyko2015-03-031-55/+62
* A partial reverse for commit eda2c756edc4dca004ba217d5bf361235dd9de1fseyko2015-03-035-5/+5
* A reverse of the commit 14745bdeb because of the problems while compiling lin...seyko2015-03-032-18/+16
* a void to void cast.seyko2015-03-031-2/+14
* a statement expressions with a pointer return typeseyko2015-03-031-1/+5
* iitialisation of the empty structseyko2015-03-031-0/+20
* tcc don't understand am extern array of structs.seyko2015-03-031-2/+2