aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
...
* tccpp: alternative fix for #include_next infinite loop buggrischka2013-01-061-27/+0
* fix #include_next infinite loop bug, see http://savannah.nongnu.org/bugs/?31357Sergey Vinokurov2012-09-201-0/+27
* Emit spaces for -MDMichael Matz2012-05-131-1/+1
* Make sizeof() be of type size_tMichael Matz2012-04-181-0/+6
* libtcc: tcc_get_symbol uses the TCCState parametergrischka2012-04-181-0/+1
* tcc_realloc: auto "memory full" errorgrischka2012-04-181-4/+2
* add "nostdlib" option to libtccGabriel Corneanu2012-04-181-0/+2
* Support linker options passed in several -Wl paramThomas Preud'homme2012-03-151-0/+3
* Fix assumption of 32bit long on portions of ElfAndrew Mulbrook2012-03-031-5/+4
* Revert "Multiple fixes for 64 bit sections"Andrew Mulbrook2012-03-031-4/+5
* Add __REDIRECT needed for Large File Support API on linuxRamsay Jones2012-02-291-0/+1
* Multiple fixes for 64 bit sectionsmob2012-02-261-5/+4
* libtcc: add missing tcc_enable_debug()Nicolas Limare2011-10-031-0/+6
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-17/+17
* libtcc: minor adjustmentsgrischka2011-08-111-22/+7
* libtcc: support more than one crtprefixgrischka2011-08-061-24/+33
* libtcc: cleanup the 'gen_makedeps' stuffgrischka2011-08-061-22/+13
* configure: add switches to set search pathsgrischka2011-08-061-28/+14
* Revert "Add a --multiarch-triplet switch to configure"Thomas Preud'homme2011-08-031-18/+6
* Add a --multiarch-triplet switch to configureThomas Preud'homme2011-08-021-6/+18
* 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-107/+56
* fixed Makefile test targetsJoe Soroka2011-07-221-1/+1
* make: create native tcc from separate objectsgrischka2011-07-141-2/+1
* win32: add -Wl,--stack=xxx switchgrischka2011-07-111-6/+4
* Fix problem spotted in <4E15F966.4090102@gmx.de>Thomas Preud'homme2011-07-081-35/+33
* Add configuration of include subdirectoriesThomas Preud'homme2011-07-071-2/+17
* Introduce tcc_split_path_component for 31ca000dThomas Preud'homme2011-07-071-20/+41
* Free extra_libdir_str after use.Thomas Preud'homme2011-07-061-0/+1
* Add multiarch dirs to linker search pathThomas Preud'homme2011-07-051-0/+24
* Remove unused variablesThomas Preud'homme2011-05-161-0/+1
* fix spurious vstack-leak warnings on errorJoe Soroka2011-05-021-3/+3
* libtcc.c: report vstack "leaks" only if compile succeededJoe Soroka2011-04-141-2/+3
* VLA leaks vstack. added warning to detect future leaksJoe Soroka2011-04-081-0/+4
* tccpe: support leading underscore for symbolsgrischka2011-02-131-1/+1
* Fix fct asm label: only valid for declarationThomas Preud'homme2011-02-091-4/+4
* add -isystem cmdline optionJoe Soroka2011-02-011-1/+1
* tccasm: define __ASSEMBLER__ for .S files, like gcc doesJoe Soroka2011-02-011-0/+6
* support weak attribute on variablesJoe Soroka2011-02-011-1/+1
* make: new lib/Makefile for libtcc1.a on more platformsgrischka2010-12-041-25/+3
* split cross libtcc1.a to separate directoriesHenry Kroll III2010-12-021-1/+27
* libtcc: fix s->include_stack_ptr used uninitialized in tcc_opengrischka2010-11-261-0/+1
* x86_64: finish biarch path fixupHenry Kroll III2010-11-251-1/+1
* libtcc: new function tcc_open_bf to create BufferedFilegrischka2010-11-251-68/+53
* x86_64: fix --with-libgcc and simplify biarch pathsHenry Kroll III2010-11-251-9/+3
* Move asm label functions from tccasm.c to tccgen.cThomas Preud'homme2010-09-141-6/+0
* Add support for __REDIRECT_NTH needed with eglibc.Thomas Preud'homme2010-09-121-0/+3
* Add support for __FreeBSD_kernel__ kernelThomas Preud'homme2010-09-101-0/+3
* Add support of asm label for functions.Thomas Preud'homme2010-09-101-1/+10
* tcc_set_linker: mimic all option forms as supported by GNU ldKirill Smelkov2010-08-121-11/+55