| Commit message (Expand) | Author | Age | Files | Lines |
| * | The number of rows to display warning is wrong | jiang | 2014-05-23 | 1 | -2/+5 |
| * | clean '\t' | jiang | 2014-05-14 | 1 | -3/+3 |
| * | restore 2dd8587c2f32d17a2cd0443a60a614a3fa9bbe29 | jiang | 2014-05-13 | 1 | -1/+5 |
| * | win64: try to fix linkage | grischka | 2014-05-08 | 1 | -1/+0 |
| * | Return to: e20c1eb99e1003c1e59522c136dbb15c52d7cc7c | jiang | 2014-05-04 | 1 | -7/+3 |
| * | Fixes include the double quotes bug | jiang | 2014-05-02 | 1 | -1/+5 |
| * | rename i386-tok.h i386-asm.c, add PRINTF_ASM_CODE | jiang | 2014-04-30 | 1 | -2/+2 |
| * | tccpe: adjust for new 'hidden' symbols feature | grischka | 2014-04-17 | 1 | -7/+5 |
| * | Parse assembler .hidden directive | Michael Matz | 2014-04-14 | 1 | -0/+3 |
| * | tcc, libtcc: fix build on windows with latest mingw. | minux | 2014-04-11 | 1 | -1/+1 |
| * | tests2: cleanup | grischka | 2014-04-07 | 1 | -8/+1 |
| * | Declare wint_t in <stddef.h> when needed | Michael Matz | 2014-04-07 | 1 | -0/+9 |
| * | Remove the fix from my last commit, it was pointed by scan-build and is a fal... | mingodad | 2014-03-28 | 1 | -1/+1 |
| * | Fix a incorrect size for malloc. | mingodad | 2014-03-27 | 1 | -1/+1 |
| * | A possible fix for the memory leak reported by valgrind when running tcctest.... | mingodad | 2014-03-25 | 1 | -0/+2 |
| * | libtcc: ignore linker optizimization and as-needed options. This allows compi... | Austin English | 2014-03-06 | 1 | -0/+4 |
| * | Add support for runtime selection of float ABI | Thomas Preud'homme | 2014-01-08 | 1 | -2/+21 |
| * | be stricter with aliasing | grischka | 2014-01-07 | 1 | -4/+4 |
| * | misc. fixes | grischka | 2014-01-06 | 1 | -2/+2 |
| * | Define __ARM_EABI__ and __ARMEL__ when applicable | Thomas Preud'homme | 2013-11-26 | 1 | -0/+4 |
| * | struct variable behind guard, proper macro check, and remove some whitespace. | Joseph Poirier | 2013-11-08 | 1 | -37/+39 |
| * | Revert "Add support for thread-local storage variables" | Thomas Preud'homme | 2013-11-03 | 1 | -4/+1 |
| * | Add support for thread-local storage variables | Thomas Preud'homme | 2013-10-29 | 1 | -1/+4 |
| * | set the user-defined library search paths first | Vittorio Giovara | 2013-09-23 | 1 | -3/+1 |
| * | i386-gen: preserve fp control word in gen_cvt_ftoi | grischka | 2013-08-28 | 1 | -11/+4 |
| * | Define __ARM_PCS_VFP in hardfloat compilation mode | Thomas Preud'homme | 2013-06-15 | 1 | -0/+3 |
| * | Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working o... | James Lyon | 2013-04-25 | 1 | -0/+2 |
| * | Added CMake build system (to facilitate Win64 builds) | James Lyon | 2013-04-21 | 1 | -3/+10 |
| * | Fixed tests on Windows (including out-of-tree problems) | James Lyon | 2013-04-17 | 1 | -1/+8 |
| * | 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 | 1 | -0/+18 |
| * | remove doubled prototype | Urs Janssen | 2013-02-18 | 1 | -2/+3 |
| * | libtcc: tcc_define_symbol() uses strings, fix segfault | Roy | 2013-02-18 | 1 | -1/+1 |
| * | Define __STDC_HOSTED__ to a sane value | Thomas Preud'homme | 2013-02-17 | 1 | -1/+1 |
| * | Define __STDC_HOSTED__ | Thomas Preud'homme | 2013-02-17 | 1 | -0/+1 |
| * | add version number to manpage | Urs Janssen | 2013-02-17 | 1 | -1/+1 |
| * | - don't use GCC_MAJOR to see if we're not using gcc as GCC_MAJOR might be set | Urs Janssen | 2013-02-15 | 1 | -1/+1 |
| * | - make clang accept unportable code in libtcc1.c | Urs Janssen | 2013-02-14 | 1 | -0/+5 |
| * | configure: cleanup | grischka | 2013-02-14 | 1 | -12/+13 |
| * | libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str) | grischka | 2013-02-12 | 1 | -208/+423 |
| * | tcc -vv/--print-search-dirs: print more info | grischka | 2013-02-10 | 1 | -14/+64 |
| * | tcc.h: declare CValue.tab[LDOUBLE_SIZE/4] | grischka | 2013-02-08 | 1 | -9/+2 |
| * | lib/Makefile: use CC, add bcheck to libtcc1.a | grischka | 2013-02-06 | 1 | -0/+4 |
| * | portability: fix void* <-> target address conversion confusion | grischka | 2013-02-04 | 1 | -6/+6 |
| * | c67: remove global #define's for TRUE/FALSE/BOOL | grischka | 2013-02-04 | 1 | -2/+2 |
| * | safety: replace occurrences of strcpy by pstrcpy | grischka | 2013-01-31 | 1 | -1/+1 |
| * | Revert "Added what I call virtual io to tinycc this way we can make a monolit... | Thomas Preud'homme | 2013-01-14 | 1 | -85/+20 |
| * | Added what I call virtual io to tinycc this way we can make a monolitic execu... | mingodad | 2013-01-11 | 1 | -20/+85 |
| * | tccpp: alternative fix for #include_next infinite loop bug | grischka | 2013-01-06 | 1 | -27/+0 |
| * | fix #include_next infinite loop bug, see http://savannah.nongnu.org/bugs/?31357 | Sergey Vinokurov | 2012-09-20 | 1 | -0/+27 |