aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added ABI compatibility tests with native compiler using libtcc.James Lyon2013-04-173-1/+91
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-177-29/+63
* Fixed out of tree build problem on Windows.James Lyon2013-04-171-7/+7
* Fix building instruction wrt make/gmakeThomas Preud'homme2013-04-081-6/+8
* Update README,add x86_64/arm,FreeBSD/OSX etc.Jov2013-03-251-7/+8
* Fix synchronization between data and instr cachesThomas Preud'homme2013-03-191-1/+1
* Flush caches before -running programThomas Preud'homme2013-03-182-0/+12
* Fix configure script on FreeBSDThomas Preud'homme2013-03-141-1/+2
* Update .gitignore with regards to test changesThomas Preud'homme2013-03-111-1/+2
* document $CPATH, $C_INCLUDE_PATH, $LIBRARY_PATHUrs Janssen2013-02-201-3/+22
* don't confuse LD_LIBRARY_PATH (run time) with LIBRARY_PATH (link time)Urs Janssen2013-02-191-2/+2
* added CPATH, C_INCLUDE_PATH and LD_LIBRARY_PATHAndrew Aladjev2013-02-193-0/+21
* remove doubled prototypeUrs Janssen2013-02-184-6/+4
* Fix GNU Hurd interpreter pathThomas Preud'homme2013-02-181-0/+2