aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* struct variable behind guard, proper macro check, and remove some whitespace.Joseph Poirier2013-11-082-54/+56
* Add __clear_cache implementation in libtcc1Thomas Preud'homme2013-11-053-2/+36
* Fix allocation of struct in registers on ARMThomas Preud'homme2013-11-051-46/+44
* Revert "Add support for thread-local storage variables"Thomas Preud'homme2013-11-035-54/+14
* Add support for thread-local storage variablesThomas Preud'homme2013-10-295-14/+54
* Detect usage of incomplete types inside struct/unionAmine Najahi2013-10-061-1/+12
* Fix CONFIG_TCC_SYSINCLUDEPATHS on !win32 systemsRamsay Jones2013-10-021-2/+4
* Fix commit 0f5942c6b382105075dabb6f975a313efc63a5f9Thomas Preud'homme2013-10-011-7/+3
* Avoid warnings with gcc 4.8 + default CFLAGSThomas Preud'homme2013-09-242-12/+17
* Detect correct instruction with incorrect operandsThomas Preud'homme2013-09-243-2/+6
* set the user-defined library search paths firstVittorio Giovara2013-09-231-3/+1
* Report error when redefining enumeratorThomas Preud'homme2013-09-201-0/+4
* Report error when using undefined enumThomas Preud'homme2013-09-201-4/+5
* Forbid enum redefinition.Thomas Preud'homme2013-09-201-0/+1
* Forbid the use of array of functionsThomas Preud'homme2013-09-191-0/+2
* Add the possibility to use noname functions by ordinalYX Hao2013-09-195-8/+150
* Generate an error when a function is redefinedThomas Preud'homme2013-09-162-1/+9
* win32: fix libtcc supportgrischka2013-09-102-9/+4
* libtcc1.c: Fix __asm__() in __tcc_fpinit and __tcc_cvt_ftolRamsay Jones2013-09-091-3/+3
* Fix lib, include, crt and libgcc search pathsThomas Preud'homme2013-09-072-11/+12
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-2811-107/+77
* tccgen: fix crash with undeclared structgrischka2013-07-241-6/+8
* Relicensing TinyCCFrédéric Féret2013-06-221-1/+1
* Define __ARM_PCS_VFP in hardfloat compilation modeThomas Preud'homme2013-06-151-0/+3
* Add support for load/store of _Bool valueThomas Preud'homme2013-06-143-4/+4
* tccpe: pstrcpy() will truncate .stabstr section name, use strncpy() instead.Roy2013-06-061-1/+1
* Improve texi2html -> makeinfo conversionThomas Preud'homme2013-05-291-1/+1
* Relicensing TinyCCFabrice Bellard2013-05-231-1/+1
* Relicensing TinyCCShinichiro Hamaji2013-05-061-1/+1
* Relicensing TinyCCThomas Preud'homme2013-05-051-1/+1
* Relicensing TinyCCgrischka2013-05-051-0/+48
* ARM hardfloat: fix struct return with float/double argsDaniel Glöckner2013-05-011-0/+1
* avoid "decl after statement" pleasegrischka2013-04-303-13/+20
* Improved variable length array support.James Lyon2013-04-2712-23/+311
* Fixed x86-64 long double passing.James Lyon2013-04-264-123/+206
* Fixed silly error in Windows build of tests (abitest-cc not linking to libtcc)James Lyon2013-04-262-33/+34
* Fixed i386 calling convention issue and CMake build on i386.James Lyon2013-04-263-6/+19
* Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working o...James Lyon2013-04-2510-38/+110
* Added cross compilation to CMake build system.James Lyon2013-04-256-112/+263
* 64-bit tests now pass (well, nearly).James Lyon2013-04-248-142/+295
* Added CMake build system (to facilitate Win64 builds)James Lyon2013-04-215-4/+254
* Workaround for MinGWs use of 80-bit long double on Win32.James Lyon2013-04-192-8/+27
* Fixed 64-bit integer bug introduced by x86-64 ABI work.James Lyon2013-04-192-13/+12
* Improved x86-64 XMM register argument passing.James Lyon2013-04-192-76/+119
* Fixed problems with XMM1 use on Linux/x86-64.James Lyon2013-04-193-112/+120
* Most x86-64 tests now work; only on error in test1-3.James Lyon2013-04-193-67/+129
* Got test1-3 working on x86-64.James Lyon2013-04-194-85/+197
* x86-64 ABI fixes.James Lyon2013-04-199-75/+334
* Added some additional tests to abitest.cJames Lyon2013-04-181-13/+51
* Tests in abitest.c now work on Win32.James Lyon2013-04-187-66/+173