aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* libtcc: tcc_get_symbol uses the TCCState parametergrischka2012-04-181-0/+3
* support "x86_64-linux-gnu" subdirs with lib & includegrischka2012-04-181-14/+21
* tcc.h: unify multiple #ifdef CONFIG_TCC_BACKTRACEgrischka2012-04-181-9/+8
* cleanup some partially broken patchesgrischka2012-04-181-2/+2
* tcc.c: fix previous commit "Use CString to concat linker options"grischka2012-04-181-6/+6
* fix mingw compliationunknown2012-03-161-1/+1
* Remove vnrott (duplicate vrotb)Thomas Preud'homme2012-03-141-1/+0
* x86_64: fix loading of LLOCAL floatsgrischka2012-03-051-1/+1
* 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