aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Incorrect function call code on ARMv6Balazs Kezes2016-10-013-6/+6
* Fix building man pages.orbea2016-10-011-1/+1
* tccelf: allow multiple declaration of bss/common symbolsgrischka2016-10-011-5/+8
* tccpp: parse_line_comment: fix possible buffer overrungrischka2016-10-011-3/+3
* tccpp: allow "0x1e+1" in asmgrischka2016-10-011-9/+13
* tccpp: token ## pasting: preserve parts if pasting failsgrischka2016-10-011-10/+12
* Revert "-fnormalize-inc-dirs"grischka2016-10-014-100/+1
* tcc -E: add one space in cases: tiny solutiongrischka2016-10-013-54/+26
* build: restore out-of-tree supportgrischka2016-10-016-48/+58
* build: revert Makefiles to 0.9.26 state (mostly)grischka2016-10-0110-579/+379
* test/pp: cleanupgrischka2016-10-016-74/+20
* libtcc: reimplement option -Wl,[-no]-whöle-archivegrischka2016-10-015-108/+114
* libtcc: -Wl,... incremental parsinggrischka2016-10-013-38/+31
* Revert "output all sections if we produce an executable file"grischka2016-10-013-14/+1
* Revert part of "fix installation amd bcheck for Windows"grischka2016-10-018-92/+58