aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement gcc bitfield algorithm; add -mms-bitfieldsDavid Mertens2016-11-286-7/+44
* Minor grammar fixes to docsDavid Mertens2016-11-281-4/+4
* configure: prefer lib64 on 64-bit platformsgrischka2016-11-281-3/+4
* tccelf: introduce add32/64le()grischka2016-11-203-24/+28
* x86_64-asm: =m operand fixesgrischka2016-11-206-33/+81
* arm: Fix relocate_section with TCC_OUTPUT_MEMORYThomas Stalder2016-11-131-2/+4
* remove warningsThomas Stalder2016-11-132-4/+3
* tccgen: fix inline_functions double free fixgrischka2016-11-113-15/+19
* tccgen: inline_functions double free fixgrischka2016-11-113-10/+11
* bcheck: access fields of local structs w/o bcheckPavlas, Zdenek2016-11-101-3/+3
* 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