| Commit message (Expand) | Author | Age | Files | Lines |
| * | various stuff | grischka | 2017-10-11 | 1 | -28/+11 |
| * | Introduce VIP sysinclude paths which are always searched first | Steffen Nurpmeso | 2017-10-03 | 1 | -1/+9 |
| * | Adjust va_list to work with musl | Steffen Nurpmeso | 2017-09-30 | 1 | -1/+5 |
| * | 'long' review | grischka | 2017-09-24 | 1 | -7/+7 |
| * | Revert "use int for ssize_t, (u)intptr_t instead of long in stddef.h" | Matthias Gatto | 2017-07-26 | 1 | -2/+2 |
| * | use int for ssize_t, (u)intptr_t instead of long in stddef.h | Matthias Gatto | 2017-07-25 | 1 | -2/+2 |
| * | define __SIZE_TYPE__ and __PTRDIFF_TYPE__ as unsigned int and int. | Matthias Gatto | 2017-07-25 | 1 | -2/+2 |
| * | tccgen: nodata_wanted fix, default ONE_SOURCE, etc... | grischka | 2017-07-23 | 1 | -4/+2 |
| * | tcc -dt -run ... : simpler is better | grischka | 2017-07-20 | 1 | -67/+50 |
| * | tccgen: nodata_wanted | grischka | 2017-07-16 | 1 | -2/+2 |
| * | #pragma comment(option,"-..."), bitfields test, etc... | grischka | 2017-07-14 | 1 | -0/+2 |
| * | unsorted adjustments | grischka | 2017-07-09 | 1 | -6/+8 |
| * | tccpp: Implement __COUNTER__ | Michael Matz | 2017-07-09 | 1 | -0/+1 |
| * | configure: --config-musl/-uClibc switch & misc cleanups | grischka | 2017-05-13 | 1 | -9/+6 |
| * | bitfields: one more hack and a "-Wgcc-compat" switch | grischka | 2017-05-09 | 1 | -0/+1 |
| * | Remove some unused-parameter lint | Larry Doolittle | 2017-05-08 | 1 | -0/+3 |
| * | Spelling fixes in C comments only | Larry Doolittle | 2017-05-07 | 1 | -2/+2 |
| * | Simple-minded fix for bug #50847 | Larry Doolittle | 2017-04-25 | 1 | -0/+1 |
| * | final adjustments for release | grischka | 2017-04-25 | 1 | -17/+10 |
| * | tcc: early OSX native support | Andrei Warkentin | 2017-04-25 | 1 | -2/+17 |
| * | Add support of musl-libc | Marc Vertes | 2017-04-20 | 1 | -0/+4 |
| * | tccgen/win32: let __declspec(dllimport) imply extern | grischka | 2017-04-04 | 1 | -1/+5 |
| * | cross-compilers: allow individual configuration | grischka | 2017-02-23 | 1 | -2/+0 |
| * | tcc: re-enable correct option -r support | grischka | 2017-02-20 | 1 | -19/+0 |
| * | tcc -hh: show more options | grischka | 2017-02-18 | 1 | -0/+4 |
| * | tcctools.c: integrate tiny_libmaker/_impdef | grischka | 2017-02-18 | 1 | -82/+128 |
| * | -Wl, --enable-new-dtags for DT_RUNPATH instead of DT_RPATH | Steffen Nurpmeso | 2017-02-18 | 1 | -0/+2 |
| * | win32: adjust new unicode support | grischka | 2017-02-18 | 1 | -3/+0 |
| * | mems & leaks | grischka | 2017-02-13 | 1 | -4/+15 |
| * | fixes & cleanups | grischka | 2017-02-13 | 1 | -11/+12 |
| * | libtcc: support multiple -Wl,-rpath=...'s | grischka | 2017-02-11 | 1 | -7/+11 |
| * | tcc: don't use pstrcpy, fix win32 spanwn quoting | grischka | 2017-02-08 | 1 | -4/+4 |
| * | win32: support "-Wl,--large-address-aware" option | Pavlas, Zdenek | 2016-12-30 | 1 | -0/+2 |
| * | tests: OOT build fixes etc. | grischka | 2016-12-20 | 1 | -1/+1 |
| * | libtcc.c: -m option cleanup | grischka | 2016-12-18 | 1 | -177/+124 |
| * | tests: add memory leak test | grischka | 2016-12-18 | 1 | -10/+13 |
| * | Handle multiple -O options | Michael Matz | 2016-12-15 | 1 | -3/+5 |
| * | x86_64: Add -mno-sse option | Michael Matz | 2016-12-15 | 1 | -2/+13 |
| * | Handle __builtin_extract_return_addr | Michael Matz | 2016-12-15 | 1 | -0/+3 |
| * | Fix access-after-free with statement expressions | Michael Matz | 2016-12-15 | 1 | -2/+2 |
| * | Accept -Wp,args | Michael Matz | 2016-12-15 | 1 | -0/+6 |
| * | Add --param, reject -mARG if ARG not 32 or 64 | Michael Matz | 2016-12-15 | 1 | -0/+4 |
| * | Implement -include cmdline option | Michael Matz | 2016-12-15 | 1 | -0/+6 |
| * | Free defines before gen_inline_functions | Michael Matz | 2016-12-15 | 1 | -2/+2 |
| * | tccelf: some linker cleanup | grischka | 2016-12-15 | 1 | -1/+0 |
| * | Do section relocation in architecture backend | Thomas Preud'homme | 2016-12-03 | 1 | -0/+5 |
| * | Rename add_elf_sym to set_elf_sym | Thomas Preud'homme | 2016-12-03 | 1 | -1/+1 |
| * | Implement gcc bitfield algorithm; add -mms-bitfields | David Mertens | 2016-11-28 | 1 | -0/+6 |
| * | tccrun/win64: cleanup runtime function table | grischka | 2016-10-19 | 1 | -6/+2 |
| * | tccpp_new/delete and other cleanups | grischka | 2016-10-17 | 1 | -42/+19 |