aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Makefile to build native tcc 32/64 on Windows using cygwinChristian Jullien2017-02-121-0/+130
* arm64: Fix 42_function_testMichael Matz2017-02-111-2/+2
* Fix testsuite invocationsMichael Matz2017-02-111-2/+2
* libtcc: support multiple -Wl,-rpath=...'sgrischka2017-02-111-7/+11
* arm: libtcc1.a needs gcc with -fPICgrischka2017-02-111-7/+3
* Add pre-build step in VS2015 projects to generate config.h from VERSIONVlad Vissoultchev2017-02-093-0/+61
* update VERSION to 0.9.27grischka2017-02-083-6/+6
* win32: build-tcc.bat: add some optionsgrischka2017-02-081-52/+134
* win32: include/winapi: remove more filesgrischka2017-02-0811-1500/+10
* tcc: don't use pstrcpy, fix win32 spanwn quotinggrischka2017-02-083-25/+57
* tccgen: factor out gfunc_returngrischka2017-02-085-212/+199
* tccgen: gen_cast: cast FLOAT to DOUBLEgrischka2017-02-051-0/+9
* Revert "partial revert of the commit 4ad186c5ef61"grischka2017-02-053-23/+0
* tccrun: sort sectionsgrischka2017-02-051-12/+26
* tccrun: 'selinux' mmap: use only one mappinggrischka2017-02-051-38/+19
* SECTION_ALIGNMENT -> RUN_SECTION_ALIGNMENT, and tweaksDavid Mertens2017-01-081-4/+5
* Architecture-specific section alignmentDavid Mertens2017-01-061-1/+7
* win32: support "-Wl,--large-address-aware" optionPavlas, Zdenek2016-12-303-0/+4
* tests: don't assume $(CC) is gccAvi Halachmi (:avih)2016-12-241-2/+2
* tests: OOT build fixes etc.grischka2016-12-207-23/+36
* Fix pseudo leakMichael Matz2016-12-201-5/+6
* Fix some code suppression falloutMichael Matz2016-12-208-20/+138
* i386-gen: fix USE_EBXgrischka2016-12-192-6/+11
* libtcc.c: -m option cleanupgrischka2016-12-184-197/+148
* tests: add memory leak testgrischka2016-12-187-37/+54
* tccgen: nocode_wanted++/--grischka2016-12-181-51/+37
* tccgen: fix expr_cond for alt. nocode_wantedgrischka2016-12-181-70/+74
* tccgen: nocode_wanted alternativelygrischka2016-12-187-131/+111
* Fix gawk miscompileMichael Matz2016-12-185-27/+56
* i386: Fix various testsuite issuesMichael Matz2016-12-153-18/+64
* arm64: Handle R_AARCH64_PREL32 againMichael Matz2016-12-151-0/+5
* arm64: Fix largeptr testMichael Matz2016-12-151-1/+2
* arm64: Fix a case of dead code suppressionMichael Matz2016-12-151-4/+6
* struct-layout: Allow lowering of member alignmentMichael Matz2016-12-152-2/+17
* Support large alignment requestsMichael Matz2016-12-153-7/+38
* struct-layout: cleanup code a bitMichael Matz2016-12-151-94/+56
* bitfields: Fix MS layout some moreMichael Matz2016-12-151-4/+9
* bitfields: fix PCC layoutMichael Matz2016-12-151-23/+28
* bitfields: Implement MS compatible layoutMichael Matz2016-12-151-7/+30
* Fix struct layout some moreMichael Matz2016-12-152-40/+199
* Split off record layoutingMichael Matz2016-12-152-82/+114
* x86-asm: Fix segfaultMichael Matz2016-12-151-1/+1