aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow tcc be build from separate objectsgrischka2009-12-201-624/+108
* win32: enable bounds checker & exception handlergrischka2009-12-191-2/+6
* tcc_relocate: revert to 0.9.24 behaviorgrischka2009-12-191-0/+1
* tccrun: new filegrischka2009-12-191-497/+9
* tccpe: improve dllimportgrischka2009-12-191-0/+5
* integrate x86_64-asm.c into i386-asm.cgrischka2009-12-191-8/+8
* tccpe: allow linkage to extern symbols from asmgrischka2009-12-191-0/+1
* tccasm: make VT_VOID symbols ST_NOTYPE, elf-wisegrischka2009-12-191-0/+2
* solve tccelf problem on FreeBSDLuigi Rizzo2009-12-011-3/+20
* various fixes and new options for PE formatFrederic Feret2009-11-131-0/+4
* first support of x86_64 assemblyFrederic Feret2009-11-131-0/+6
* added 16-bit x86 assembly supportFrederic Feret2009-11-131-0/+3
* #define __TINYC__ = version-numbergrischka2009-11-131-1/+5
* x86-64: change the type of size_t and ptrdiff_t.Shinichiro Hamaji2009-08-241-2/+2
* tccpe: set tcc_lib_path from DLLgrischka2009-07-181-28/+7
* tccpe: load dll on the flygrischka2009-07-181-86/+127
* win64: fix pointer <-> unsigned long typecast issuesgrischka2009-07-181-6/+7
* pe32+ target: add in various #define'sgrischka2009-07-181-0/+7
* tccpe: build IAT vector with with -run toogrischka2009-07-181-8/+5
* cleanup: stop abuse of sym->c for #define tokenstreamsgrischka2009-07-181-0/+3
* cleanup: put prototypes in front of libtcc.cgrischka2009-07-181-57/+105
* bcheck: restore malloc hooks when donegrischka2009-07-181-7/+15
* error messages: print "error: ..."grischka2009-06-171-0/+2
* drop alloca #definegrischka2009-05-161-1/+1