aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
* A gcc preprocessor option -dD addedseyko2015-03-031-0/+10
* Added a gcc preprocessor options -P, -P1seyko2015-03-031-0/+5
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-1/+6
* Use RELA relocations properly for R_DATA_PTR on x86_64.Edmund Grimley Evans2015-02-211-2/+8
* Warn about a conflicting compile options spectified on the command line.seyko2015-01-061-1/+11
* .i as file extensionseyko2015-01-061-1/+1
* libtcc.c (put_extern_sym2): Extend the scope of buf to match its useLee Duhem2014-12-111-2/+1
* tccgen: nocode_wanted: do not output constantsgrischka2014-08-011-1/+0
* win64: try to fix linkagegrischka2014-06-241-1/+0
* tccpe: adjust for new 'hidden' symbols featuregrischka2014-04-171-7/+5
* Parse assembler .hidden directiveMichael Matz2014-04-141-0/+3
* tcc, libtcc: fix build on windows with latest mingw.minux2014-04-111-1/+1
* tests2: cleanupgrischka2014-04-071-8/+1
* Declare wint_t in <stddef.h> when neededMichael Matz2014-04-071-0/+9
* Remove the fix from my last commit, it was pointed by scan-build and is a fal...mingodad2014-03-281-1/+1
* Fix a incorrect size for malloc.mingodad2014-03-271-1/+1
* A possible fix for the memory leak reported by valgrind when running tcctest....mingodad2014-03-251-0/+2
* libtcc: ignore linker optizimization and as-needed options. This allows compi...Austin English2014-03-061-0/+4
* Add support for runtime selection of float ABIThomas Preud'homme2014-01-081-2/+21
* be stricter with aliasinggrischka2014-01-071-4/+4
* misc. fixesgrischka2014-01-061-2/+2
* Define __ARM_EABI__ and __ARMEL__ when applicableThomas Preud'homme2013-11-261-0/+4
* struct variable behind guard, proper macro check, and remove some whitespace.Joseph Poirier2013-11-081-37/+39
* Revert "Add support for thread-local storage variables"Thomas Preud'homme2013-11-031-4/+1
* Add support for thread-local storage variablesThomas Preud'homme2013-10-291-1/+4
* set the user-defined library search paths firstVittorio Giovara2013-09-231-3/+1
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-281-11/+4
* Define __ARM_PCS_VFP in hardfloat compilation modeThomas Preud'homme2013-06-151-0/+3
* Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working o...James Lyon2013-04-251-0/+2
* Added CMake build system (to facilitate Win64 builds)James Lyon2013-04-211-3/+10
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-171-1/+8
* 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-191-0/+18
* remove doubled prototypeUrs Janssen2013-02-181-2/+3
* libtcc: tcc_define_symbol() uses strings, fix segfaultRoy2013-02-181-1/+1
* Define __STDC_HOSTED__ to a sane valueThomas Preud'homme2013-02-171-1/+1
* Define __STDC_HOSTED__Thomas Preud'homme2013-02-171-0/+1
* add version number to manpageUrs Janssen2013-02-171-1/+1
* - don't use GCC_MAJOR to see if we're not using gcc as GCC_MAJOR might be setUrs Janssen2013-02-151-1/+1
* - make clang accept unportable code in libtcc1.cUrs Janssen2013-02-141-0/+5
* configure: cleanupgrischka2013-02-141-12/+13
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-208/+423
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-101-14/+64
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-9/+2
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-061-0/+4
* portability: fix void* <-> target address conversion confusiongrischka2013-02-041-6/+6
* c67: remove global #define's for TRUE/FALSE/BOOLgrischka2013-02-041-2/+2
* safety: replace occurrences of strcpy by pstrcpygrischka2013-01-311-1/+1
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-141-85/+20
* Added what I call virtual io to tinycc this way we can make a monolitic execu...mingodad2013-01-111-20/+85