| Commit message (Expand) | Author | Age | Files | Lines |
| * | Generate an error when a function is redefined | Thomas Preud'homme | 2013-09-16 | 2 | -1/+9 |
| * | win32: fix libtcc support | grischka | 2013-09-10 | 2 | -9/+4 |
| * | libtcc1.c: Fix __asm__() in __tcc_fpinit and __tcc_cvt_ftol | Ramsay Jones | 2013-09-09 | 1 | -3/+3 |
| * | Fix lib, include, crt and libgcc search paths | Thomas Preud'homme | 2013-09-07 | 2 | -11/+12 |
| * | i386-gen: preserve fp control word in gen_cvt_ftoi | grischka | 2013-08-28 | 11 | -107/+77 |
| * | tccgen: fix crash with undeclared struct | grischka | 2013-07-24 | 1 | -6/+8 |
| * | Relicensing TinyCC | Frédéric Féret | 2013-06-22 | 1 | -1/+1 |
| * | Define __ARM_PCS_VFP in hardfloat compilation mode | Thomas Preud'homme | 2013-06-15 | 1 | -0/+3 |
| * | Add support for load/store of _Bool value | Thomas Preud'homme | 2013-06-14 | 3 | -4/+4 |
| * | tccpe: pstrcpy() will truncate .stabstr section name, use strncpy() instead. | Roy | 2013-06-06 | 1 | -1/+1 |
| * | Improve texi2html -> makeinfo conversion | Thomas Preud'homme | 2013-05-29 | 1 | -1/+1 |
| * | Relicensing TinyCC | Fabrice Bellard | 2013-05-23 | 1 | -1/+1 |
| * | Relicensing TinyCC | Shinichiro Hamaji | 2013-05-06 | 1 | -1/+1 |
| * | Relicensing TinyCC | Thomas Preud'homme | 2013-05-05 | 1 | -1/+1 |
| * | Relicensing TinyCC | grischka | 2013-05-05 | 1 | -0/+48 |
| * | ARM hardfloat: fix struct return with float/double args | Daniel Glöckner | 2013-05-01 | 1 | -0/+1 |
| * | avoid "decl after statement" please | grischka | 2013-04-30 | 3 | -13/+20 |
| * | Improved variable length array support. | James Lyon | 2013-04-27 | 12 | -23/+311 |
| * | Fixed x86-64 long double passing. | James Lyon | 2013-04-26 | 4 | -123/+206 |
| * | Fixed silly error in Windows build of tests (abitest-cc not linking to libtcc) | James Lyon | 2013-04-26 | 2 | -33/+34 |
| * | Fixed i386 calling convention issue and CMake build on i386. | James Lyon | 2013-04-26 | 3 | -6/+19 |
| * | Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working o... | James Lyon | 2013-04-25 | 10 | -38/+110 |
| * | Added cross compilation to CMake build system. | James Lyon | 2013-04-25 | 6 | -112/+263 |
| * | 64-bit tests now pass (well, nearly). | James Lyon | 2013-04-24 | 8 | -142/+295 |
| * | Added CMake build system (to facilitate Win64 builds) | James Lyon | 2013-04-21 | 5 | -4/+254 |
| * | Workaround for MinGWs use of 80-bit long double on Win32. | James Lyon | 2013-04-19 | 2 | -8/+27 |
| * | Fixed 64-bit integer bug introduced by x86-64 ABI work. | James Lyon | 2013-04-19 | 2 | -13/+12 |
| * | Improved x86-64 XMM register argument passing. | James Lyon | 2013-04-19 | 2 | -76/+119 |
| * | Fixed problems with XMM1 use on Linux/x86-64. | James Lyon | 2013-04-19 | 3 | -112/+120 |
| * | Most x86-64 tests now work; only on error in test1-3. | James Lyon | 2013-04-19 | 3 | -67/+129 |
| * | Got test1-3 working on x86-64. | James Lyon | 2013-04-19 | 4 | -85/+197 |
| * | x86-64 ABI fixes. | James Lyon | 2013-04-19 | 9 | -75/+334 |
| * | Added some additional tests to abitest.c | James Lyon | 2013-04-18 | 1 | -13/+51 |
| * | Tests in abitest.c now work on Win32. | James Lyon | 2013-04-18 | 7 | -66/+173 |
| * | Added ABI compatibility tests with native compiler using libtcc. | James Lyon | 2013-04-17 | 3 | -1/+91 |
| * | Fixed tests on Windows (including out-of-tree problems) | James Lyon | 2013-04-17 | 7 | -29/+63 |
| * | Fixed out of tree build problem on Windows. | James Lyon | 2013-04-17 | 1 | -7/+7 |
| * | Fix building instruction wrt make/gmake | Thomas Preud'homme | 2013-04-08 | 1 | -6/+8 |
| * | Update README,add x86_64/arm,FreeBSD/OSX etc. | Jov | 2013-03-25 | 1 | -7/+8 |
| * | Fix synchronization between data and instr caches | Thomas Preud'homme | 2013-03-19 | 1 | -1/+1 |
| * | Flush caches before -running program | Thomas Preud'homme | 2013-03-18 | 2 | -0/+12 |
| * | Fix configure script on FreeBSD | Thomas Preud'homme | 2013-03-14 | 1 | -1/+2 |
| * | Update .gitignore with regards to test changes | Thomas Preud'homme | 2013-03-11 | 1 | -1/+2 |
| * | document $CPATH, $C_INCLUDE_PATH, $LIBRARY_PATH | Urs Janssen | 2013-02-20 | 1 | -3/+22 |
| * | don't confuse LD_LIBRARY_PATH (run time) with LIBRARY_PATH (link time) | Urs Janssen | 2013-02-19 | 1 | -2/+2 |
| * | added CPATH, C_INCLUDE_PATH and LD_LIBRARY_PATH | Andrew Aladjev | 2013-02-19 | 3 | -0/+21 |
| * | remove doubled prototype | Urs Janssen | 2013-02-18 | 4 | -6/+4 |
| * | Fix GNU Hurd interpreter path | Thomas Preud'homme | 2013-02-18 | 1 | -0/+2 |
| * | Add support for KfreeBSD 64bits | Thomas Preud'homme | 2013-02-18 | 2 | -1/+10 |
| * | libtcc: tcc_define_symbol() uses strings, fix segfault | Roy | 2013-02-18 | 1 | -1/+1 |