aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* tcc.h: define TCC_IS_NATIVEgrischka2012-03-051-12/+22
* Fix assumption of 32bit long on portions of ElfAndrew Mulbrook2012-03-031-5/+6
* Revert "Multiple fixes for 64 bit sections"Andrew Mulbrook2012-03-031-6/+5
* Multiple fixes for 64 bit sectionsmob2012-02-261-5/+6
* Don't define strtold and strtof on *BSD + uClibcThomas Preud'homme2011-08-121-12/+0
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-3/+3
* libtcc: minor adjustmentsgrischka2011-08-111-11/+26
* libtcc: support more than one crtprefixgrischka2011-08-061-4/+4
* libtcc: cleanup the 'gen_makedeps' stuffgrischka2011-08-061-6/+3
* tcc: fix -m32/64 & simplifygrischka2011-08-061-1/+0
* x86-64: fix flags and zero-pad long doublesgrischka2011-08-061-9/+8
* configure: add switches to set search pathsgrischka2011-08-061-19/+50
* Revert "Add a --multiarch-triplet switch to configure"Thomas Preud'homme2011-08-031-3/+31
* Add a --multiarch-triplet switch to configureThomas Preud'homme2011-08-021-31/+3
* Set CONFIG_TCC_CRT_PREFIX relative to CONFIG_SYSROOTThomas Preud'homme2011-08-011-2/+2
* Accept colon separated paths with -L and -Igrischka2011-08-011-12/+35
* win64: va_arg with structuresgrischka2011-07-141-7/+9
* tccpe: cleanup ELFW() macros etc.grischka2011-07-141-0/+18
* tccrun: win64: add unwind function table for dynamic codegrischka2011-07-141-4/+5
* make: create native tcc from separate objectsgrischka2011-07-141-2/+2
* win32: add -Wl,--stack=xxx switchgrischka2011-07-111-0/+1
* Add configuration of include subdirectoriesThomas Preud'homme2011-07-071-0/+3
* Add multiarch dirs to linker search pathThomas Preud'homme2011-07-051-6/+7
* 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