| Commit message (Expand) | Author | Age | Files | Lines |
| * | arm-gen.c: detect long double structures as HFA | Daniel Glöckner | 2016-10-08 | 1 | -2/+11 |
| * | Misc. fixes | grischka | 2016-10-05 | 6 | -32/+44 |
| * | tccgen: arm/i386: save_reg_upstack | grischka | 2016-10-04 | 5 | -23/+42 |
| * | tccpp: no cache for include if #elif seen | grischka | 2016-10-04 | 2 | -10/+9 |
| * | Alternative fix for "Incorrect function call code on ARMv6" | grischka | 2016-10-03 | 2 | -0/+16 |
| * | configure: fix tcc_lddir, cpu | grischka | 2016-10-03 | 6 | -67/+70 |
| * | switch: binary search | Pavlas, Zdenek | 2016-10-03 | 1 | -23/+51 |
| * | switch: fix label sorting | Pavlas, Zdenek | 2016-10-03 | 2 | -2/+9 |
| * | tccgen: fix long long -> char/short cast | grischka | 2016-10-02 | 3 | -4/+12 |
| * | win32/64: msys2 support | grischka | 2016-10-02 | 5 | -29/+27 |
| * | Incorrect function call code on ARMv6 | Balazs Kezes | 2016-10-01 | 3 | -6/+6 |
| * | Fix building man pages. | orbea | 2016-10-01 | 1 | -1/+1 |
| * | tccelf: allow multiple declaration of bss/common symbols | grischka | 2016-10-01 | 1 | -5/+8 |
| * | tccpp: parse_line_comment: fix possible buffer overrun | grischka | 2016-10-01 | 1 | -3/+3 |
| * | tccpp: allow "0x1e+1" in asm | grischka | 2016-10-01 | 1 | -9/+13 |
| * | tccpp: token ## pasting: preserve parts if pasting fails | grischka | 2016-10-01 | 1 | -10/+12 |
| * | Revert "-fnormalize-inc-dirs" | grischka | 2016-10-01 | 4 | -100/+1 |
| * | tcc -E: add one space in cases: tiny solution | grischka | 2016-10-01 | 3 | -54/+26 |
| * | build: restore out-of-tree support | grischka | 2016-10-01 | 6 | -48/+58 |
| * | build: revert Makefiles to 0.9.26 state (mostly) | grischka | 2016-10-01 | 10 | -579/+379 |
| * | test/pp: cleanup | grischka | 2016-10-01 | 6 | -74/+20 |
| * | libtcc: reimplement option -Wl,[-no]-whöle-archive | grischka | 2016-10-01 | 5 | -108/+114 |
| * | libtcc: -Wl,... incremental parsing | grischka | 2016-10-01 | 3 | -38/+31 |
| * | Revert "output all sections if we produce an executable file" | grischka | 2016-10-01 | 3 | -14/+1 |
| * | Revert part of "fix installation amd bcheck for Windows" | grischka | 2016-10-01 | 8 | -92/+58 |
| * | libtcc: filetype cleanup | grischka | 2016-10-01 | 5 | -55/+58 |
| * | Remove misc. files | grischka | 2016-10-01 | 35 | -6966/+9 |
| * | tccpp: cleanup | grischka | 2016-10-01 | 5 | -184/+169 |
| * | libtcc: cleanup @listfile | grischka | 2016-10-01 | 5 | -170/+141 |
| * | libtcc: cleanup -x<filetype> switch code | grischka | 2016-10-01 | 4 | -39/+34 |
| * | Revert "ability to compile multiple *.c files with -c switch" | grischka | 2016-10-01 | 2 | -48/+24 |
| * | tccpp: #pragma once: make it work | grischka | 2016-10-01 | 2 | -37/+25 |
| * | tccpp: restore -D symbols for multiple sources | grischka | 2016-10-01 | 2 | -22/+18 |
| * | Revert "--whole-archive support" | grischka | 2016-10-01 | 6 | -43/+3 |
| * | gtst_addr(): short conditional jumps (i386, x86_64) | Pavlas, Zdenek | 2016-09-30 | 4 | -3/+34 |
| * | switch: collect case ranges first, then generate code | Pavlas, Zdenek | 2016-09-30 | 1 | -49/+65 |
| * | Prevent tail spin crash when option -pthread is used. | Jean-Claude Beaudoin | 2016-09-29 | 1 | -2/+4 |
| * | Use etags to produce target TAGS. | Jean-Claude Beaudoin | 2016-09-29 | 1 | -1/+1 |
| * | Rein in unintended external functions on Windows. | Jean-Claude Beaudoin | 2016-09-27 | 4 | -5/+7 |
| * | More properly propagate ONE_SOURCE. | Jean-Claude Beaudoin | 2016-09-27 | 1 | -1/+8 |
| * | pstrcpy looks to be needed by Windows win32/win64 builds. Reverted as PUB_FUN... | Christian Jullien | 2016-09-26 | 2 | -2/+2 |
| * | Merge branch 'mob' of git://repo.or.cz/tinycc into mypatch | Christian Jullien | 2016-09-26 | 5 | -20/+20 |
| |\ |
|
| | * | Rein in unintended external functions. | Jean-Claude Beaudoin | 2016-09-25 | 5 | -20/+20 |
| * | | Add Microsoft processor identification | Christian Jullien | 2016-09-26 | 1 | -0/+6 |
| |/ |
|
| * | Fix test for __*LP*__ predefined macros | Christian Jullien | 2016-09-25 | 1 | -11/+11 |
| * | Improve __*LP*__ predefined macros | Christian Jullien | 2016-09-25 | 1 | -2/+9 |
| * | Add test for __*LP*__ predefined macros | Christian Jullien | 2016-09-25 | 2 | -0/+39 |
| * | x86_64/elf: only variadic calls need rax | Pavlas, Zdenek | 2016-08-17 | 1 | -1/+2 |
| * | Remove vestiges of earlier type merger | David Mertens | 2016-08-16 | 1 | -4/+1 |
| * | tccgen: return: avoid jmp to retsym if possible | Pavlas, Zdenek | 2016-08-11 | 1 | -1/+5 |