aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Optimize vswap()"grischka2013-01-141-4/+0
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-141-17/+7
* Added what I call virtual io to tinycc this way we can make a monolitic execu...mingodad2013-01-111-7/+17
* tccpp: alternative fix for #include_next infinite loop buggrischka2013-01-061-4/+1
* Optimize vswap()Kirill Smelkov2012-12-211-0/+4
* Optimize cstr_reset() to only reset string to empty, not call free() and late...Kirill Smelkov2012-12-211-1/+1
* Repair bounds-checking more, this time `tcc -b -run tcc.c -run tcc.c -run tcc...Kirill Smelkov2012-12-091-1/+2
|\
| * Make tcc work after self-compiling with bounds-check enabledKirill Smelkov2012-12-091-1/+2
* | Detect ARM CPU version in configureThomas Preud'homme2012-12-041-8/+0
|/
* Generate PLT thumb stub only when necessaryThomas Preud'homme2012-11-171-3/+10
* Revert "Generate PLT thumb stub only when necessary"Thomas Preud'homme2012-11-121-8/+3
* Generate PLT thumb stub only when necessaryThomas Preud'homme2012-11-071-3/+8
* Only use blx if availableThomas Preud'homme2012-10-161-0/+8
* Add support for arm hardfloat calling conventionThomas Preud'homme2012-06-051-0/+3
* Fix removal of vnrottThomas Preud'homme2012-06-051-0/+1
* Several multiarch/biarch fixesThomas Preud'homme2012-05-231-5/+4
* Fix CONFIG_LDDIR usageThomas Preud'homme2012-05-221-10/+11
* Make sizeof() be of type size_tMichael Matz2012-04-181-1/+1