aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert some lines from ISO-8859-1 to UTF-8.Edmund Grimley Evans2015-03-114-10/+10
* .gitignore: Add lib/arm64.Edmund Grimley Evans2015-03-101-0/+1
* tccgen.c: (!nocode_wanted) -> (nocode_wanted) in arm64 part.Edmund Grimley Evans2015-03-101-2/+2
* Add some missing nocode_wanted guardThomas Preud'homme2015-03-104-16/+30
* lib/Makefile: Partial revert of 896a0c881ac3.Edmund Grimley Evans2015-03-101-1/+0
* A correction for the commit: revert a grischka patch: gdb refused to know "main"seyko2015-03-101-0/+7
* don't use a *-tcc to compile *.S files for ARM*seyko2015-03-101-0/+2
* A native tcc for MSYS (Windows) must be i386-win-tcc.exe and not i386-tcc.exeseyko2015-03-102-1/+17
* x86-64: Fix stdarg for large non-float structsMichael Matz2015-03-091-4/+3
* Remove incorrect commentMichael Matz2015-03-091-2/+0
* Find libtcc1.a on arm32Michael Matz2015-03-091-1/+1
* 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