aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid crash with "Avoid a crash with weak symbols for "make test""grischka2010-06-301-1/+1
* Document what tcc_fileextension doesKirill Smelkov2010-06-211-0/+4
* tcc -E: Let output_default be <file>.o instead of a.outKirill Smelkov2010-06-211-1/+3
* tcc: Draft suppoprt for -MD/-MF optionsKirill Smelkov2010-06-211-0/+39
* tcc: Refactor "compute default outfile name" into libtcc functionKirill Smelkov2010-06-201-0/+28
* Add input files/libs and reloc_output switch to TCCStateKirill Smelkov2010-06-201-0/+8
* make --with-selinux work with libtcc, tooHenry Kroll III2010-04-241-0/+5
* libtcc.c: fix compilation failure (inconsistent tcc_add_file_internal)Sergei Trofimovich2010-04-191-1/+1
* libtcc: Detect (but ignore) -init and -fini for -WlDetlef Riekenberg2010-04-051-11/+20
* libtcc: Support -soname for the linkerDetlef Riekenberg2010-04-051-0/+3
* libtcc: Allow multiple options for -Wl separated with ','Detlef Riekenberg2010-04-051-0/+111
* Avoid a crash with weak symbols for "make test"Timo VJ Lähde2010-04-051-1/+1
* weak function symbolsManuel Simoni2010-02-271-2/+6
* fill got table for static linkingAli Gholami Rudi2010-02-051-0/+9
* Added patch to detect and use the paths for 64bit libraries asNikos Mavrogiannopoulos2010-01-281-1/+7
* win64: defined size_t and ptrdiff_t to unsigned long longgrischka2010-01-141-7/+12
* x86-64: use uplong for symbol valuesgrischka2010-01-141-1/+1
* tccpe: improve dllimport/export and use for tcc_add_symbolgrischka2010-01-141-20/+24
* build from multiple objects: fix other targetsgrischka2009-12-201-0/+7