aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* rename i386-tok.h i386-asm.c, add PRINTF_ASM_CODEjiang2014-04-301-0/+1
* rename libtcc1.cjiang2014-04-301-1/+1
* Fix va_arg bug, Fix type conversion bug, an increase of loc_stack () function...jiang2014-04-301-0/+1
* Reduce the generation of machine code for x86_64, Less of sizejiang2014-04-291-3/+5
* tccpe: adjust for new 'hidden' symbols featuregrischka2014-04-171-0/+4
* Parse and emit hidden visibilityMichael Matz2014-04-141-2/+10
* Fix preprocessor concat with empty argThomas Preud'homme2014-04-121-0/+1
* tcc.h: add ELF interpreter for DragonFly BSD.minux2014-04-121-0/+2
* ELF: Remove traces of old RUNTIME_PLTGOT codeMichael Matz2014-04-061-6/+0
* arm: Use proper PLT/GOT for -run.Michael Matz2014-04-061-1/+1
* x86_64: Create proper PLT and GOT also for -runMichael Matz2014-04-061-1/+2
* tccgen: x86_64: fix garbage in the SValue upper bitsgrischka2014-04-041-37/+39
* x86-64: shared libs improvementMichael Matz2014-03-311-1/+1
* Add __attribute__ ((noreturn)) to tcc_error and expect functions.mingodad2014-03-301-2/+2
* tccpp: reorder some tokensgrischka2014-03-291-15/+18
* Simplify and fix GOT32 + PLT32 reloc commitThomas Preud'homme2014-03-261-0/+1
* Def signedness != signed != unsigned for charThomas Preud'homme2014-02-061-1/+1
* Add support for runtime selection of float ABIThomas Preud'homme2014-01-081-6/+15
* be stricter with aliasinggrischka2014-01-071-31/+26
* misc. fixesgrischka2014-01-061-15/+15
* Fix struct ret in variadic fct with ARM hardfloatThomas Preud'homme2014-01-061-1/+2
* Don't enable bound check if libgcc is usedThomas Preud'homme2014-01-061-1/+2
* Fix CONFIG_TCC_SYSINCLUDEPATHS on !win32 systemsRamsay Jones2013-10-021-2/+4
* Generate an error when a function is redefinedThomas Preud'homme2013-09-161-1/+3
* Fix lib, include, crt and libgcc search pathsThomas Preud'homme2013-09-071-10/+11
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-281-0/+1
* Improved variable length array support.James Lyon2013-04-271-1/+17
* Fixed problems with XMM1 use on Linux/x86-64.James Lyon2013-04-191-4/+0
* Got test1-3 working on x86-64.James Lyon2013-04-191-0/+3
* x86-64 ABI fixes.James Lyon2013-04-191-0/+2
* Tests in abitest.c now work on Win32.James Lyon2013-04-181-0/+1
* Added ABI compatibility tests with native compiler using libtcc.James Lyon2013-04-171-1/+1
* added CPATH, C_INCLUDE_PATH and LD_LIBRARY_PATHAndrew Aladjev2013-02-191-0/+2
* Fix GNU Hurd interpreter pathThomas Preud'homme2013-02-181-0/+2
* Add support for KfreeBSD 64bitsThomas Preud'homme2013-02-181-1/+5
* add version number to manpageUrs Janssen2013-02-171-14/+14
* - document -dumpversionUrs Janssen2013-02-151-1/+1
* Revert "Don't search libgcc_s.so.1 on /lib64"Thomas Preud'homme2013-02-141-5/+1
* Don't search libgcc_s.so.1 on /lib64Thomas Preud'homme2013-02-141-1/+5
* configure: pass CONFIG_xxxDIR/PATH options via commandlinegrischka2013-02-141-0/+2
* configure: cleanupgrischka2013-02-141-0/+6
* Detect multiarch triplet and lddir from ldd outputThomas Preud'homme2013-02-131-36/+0
* Improve multiarch detectionThomas Preud'homme2013-02-131-0/+28
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-170/+158
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-101-0/+1
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-24/+29
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-061-5/+3
* portability: fix void* <-> target address conversion confusiongrischka2013-02-041-55/+60
* Makefile: allow CONFIG_LDDIR=lib64 configurationgrischka2013-02-041-5/+5
* c67: remove global #define's for TRUE/FALSE/BOOLgrischka2013-02-041-6/+0