aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bcheck: add structs to local regionsPavlas, Zdenek2016-11-091-2/+2
* i386 + bcheck: fix __bound_local_newPavlas, Zdenek2016-11-092-7/+9
* i386-gen: use EBX as 4th registergrischka2016-10-191-4/+13
* lib/libtcc1.c: cleanupgrischka2016-10-195-62/+25
* tccrun/win64: cleanup runtime function tablegrischka2016-10-196-48/+100
* configure: --triplet= option, Makefile: cleanupgrischka2016-10-174-83/+69
* tccpp_new/delete and other cleanupsgrischka2016-10-1710-190/+202
* system-hacks: define __GNUC__ for FreeBSDMichael Matz2016-10-171-10/+9
* x86-64: Fix long long bugMichael Matz2016-10-171-2/+7
* i386: do not 'lexpand' into registers necessarilygrischka2016-10-162-12/+18
* tccgen/32bits: fix unsigned long long -> int castgrischka2016-10-161-3/+3
* Actual complete name for DragonFly is 'DragonFly BSD'.Christian Jullien2016-10-161-1/+1
* No 'Thread Storage Local' on FreeBSD with tcc.Christian Jullien2016-10-151-0/+2
* Backslash was missing after reindentation to let code be < 80 col.Christian Jullien2016-10-151-1/+1
* #define __GNUC__ = 2.1grischka2016-10-153-6/+27
* tccgen/tccelf: move code from libtcc.cgrischka2016-10-154-482/+512
* Add more OpenBSD support.Christian Jullien2016-10-151-1/+4
* OpenBSD does not support -v option in rm command.Christian Jullien2016-10-152-3/+3
* Start support of OpenBSD, tcc compiler can be produced from source treeChristian Jullien2016-10-152-1/+7
* World is not reduced to either Windows or LinuxChristian Jullien2016-10-151-1/+14
* Fix misleading indentationMichael Matz2016-10-141-3/+3
* arm64: Fix -runMichael Matz2016-10-142-22/+12
* arm64: Support PREL32 relocationMichael Matz2016-10-141-0/+3
* Support archives with 64 bit indicesMichael Matz2016-10-141-7/+20
* tccgen: 32bits: fix PTR +/- long longgrischka2016-10-133-0/+38
* Use ISO C string functions instead of obsolete BSD ones that used to be in st...Christian Jullien2016-10-122-8/+3
* Use R_AARCH64_MOVW_UABS_G* instead of R_AARCH64_CALL26.Edmund Grimley Evans2016-10-111-5/+14
* gcase() clean upPavlas, Zdenek2016-10-111-33/+32
* In gen_vla_sp_restore, use X30 rather than get_reg.Edmund Grimley Evans2016-10-101-1/+4
* Fix handling of case_reg in switch statement.Edmund Grimley Evans2016-10-101-3/+18
* build: strip: unify win32 and use the configured $STRIPAvi Halachmi (:avih)2016-10-101-2/+4
* build: win: detect also mingw64 in msys2 setupAvi Halachmi (:avih)2016-10-101-1/+1
* build: out-of-tree: fix docsAvi Halachmi (:avih)2016-10-101-1/+1
* build: win32: don't use mklink - use ln or fallback to cpAvi Halachmi (:avih)2016-10-101-5/+2
* tccpp : "tcc -E -P" : suppress empty linesgrischka2016-10-099-89/+82
* arm-gen.c: support VLAsDaniel Glöckner2016-10-091-3/+23
* tccgen.c: make vla_runtime_type_size always return the alignmentDaniel Glöckner2016-10-091-0/+1
* arm-gen.c: replace register constants with enum valuesDaniel Glöckner2016-10-091-10/+17
* tccgen.c: fix multi-register structure return when not on stackDaniel Glöckner2016-10-081-9/+14
* tccgen.c: use correct type for storing long double constantsDaniel Glöckner2016-10-081-1/+6
* arm-gen.c: detect long double structures as HFADaniel Glöckner2016-10-081-2/+11
* Misc. fixesgrischka2016-10-056-32/+44
* tccgen: arm/i386: save_reg_upstackgrischka2016-10-045-23/+42
* tccpp: no cache for include if #elif seengrischka2016-10-042-10/+9
* Alternative fix for "Incorrect function call code on ARMv6"grischka2016-10-032-0/+16
* configure: fix tcc_lddir, cpugrischka2016-10-036-67/+70
* switch: binary searchPavlas, Zdenek2016-10-031-23/+51
* switch: fix label sortingPavlas, Zdenek2016-10-032-2/+9
* tccgen: fix long long -> char/short castgrischka2016-10-023-4/+12
* win32/64: msys2 supportgrischka2016-10-025-29/+27