| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | bcheck: access fields of local structs w/o bcheck | Pavlas, Zdenek | 2016-11-10 | 1 | -3/+3 |
| * | bcheck: add structs to local regions | Pavlas, Zdenek | 2016-11-09 | 1 | -2/+2 |
| * | i386 + bcheck: fix __bound_local_new | Pavlas, Zdenek | 2016-11-09 | 2 | -7/+9 |
| * | i386-gen: use EBX as 4th register | grischka | 2016-10-19 | 1 | -4/+13 |
| * | lib/libtcc1.c: cleanup | grischka | 2016-10-19 | 5 | -62/+25 |
| * | tccrun/win64: cleanup runtime function table | grischka | 2016-10-19 | 6 | -48/+100 |
| * | configure: --triplet= option, Makefile: cleanup | grischka | 2016-10-17 | 4 | -83/+69 |
| * | tccpp_new/delete and other cleanups | grischka | 2016-10-17 | 10 | -190/+202 |
| * | system-hacks: define __GNUC__ for FreeBSD | Michael Matz | 2016-10-17 | 1 | -10/+9 |
| * | x86-64: Fix long long bug | Michael Matz | 2016-10-17 | 1 | -2/+7 |
| * | i386: do not 'lexpand' into registers necessarily | grischka | 2016-10-16 | 2 | -12/+18 |
| * | tccgen/32bits: fix unsigned long long -> int cast | grischka | 2016-10-16 | 1 | -3/+3 |
| * | Actual complete name for DragonFly is 'DragonFly BSD'. | Christian Jullien | 2016-10-16 | 1 | -1/+1 |
| * | No 'Thread Storage Local' on FreeBSD with tcc. | Christian Jullien | 2016-10-15 | 1 | -0/+2 |
| * | Backslash was missing after reindentation to let code be < 80 col. | Christian Jullien | 2016-10-15 | 1 | -1/+1 |
| * | #define __GNUC__ = 2.1 | grischka | 2016-10-15 | 3 | -6/+27 |
| * | tccgen/tccelf: move code from libtcc.c | grischka | 2016-10-15 | 4 | -482/+512 |
| * | Add more OpenBSD support. | Christian Jullien | 2016-10-15 | 1 | -1/+4 |
| * | OpenBSD does not support -v option in rm command. | Christian Jullien | 2016-10-15 | 2 | -3/+3 |
| * | Start support of OpenBSD, tcc compiler can be produced from source tree | Christian Jullien | 2016-10-15 | 2 | -1/+7 |
| * | World is not reduced to either Windows or Linux | Christian Jullien | 2016-10-15 | 1 | -1/+14 |
| * | Fix misleading indentation | Michael Matz | 2016-10-14 | 1 | -3/+3 |
| * | arm64: Fix -run | Michael Matz | 2016-10-14 | 2 | -22/+12 |
| * | arm64: Support PREL32 relocation | Michael Matz | 2016-10-14 | 1 | -0/+3 |
| * | Support archives with 64 bit indices | Michael Matz | 2016-10-14 | 1 | -7/+20 |
| * | tccgen: 32bits: fix PTR +/- long long | grischka | 2016-10-13 | 3 | -0/+38 |
| * | Use ISO C string functions instead of obsolete BSD ones that used to be in st... | Christian Jullien | 2016-10-12 | 2 | -8/+3 |
| * | Use R_AARCH64_MOVW_UABS_G* instead of R_AARCH64_CALL26. | Edmund Grimley Evans | 2016-10-11 | 1 | -5/+14 |
| * | gcase() clean up | Pavlas, Zdenek | 2016-10-11 | 1 | -33/+32 |
| * | In gen_vla_sp_restore, use X30 rather than get_reg. | Edmund Grimley Evans | 2016-10-10 | 1 | -1/+4 |
| * | Fix handling of case_reg in switch statement. | Edmund Grimley Evans | 2016-10-10 | 1 | -3/+18 |
| * | build: strip: unify win32 and use the configured $STRIP | Avi Halachmi (:avih) | 2016-10-10 | 1 | -2/+4 |
| * | build: win: detect also mingw64 in msys2 setup | Avi Halachmi (:avih) | 2016-10-10 | 1 | -1/+1 |
| * | build: out-of-tree: fix docs | Avi Halachmi (:avih) | 2016-10-10 | 1 | -1/+1 |
| * | build: win32: don't use mklink - use ln or fallback to cp | Avi Halachmi (:avih) | 2016-10-10 | 1 | -5/+2 |
| * | tccpp : "tcc -E -P" : suppress empty lines | grischka | 2016-10-09 | 9 | -89/+82 |
| * | arm-gen.c: support VLAs | Daniel Glöckner | 2016-10-09 | 1 | -3/+23 |
| * | tccgen.c: make vla_runtime_type_size always return the alignment | Daniel Glöckner | 2016-10-09 | 1 | -0/+1 |
| * | arm-gen.c: replace register constants with enum values | Daniel Glöckner | 2016-10-09 | 1 | -10/+17 |
| * | tccgen.c: fix multi-register structure return when not on stack | Daniel Glöckner | 2016-10-08 | 1 | -9/+14 |
| * | tccgen.c: use correct type for storing long double constants | Daniel Glöckner | 2016-10-08 | 1 | -1/+6 |
| * | arm-gen.c: detect long double structures as HFA | Daniel Glöckner | 2016-10-08 | 1 | -2/+11 |
| * | Misc. fixes | grischka | 2016-10-05 | 6 | -32/+44 |
| * | tccgen: arm/i386: save_reg_upstack | grischka | 2016-10-04 | 5 | -23/+42 |
| * | tccpp: no cache for include if #elif seen | grischka | 2016-10-04 | 2 | -10/+9 |
| * | Alternative fix for "Incorrect function call code on ARMv6" | grischka | 2016-10-03 | 2 | -0/+16 |
| * | configure: fix tcc_lddir, cpu | grischka | 2016-10-03 | 6 | -67/+70 |
| * | switch: binary search | Pavlas, Zdenek | 2016-10-03 | 1 | -23/+51 |
| * | switch: fix label sorting | Pavlas, Zdenek | 2016-10-03 | 2 | -2/+9 |
| * | tccgen: fix long long -> char/short cast | grischka | 2016-10-02 | 3 | -4/+12 |