| Commit message (Expand) | Author | Age | Files | Lines |
| * | handle a -s option by executing sstrip/strip program | seyko | 2015-04-10 | 3 | -1/+18 |
| * | output all sections if we produce an executable file | seyko | 2015-04-10 | 1 | -0/+1 |
| * | remove a compilation warnings for libtest and test3 | seyko | 2015-04-10 | 2 | -0/+4 |
| * | fix the bug #31403: parser bug in structure | seyko | 2015-04-10 | 4 | -3/+23 |
| * | Fix to accommodate missing i386/bcheck.o during install on Mac OS X | Raphael Cohn | 2015-04-07 | 1 | -1/+1 |
| * | Fix to test for HOST_OS not TARGETOS | Raphael Cohn | 2015-04-07 | 1 | -1/+1 |
| * | Fixing bug for Linux x86_64 introduced in previous macosx commit | Raphael Cohn | 2015-04-07 | 1 | -2/+2 |
| * | Adjusted configure host_os to use uname for Darwin | Raphael Cohn | 2015-04-07 | 2 | -2/+11 |
| * | Adjusted configure to be more BSD friendly | Raphael Cohn | 2015-04-07 | 1 | -1/+1 |
| * | a small revers for bcheck.o changes (d80593bc4d43) | seyko | 2015-03-30 | 1 | -1/+1 |
| * | Fix for Microsoft compilers | seyko | 2015-03-29 | 2 | -2/+2 |
| * | fix for the bcheck.o (bug #14958) | seyko | 2015-03-29 | 2 | -14/+60 |
| * | fix: try to add a bounds.o only if __bounds_init not found | seyko | 2015-03-28 | 1 | -3/+6 |
| * | fix for the previous commit (compilation on RPi) | seyko | 2015-03-26 | 2 | -2/+2 |
| * | make a bound checking more compatible with Windows 64 | seyko | 2015-03-26 | 6 | -53/+53 |
| * | fix for the previous commit: tcc_add_support() was used before definition | seyko | 2015-03-26 | 1 | -25/+25 |
| * | fix: enforce bcheck.o linking when -b option is used | seyko | 2015-03-26 | 2 | -1/+10 |
| * | fix a bug #43984: tcc -run reports errno=2 | seyko | 2015-03-25 | 1 | -0/+4 |
| * | fix for a -dumpversion option: move it before -dD | seyko | 2015-03-23 | 1 | -2/+2 |
| * | fix for: x86_64-tcc compiled by i386-tcc is wrong | seyko | 2015-03-23 | 3 | -4/+4 |
| * | fix a gcc compiler warning for the previous commit | seyko | 2015-03-23 | 1 | -1/+1 |
| * | revert a commit: Work around for the issue TCC doesn't handle -2147483648 pro... | seyko | 2015-03-23 | 1 | -1/+1 |
| * | A right fix for the array in struct initialization w/o '{' | seyko | 2015-03-23 | 4 | -21/+116 |
| * | Revert of the commit: fix for the array in struct initialization w/o '{', case 2 | seyko | 2015-03-23 | 1 | -16/+9 |
| * | quick fix for the native tcc on debian/ubuntu | seyko | 2015-03-22 | 1 | -1/+1 |
| * | configure: don't output CONFIG_LDDIR when build_cross = "yes" | seyko | 2015-03-21 | 1 | -0/+2 |
| * | skip 73_arm64,test on ARCH=x86-64: it fails on this ARCH | seyko | 2015-03-20 | 1 | -0/+3 |
| * | restore a linux 2.4.26 kernel compilation (commit 5bcc3eed7b93 correction) | seyko | 2015-03-20 | 1 | -1/+5 |
| * | correction for the previous commit | seyko | 2015-03-20 | 1 | -2/+2 |
| * | libtcc1.a while "configure --enable-cross" | seyko | 2015-03-20 | 2 | -7/+10 |
| * | "configure --enable-cross" on x86: build a libtcc1.a for x86_64 | seyko | 2015-03-19 | 2 | -5/+3 |
| * | fix to allow build tcc by build-tcc.bat | seyko | 2015-03-19 | 4 | -4/+4 |
| * | Convert some lines from ISO-8859-1 to UTF-8. | Edmund Grimley Evans | 2015-03-11 | 4 | -10/+10 |
| * | .gitignore: Add lib/arm64. | Edmund Grimley Evans | 2015-03-10 | 1 | -0/+1 |
| * | tccgen.c: (!nocode_wanted) -> (nocode_wanted) in arm64 part. | Edmund Grimley Evans | 2015-03-10 | 1 | -2/+2 |
| * | Add some missing nocode_wanted guard | Thomas Preud'homme | 2015-03-10 | 4 | -16/+30 |
| * | lib/Makefile: Partial revert of 896a0c881ac3. | Edmund Grimley Evans | 2015-03-10 | 1 | -1/+0 |
| * | A correction for the commit: revert a grischka patch: gdb refused to know "main" | seyko | 2015-03-10 | 1 | -0/+7 |
| * | don't use a *-tcc to compile *.S files for ARM* | seyko | 2015-03-10 | 1 | -0/+2 |
| * | A native tcc for MSYS (Windows) must be i386-win-tcc.exe and not i386-tcc.exe | seyko | 2015-03-10 | 2 | -1/+17 |
| * | x86-64: Fix stdarg for large non-float structs | Michael Matz | 2015-03-09 | 1 | -4/+3 |
| * | Remove incorrect comment | Michael Matz | 2015-03-09 | 1 | -2/+0 |
| * | Find libtcc1.a on arm32 | Michael Matz | 2015-03-09 | 1 | -1/+1 |
| * | Fix stack overwrite on structure return | Michael Matz | 2015-03-09 | 7 | -17/+26 |
| * | arm64: Implement __clear_cache. | Edmund Grimley Evans | 2015-03-08 | 5 | -1/+63 |
| * | tests/Makefile: Quote to avoid: /bin/sh: 1: [: !=: unexpected operator | Edmund Grimley Evans | 2015-03-07 | 1 | -1/+1 |
| * | arm64: Optimise some integer operations with a constant operand. | Edmund Grimley Evans | 2015-03-07 | 3 | -2/+243 |
| * | tccgen.c: Optimise 0<<x, 0>>x, -1>>x, x&0, x*0, x|-1, x%1. | Edmund Grimley Evans | 2015-03-07 | 1 | -10/+25 |
| * | arm64-gen.c: In load(), do not sign-extend 32-bit VT_CONST. | Edmund Grimley Evans | 2015-03-07 | 1 | -2/+2 |
| * | fix for the array in struct initialization w/o '{', case 2 | seyko | 2015-03-07 | 1 | -9/+16 |