| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add __builtin_return_address. | Edmund Grimley Evans | 2015-03-06 | 2 | -1/+14 |
| * | Makefile: install tcc$(EXESUF) as symlink to the $(ARCH)-tcc | seyko | 2015-03-06 | 1 | -4/+2 |
| * | Makefile: add dependencies for $($(I386_CROSS)_LINK), ... | seyko | 2015-03-06 | 1 | -8/+7 |
| * | Makefile leftover of rev 44c6e99 | Roy | 2015-03-06 | 1 | -2/+2 |
| * | fixing decl_initializer() for size_only: don't eat ')' | seyko | 2015-03-05 | 1 | -2/+8 |
| * | Add a dependency for a PROGS and TCCLIBS to a Makefile | seyko | 2015-03-05 | 1 | -0/+2 |
| * | Fix compiling in MinGW/MSYS | Roy | 2015-03-05 | 1 | -2/+2 |
| * | tccelf.c: File path component is "arm64", not "ARM64". | Edmund Grimley Evans | 2015-03-04 | 1 | -1/+1 |
| * | partial revert of the commit 4ad186c5ef61 | seyko | 2015-03-04 | 3 | -0/+41 |
| * | --enable-tcc32-mingw option: build windows version on linux with i386-win-tcc | seyko | 2015-03-04 | 1 | -1/+9 |
| * | gcc options and mingw: move a gcc options detection from a makefile to the co... | seyko | 2015-03-04 | 3 | -18/+20 |
| * | install-clean-tuning | seyko | 2015-03-04 | 1 | -16/+26 |
| * | an unification of the tcc cross names for a windows | seyko | 2015-03-04 | 2 | -21/+21 |
| * | build-libtcc1-by-tcc: use a new tcc to compile a libtcc1.c and alloca.S | seyko | 2015-03-04 | 1 | -7/+0 |
| * | a libraries paths | seyko | 2015-03-04 | 1 | -7/+21 |