aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* VLA fix [3/3]: store VLA sizeofs in anonymous runtime stack varsJoe Soroka2011-04-091-1/+0
* re-apply VLA by Thomas Preud'hommeJoe Soroka2011-04-061-1/+3
* revert complicated & broken flexible array member handlingJoe Soroka2011-03-181-3/+1
* partially revert e23194aJoe Soroka2011-03-081-1/+0
* support c99 for-loop init declsJoe Soroka2011-03-071-0/+1
* tccgen: handle __attribute((alias("target")))Joe Soroka2011-03-031-0/+1
* fix another static struct init issue (arrays with unknown size at end)Jaroslav Kysela2011-02-221-1/+3
* Fix fct asm label: only valid for declarationThomas Preud'homme2011-02-091-1/+1
* revert "update VT_STRUCT_SHIFT for new VT_VLA"Joe Soroka2011-02-041-1/+1
* Revert "Implement C99 Variable Length Arrays"Thomas Preud'homme2011-02-051-2/+0
* Revert "Reorder increasingly VT_* constants in tcc.h"Thomas Preud'homme2011-02-051-12/+12
* update VT_STRUCT_SHIFT for new VT_VLAJoe Soroka2011-02-041-1/+1
* Reorder increasingly VT_* constants in tcc.hThomas Preud'homme2011-02-041-12/+12
* Implement C99 Variable Length ArraysThomas Preud'homme2011-02-041-0/+2
* tccpp: fix bug in handling of recursive macrosJoe Soroka2011-02-011-0/+1
* tccasm: support .weak labelsJoe Soroka2011-02-011-0/+1
* support weak attribute on variablesJoe Soroka2011-02-011-3/+3
* tcc: add -m32 option to x86_64 cross compilersHenry Kroll III2010-12-061-0/+1
* libtcc: new function tcc_open_bf to create BufferedFilegrischka2010-11-251-2/+5
* x86_64: fix --with-libgcc and simplify biarch pathsHenry Kroll III2010-11-251-0/+3
* Move asm label functions from tccasm.c to tccgen.cThomas Preud'homme2010-09-141-2/+1
* Add support for __FreeBSD_kernel__ kernelThomas Preud'homme2010-09-101-1/+2
* Add support for GNU/HurdThomas Preud'homme2010-09-101-0/+4
* Add support of asm label for functions.Thomas Preud'homme2010-09-101-0/+3
* tcc: Draft suppoprt for -MD/-MF optionsKirill Smelkov2010-06-211-0/+4
* Add input files/libs and reloc_output switch to TCCStateKirill Smelkov2010-06-201-1/+8
* ARM: allow jumps > 32MB on -runDaniel Glöckner2010-05-141-1/+1
* ARM: use uint32_t for opcodesDaniel Glöckner2010-05-131-1/+1
* make --with-selinux work with libtcc, tooHenry Kroll III2010-04-241-0/+4
* Clean changes introduced by 47abdbdThomas Preud'homme2010-04-201-2/+0
* libtcc.c: fix compilation failure (inconsistent tcc_add_file_internal)Sergei Trofimovich2010-04-191-0/+1
* Better handle ld scriptsThomas Preud'homme2010-04-151-0/+2
* libtcc: Detect (but ignore) -init and -fini for -WlDetlef Riekenberg2010-04-051-0/+4
* weak function symbolsManuel Simoni2010-02-271-1/+3
* fill got table for static linkingAli Gholami Rudi2010-02-051-0/+1
* Added patch to detect and use the paths for 64bit libraries asNikos Mavrogiannopoulos2010-01-281-1/+5
* Add support for the __mode__ attributeDetlef Riekenberg2010-01-261-1/+3
* Recognize -Wl,-BsymbolicDetlef Riekenberg2010-01-261-0/+3
* tccpp: convert TOK_GET macro into functiongrischka2010-01-141-3/+3
* x86-64: use uplong for symbol valuesgrischka2010-01-141-1/+1
* tccpe: improve dllimport/export and use for tcc_add_symbolgrischka2010-01-141-4/+6
* build from multiple objects: fix other targetsgrischka2009-12-201-4/+21
* use vpushv in some placesgrischka2009-12-201-0/+1
* win64: add tiny unwind data for setjmp/longjmpgrischka2009-12-201-0/+7
* allow tcc be build from separate objectsgrischka2009-12-201-28/+406
* win32: enable bounds checker & exception handlergrischka2009-12-191-7/+4
* tcc_relocate: revert to 0.9.24 behaviorgrischka2009-12-191-0/+1
* tccpe: improve dllimportgrischka2009-12-191-1/+2
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-9/+15
* tcc: add "-Wl,-rpath=path" option (library search path)grischka2009-12-191-0/+2