aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* tccgen: return: avoid jmp to retsym if possiblePavlas, Zdenek2016-08-111-1/+5
* Avoid conflicting definition for va_list on 64-bit MacsDavid Mertens2016-08-041-0/+3
* win64: fix va_arggrischka2016-07-105-5/+12
* fix typo in -Wl,-rpath documentationVincent Lefevre2016-07-051-1/+1
* tiny_libmaker: fix a commentAvi Halachmi (:avih)2016-06-191-1/+1
* win32: _mingw.h: add definition for _TRUNCATE from newer _mingw.hAvi Halachmi (:avih)2016-06-191-0/+4
* win32: malloc.h: use alloca instead of (missing) _allocaAvi Halachmi (:avih)2016-06-191-1/+7
* win32: wchar.h: don't redifine WCHAR_MIN[/MAX] (after stdint.h)Avi Halachmi (:avih)2016-06-191-0/+2
* tiny_libmaker: more robust arguments interpretationAvi Halachmi (:avih)2016-06-191-34/+54
* tccgen: gen_assign_cast(): cannot cast struct to scalargrischka2016-05-251-0/+3
* Redo "fix line number in macro redefined message"grischka2016-05-252-6/+3
* Allow to perform tests from the custom build dir:seyko2016-05-201-15/+8
* [avih] a custom build dir fix for lib/Makefileseyko2016-05-201-4/+4
* fix a mingw64 build on Linux with --enable-tcc64-mingwseyko2016-05-203-4/+16
* make and install tiny_libmaker on all platformsseyko2016-05-201-4/+2