aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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