| Commit message (Expand) | Author | Age | Files | Lines |
| * | final update for 0.9.27main | grischka | 2017-12-12 | 1 | -13/+6 |
| * | tccgen_begin/end_file | grischka | 2017-12-12 | 1 | -1/+3 |
| * | Fix some multi-file corner cases with asm | Michael Matz | 2017-12-10 | 1 | -3/+1 |
| * | tccgen: unify type redefinition checks | grischka | 2017-12-05 | 1 | -1/+0 |
| * | tccasm: use global(_symbol)_stack | grischka | 2017-12-05 | 1 | -5/+9 |
| * | tccasm: Unify C and asm symbol table | Michael Matz | 2017-11-27 | 1 | -4/+7 |
| * | tccasm: Don't abuse dllexport/dllimport | Michael Matz | 2017-11-25 | 1 | -1/+3 |
| * | tccasm: synch C and asm symtab tighter | Michael Matz | 2017-11-22 | 1 | -0/+2 |
| * | various stuff | grischka | 2017-10-11 | 1 | -23/+8 |
| * | 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 | 1 | -5/+13 |
| * | Use more conventional punctuation for sequential assignments | Larry Doolittle | 2017-09-25 | 1 | -6/+6 |
| * | Spelling fixes | Larry Doolittle | 2017-09-24 | 1 | -1/+1 |
| * | 'long' review | grischka | 2017-09-24 | 1 | -12/+11 |
| * | tccgen: nodata_wanted fix, default ONE_SOURCE, etc... | grischka | 2017-07-23 | 1 | -23/+36 |
| * | mutiples fix for _Generic | matthias | 2017-07-21 | 1 | -2/+11 |
| * | tcc -dt -run ... : simpler is better | grischka | 2017-07-20 | 1 | -22/+9 |
| * | tccgen: nodata_wanted | grischka | 2017-07-16 | 1 | -0/+1 |
| * | #pragma comment(option,"-..."), bitfields test, etc... | grischka | 2017-07-14 | 1 | -0/+1 |
| * | Fix statement exprs returning a local label | Michael Matz | 2017-07-10 | 1 | -1/+1 |
| * | refactor bitfields | grischka | 2017-07-09 | 1 | -0/+1 |
| * | refactor enums | grischka | 2017-07-09 | 1 | -13/+18 |
| * | refactor sym & attributes | grischka | 2017-07-09 | 1 | -72/+77 |
| * | unsorted adjustments | grischka | 2017-07-09 | 1 | -12/+10 |
| * | tccpp: allow "#define X defined Y ..." | grischka | 2017-07-09 | 1 | -0/+1 |
| * | configure: --config-musl/-uClibc switch & misc cleanups | grischka | 2017-05-13 | 1 | -31/+28 |
| * | bitfields: one more hack and a "-Wgcc-compat" switch | grischka | 2017-05-09 | 1 | -0/+1 |
| * | C string litteral is const, fix return type of default_elfinterp. Remove #ifn... | Christian Jullien | 2017-05-08 | 1 | -1/+1 |
| * | Spelling fixes in C comments only | Larry Doolittle | 2017-05-07 | 1 | -6/+6 |
| * | Cleanups (float consts, sections, symbols) | Michael Matz | 2017-05-02 | 1 | -1/+2 |
| * | Remove VT_REF | Michael Matz | 2017-05-02 | 1 | -1/+0 |
| * | Simple-minded fix for bug #50847 | Larry Doolittle | 2017-04-25 | 1 | -0/+1 |
| * | tcc: fixup clang warnings | Andrei Warkentin | 2017-04-25 | 1 | -2/+3 |
| * | Add support of musl-libc | Marc Vertes | 2017-04-20 | 1 | -4/+16 |
| * | tccgen/win32: let __declspec(dllimport) imply extern | grischka | 2017-04-04 | 1 | -0/+1 |
| * | makefile: unify cross with native builds | grischka | 2017-02-25 | 1 | -1/+1 |
| * | cross-compilers: allow individual configuration | grischka | 2017-02-23 | 1 | -27/+26 |
| * | tcc: re-enable correct option -r support | grischka | 2017-02-20 | 1 | -5/+8 |
| * | tcc -hh: show more options | grischka | 2017-02-18 | 1 | -0/+1 |
| * | tcctools.c: integrate tiny_libmaker/_impdef | grischka | 2017-02-18 | 1 | -7/+27 |
| * | -Wl, --enable-new-dtags for DT_RUNPATH instead of DT_RPATH | Steffen Nurpmeso | 2017-02-18 | 1 | -0/+1 |
| * | fixes & cleanups | grischka | 2017-02-13 | 1 | -4/+2 |
| * | tcc: don't use pstrcpy, fix win32 spanwn quoting | grischka | 2017-02-08 | 1 | -3/+3 |
| * | tccgen: factor out gfunc_return | grischka | 2017-02-08 | 1 | -2/+1 |
| * | win32: support "-Wl,--large-address-aware" option | Pavlas, Zdenek | 2016-12-30 | 1 | -0/+1 |
| * | tests: OOT build fixes etc. | grischka | 2016-12-20 | 1 | -0/+3 |
| * | libtcc.c: -m option cleanup | grischka | 2016-12-18 | 1 | -1/+1 |
| * | tests: add memory leak test | grischka | 2016-12-18 | 1 | -0/+1 |
| * | Support large alignment requests | Michael Matz | 2016-12-15 | 1 | -1/+1 |
| * | Fix 64bit enums and switch cases | Michael Matz | 2016-12-15 | 1 | -3/+3 |