| Commit message (Expand) | Author | Age | Files | Lines |
| * | tccasm: synch C and asm symtab tighter | Michael Matz | 2017-11-22 | 7 | -23/+119 |
| * | Adjust testcase for PIE compilers | Michael Matz | 2017-11-19 | 1 | -1/+7 |
| * | Fix forward asm labels differently | Michael Matz | 2017-11-19 | 1 | -9/+31 |
| * | Don't make forard asm symbols static by default | Michael Matz | 2017-11-16 | 2 | -2/+20 |
| * | Fix absolute memory references | Michael Matz | 2017-11-15 | 1 | -6/+25 |
| * | Revert "gen_addrpc32: absolute ptr needs *ABS* relocation" | Michael Matz | 2017-11-14 | 1 | -1/+2 |
| * | Win64/PE: Changed runtime function unwind info to be added after relocation, ... | janus.lt | 2017-11-04 | 1 | -4/+5 |
| * | fixed dylib typo in libtcc.c | emekoi | 2017-10-19 | 1 | -1/+1 |
| * | various stuff | grischka | 2017-10-11 | 30 | -654/+424 |
| * | Win: crt, initialize global __argc, __targv and _tenviron of msvcrt | YX Hao | 2017-10-10 | 2 | -41/+34 |
| * | Fix Windows++ compilation of previous (YX Hao, Joel Bodenmann) | Steffen Nurpmeso | 2017-10-09 | 1 | -0/+2 |
| * | Introduce VIP sysinclude paths which are always searched first | Steffen Nurpmeso | 2017-10-03 | 5 | -9/+36 |
| * | Adjust va_list to work with musl | Steffen Nurpmeso | 2017-09-30 | 2 | -2/+7 |
| * | tools directory no more exists, removed in win32 tarball Makefile target. | Christian Jullien | 2017-09-29 | 1 | -1/+0 |
| * | Use more conventional punctuation for sequential assignments | Larry Doolittle | 2017-09-25 | 1 | -6/+6 |
| * | freebsd: allow building tcc which targets windows | Avi Halachmi (:avih) | 2017-09-25 | 1 | -1/+2 |
| * | Fix some spelling in documentation | Larry Doolittle | 2017-09-24 | 1 | -5/+5 |
| * | Spelling fixes | Larry Doolittle | 2017-09-24 | 19 | -28/+28 |
| * | Convert two .c files to LF line endings | Larry Doolittle | 2017-09-24 | 2 | -317/+317 |
| * | 'long' review | grischka | 2017-09-24 | 6 | -176/+164 |
| * | gen_addrpc32: absolute ptr needs *ABS* relocation | Zdenek Pavlas | 2017-09-11 | 1 | -2/+1 |
| * | Add test case for fastcall calling convention | Zhang Boyang | 2017-09-10 | 3 | -1/+278 |
| * | Add test case for AL/AX extending problem | Zhang Boyang | 2017-09-10 | 3 | -0/+53 |
| * | Add test case for wide char handling in wide string literal | Zhang Boyang | 2017-09-10 | 2 | -0/+13 |
| * | Fix calling function pointers casted from intergers in DLL | Zhang Boyang | 2017-09-09 | 1 | -11/+3 |
| * | Fix AL/AX is not extended to EAX when calling indirectly | Zhang Boyang | 2017-09-09 | 1 | -6/+8 |
| * | Fix wide char handling in wide string literal | Zhang Boyang | 2017-09-09 | 1 | -1/+67 |
| * | called function should pop the arguments when using fastcall | Zhang Boyang | 2017-08-21 | 1 | -3/+3 |
| * | Convert from ISO-8859-1 to UTF-8. See aa812e8. | Edmund Grimley Evans | 2017-07-26 | 1 | -1/+1 |
| * | Revert "use int for ssize_t, (u)intptr_t instead of long in stddef.h" | Matthias Gatto | 2017-07-26 | 2 | -10/+3 |
| * | Revert "simplify VT_LONG parsing" | matthias | 2017-07-25 | 1 | -3/+3 |
| * | Remove debug echo in Cygwin Makefile | Christian Jullien | 2017-07-25 | 1 | -1/+1 |
| * | Update Cygwin Makefile to use -B. for bootstrap | Christian Jullien | 2017-07-25 | 1 | -26/+26 |
| * | use int for ssize_t, (u)intptr_t instead of long in stddef.h | Matthias Gatto | 2017-07-25 | 2 | -3/+10 |
| * | check that _Generic match 'signed long int' as 'long' | Matthias Gatto | 2017-07-25 | 2 | -0/+4 |
| * | simplify VT_LONG parsing | Matthias Gatto | 2017-07-25 | 1 | -3/+3 |
| * | Update Cygwin Makefile to work with recent changes about ONE_SOURCE and CONFG... | Christian Jullien | 2017-07-25 | 1 | -5/+7 |
| * | define __SIZE_TYPE__ and __PTRDIFF_TYPE__ as unsigned int and int. | Matthias Gatto | 2017-07-25 | 1 | -2/+2 |
| * | remove inside_generic hack | Matthias Gatto | 2017-07-24 | 2 | -7/+8 |
| * | tccgen: nodata_wanted fix, default ONE_SOURCE, etc... | grischka | 2017-07-23 | 25 | -163/+350 |
| * | mutiples fix for _Generic | matthias | 2017-07-21 | 5 | -23/+106 |
| * | tcc -dt -run ... : simpler is better | grischka | 2017-07-20 | 31 | -446/+323 |
| * | fix typo sellector -> selector | Matthias Gatto | 2017-07-18 | 1 | -1/+1 |
| * | fix typo: march -> match | matthias | 2017-07-18 | 1 | -1/+1 |
| * | unqualify volatile in _Generic type checking | Matthias Gatto | 2017-07-18 | 1 | -0/+1 |
| * | Fix cross compilers | Michael Matz | 2017-07-16 | 2 | -0/+4 |
| * | tccgen: nodata_wanted | grischka | 2017-07-16 | 10 | -85/+329 |
| * | #pragma comment(option,"-..."), bitfields test, etc... | grischka | 2017-07-14 | 10 | -54/+475 |
| * | Fix function types | Michael Matz | 2017-07-14 | 3 | -11/+42 |
| * | tccasm: Fix local statics referenced from asms | Michael Matz | 2017-07-10 | 2 | -0/+36 |