aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* handle a -s option by executing sstrip/strip programseyko2015-04-103-1/+18
* output all sections if we produce an executable fileseyko2015-04-101-0/+1
* remove a compilation warnings for libtest and test3seyko2015-04-102-0/+4
* fix the bug #31403: parser bug in structureseyko2015-04-104-3/+23
* Fix to accommodate missing i386/bcheck.o during install on Mac OS XRaphael Cohn2015-04-071-1/+1
* Fix to test for HOST_OS not TARGETOSRaphael Cohn2015-04-071-1/+1
* Fixing bug for Linux x86_64 introduced in previous macosx commitRaphael Cohn2015-04-071-2/+2
* Adjusted configure host_os to use uname for DarwinRaphael Cohn2015-04-072-2/+11
* Adjusted configure to be more BSD friendlyRaphael Cohn2015-04-071-1/+1
* a small revers for bcheck.o changes (d80593bc4d43)seyko2015-03-301-1/+1
* Fix for Microsoft compilersseyko2015-03-292-2/+2
* fix for the bcheck.o (bug #14958)seyko2015-03-292-14/+60
* fix: try to add a bounds.o only if __bounds_init not foundseyko2015-03-281-3/+6
* fix for the previous commit (compilation on RPi)seyko2015-03-262-2/+2
* make a bound checking more compatible with Windows 64seyko2015-03-266-53/+53
* fix for the previous commit: tcc_add_support() was used before definitionseyko2015-03-261-25/+25
* fix: enforce bcheck.o linking when -b option is usedseyko2015-03-262-1/+10
* fix a bug #43984: tcc -run reports errno=2seyko2015-03-251-0/+4
* fix for a -dumpversion option: move it before -dDseyko2015-03-231-2/+2
* fix for: x86_64-tcc compiled by i386-tcc is wrongseyko2015-03-233-4/+4
* fix a gcc compiler warning for the previous commitseyko2015-03-231-1/+1
* revert a commit: Work around for the issue TCC doesn't handle -2147483648 pro...seyko2015-03-231-1/+1
* A right fix for the array in struct initialization w/o '{'seyko2015-03-234-21/+116
* Revert of the commit: fix for the array in struct initialization w/o '{', case 2seyko2015-03-231-16/+9
* quick fix for the native tcc on debian/ubuntuseyko2015-03-221-1/+1
* configure: don't output CONFIG_LDDIR when build_cross = "yes"seyko2015-03-211-0/+2
* skip 73_arm64,test on ARCH=x86-64: it fails on this ARCHseyko2015-03-201-0/+3
* restore a linux 2.4.26 kernel compilation (commit 5bcc3eed7b93 correction)seyko2015-03-201-1/+5
* correction for the previous commitseyko2015-03-201-2/+2
* libtcc1.a while "configure --enable-cross"seyko2015-03-202-7/+10
* "configure --enable-cross" on x86: build a libtcc1.a for x86_64seyko2015-03-192-5/+3
* fix to allow build tcc by build-tcc.batseyko2015-03-194-4/+4
* 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