| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | tccpp: Fix token pasting | Michael Matz | 2016-12-15 | 1 | -0/+1 |
| * | Fix initializing members multiple times | Michael Matz | 2016-12-15 | 1 | -0/+2 |
| * | Support local register variables | Michael Matz | 2016-12-15 | 1 | -3/+5 |
| * | x86_64: Add -mno-sse option | Michael Matz | 2016-12-15 | 1 | -0/+3 |
| * | x86-64: relocation addend is 64bit | Michael Matz | 2016-12-15 | 1 | -2/+2 |
| * | tccasm: Support refs to anon symbols from asm | Michael Matz | 2016-12-15 | 1 | -0/+1 |
| * | tccasm: Don't ignore # in preprocessor directives | Michael Matz | 2016-12-15 | 1 | -0/+6 |
| * | Fix access-after-free with statement expressions | Michael Matz | 2016-12-15 | 1 | -1/+1 |
| * | enums and ints are compatible | Michael Matz | 2016-12-15 | 1 | -1/+2 |
| * | inline asm: accept concatenated strings in constraints | Michael Matz | 2016-12-15 | 1 | -0/+1 |
| * | x86-64-asm: Accept expressions for .quad | Michael Matz | 2016-12-15 | 1 | -0/+3 |
| * | Accept more asm expressions | Michael Matz | 2016-12-15 | 1 | -0/+1 |
| * | tccasm: Implement .pushsection and .popsection | Michael Matz | 2016-12-15 | 1 | -2/+2 |
| * | Implement -include cmdline option | Michael Matz | 2016-12-15 | 1 | -0/+4 |
| * | tccelf: some linker cleanup | grischka | 2016-12-15 | 1 | -18/+11 |