aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tidy arg parsing for builtinsMichael Matz2017-05-021-76/+52
* Clarify that the CIL target code is deadMichael Matz2017-05-021-0/+2
* Remove VT_REFMichael Matz2017-05-023-12/+3
* Fix bogus check for VT_LLOCAL typesMichael Matz2017-05-021-4/+8
* elf: Tidy section headersMichael Matz2017-05-021-2/+51
* fix __builtin_expectMichael Matz2017-05-021-25/+2
* Fix more bitfield corner casesMichael Matz2017-05-012-0/+9
* Fix last changeMichael Matz2017-05-011-1/+1
* Remove a bit-field TODOMichael Matz2017-04-293-1/+9
* Fix char bitfields corner caseMichael Matz2017-04-292-1/+7
* arm: Fix build_got_entriesThomas Stalder2017-04-271-1/+5
* Add -static to be in sync with Windows bat.Christian Jullien2017-04-271-1/+1
* configure: fix permissionsgrischka2017-04-261-0/+0
* Simple-minded fix for bug #50847Larry Doolittle2017-04-253-1/+4
* final adjustments for releasegrischka2017-04-2513-159/+158
* tcc: report Darwin when building for Mach-O binaries.Andrei Warkentin2017-04-251-0/+2
* tcc: fixup clang warningsAndrei Warkentin2017-04-2510-45/+17
* tcc: early OSX native supportAndrei Warkentin2017-04-254-4/+48
* Add support of musl-libcMarc Vertes2017-04-208-6/+33
* tccpp: Fix corner case of fnlike macro invocationMichael Matz2017-04-153-2/+22
* tccgen/win32: let __declspec(dllimport) imply externgrischka2017-04-047-170/+166
* Even on Darwin, tcc should display LinuxChristian Jullien2017-02-261-2/+0
* win: tests Makefile: fix global pathAvi Halachmi (:avih)2017-02-261-1/+1
* Linux was incorrectly identified in banner when compiled on macOS DarwinChristian Jullien2017-02-261-0/+2
* makefile: unify cross with native buildsgrischka2017-02-2510-293/+318
* Cygwin Makefile was to aggresive to remove entire lib/Christian Jullien2017-02-241-5/+3
* Update Cygwin Makefile for new libtcc1-xx.a layoutChristian Jullien2017-02-241-10/+9
* cross-compilers: allow individual configurationgrischka2017-02-2315-242/+365
* Add note about native Windows bootstrap using Cygwin.Christian Jullien2017-02-232-0/+2
* x86-64-asm: Fix mov im64,rax encodingMichael Matz2017-02-233-13/+33
* Update ChangeLogMichael Matz2017-02-201-0/+5
* tcc: re-enable correct option -r supportgrischka2017-02-2018-151/+178
* Update cygwin Makefile after recent Windows source changesChristian Jullien2017-02-181-18/+8
* tcc -hh: show more optionsgrischka2017-02-183-67/+119
* tcctools.c: integrate tiny_libmaker/_impdefgrischka2017-02-1817-913/+994
* -Wl, --enable-new-dtags for DT_RUNPATH instead of DT_RPATHSteffen Nurpmeso2017-02-184-1/+9
* win32: adjust new unicode supportgrischka2017-02-1811-47/+55
* Temporary remove 76_dollards_in_identifiers when run on Windows as this test ...Christian Jullien2017-02-181-0/+3
* Makefile for Windows native tcc handles recent UNICODE supportChristian Jullien2017-02-181-26/+32
* Add support for Unicode entries 'wmain' and 'wWinMain' on WindowsYX Hao2017-02-174-31/+111
* Add entry to run tests2 testsChristian Jullien2017-02-171-0/+9
* tiny_impldef.exe was not built by MakefileChristian Jullien2017-02-161-140/+142
* Fix wrong name for 85 test.Christian Jullien2017-02-151-1/+1
* win32: build-tcc.bat: figure out correct bitness of cl.exeVlad Vissoultchev2017-02-141-6/+21
* Improve cygwin Makefile that now support TARGET=32/64 to force final version ...Christian Jullien2017-02-142-11/+30
* updates & cleanups (tcc-doc/Changelog/TODO ...)grischka2017-02-1329-771/+221
* mems & leaksgrischka2017-02-134-14/+38
* fixes & cleanupsgrischka2017-02-1313-90/+61
* Detect native version from default gcc target.Christian Jullien2017-02-121-8/+9
* tccgen: yet another nocode_wanted fixgrischka2017-02-121-4/+2