aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* libtcc: filetype cleanupgrischka2016-10-015-55/+58
* Remove misc. filesgrischka2016-10-0135-6966/+9
* tccpp: cleanupgrischka2016-10-015-184/+169
* libtcc: cleanup @listfilegrischka2016-10-015-170/+141
* libtcc: cleanup -x<filetype> switch codegrischka2016-10-014-39/+34
* Revert "ability to compile multiple *.c files with -c switch"grischka2016-10-012-48/+24
* tccpp: #pragma once: make it workgrischka2016-10-012-37/+25
* tccpp: restore -D symbols for multiple sourcesgrischka2016-10-012-22/+18
* Revert "--whole-archive support"grischka2016-10-016-43/+3
* gtst_addr(): short conditional jumps (i386, x86_64)Pavlas, Zdenek2016-09-304-3/+34
* switch: collect case ranges first, then generate codePavlas, Zdenek2016-09-301-49/+65
* Prevent tail spin crash when option -pthread is used.Jean-Claude Beaudoin2016-09-291-2/+4
* Use etags to produce target TAGS.Jean-Claude Beaudoin2016-09-291-1/+1
* Rein in unintended external functions on Windows.Jean-Claude Beaudoin2016-09-274-5/+7
* More properly propagate ONE_SOURCE.Jean-Claude Beaudoin2016-09-271-1/+8
* pstrcpy looks to be needed by Windows win32/win64 builds. Reverted as PUB_FUN...Christian Jullien2016-09-262-2/+2
* Merge branch 'mob' of git://repo.or.cz/tinycc into mypatchChristian Jullien2016-09-265-20/+20
|\
| * Rein in unintended external functions.Jean-Claude Beaudoin2016-09-255-20/+20
* | Add Microsoft processor identificationChristian Jullien2016-09-261-0/+6
|/
* Fix test for __*LP*__ predefined macrosChristian Jullien2016-09-251-11/+11
* Improve __*LP*__ predefined macrosChristian Jullien2016-09-251-2/+9
* Add test for __*LP*__ predefined macrosChristian Jullien2016-09-252-0/+39
* x86_64/elf: only variadic calls need raxPavlas, Zdenek2016-08-171-1/+2
* Remove vestiges of earlier type mergerDavid Mertens2016-08-161-4/+1