aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libtcc: new function tcc_open_bf to create BufferedFilegrischka2010-11-254-104/+77
* x86_64: fix --with-libgcc and simplify biarch pathsHenry Kroll III2010-11-253-15/+8
* tcc: Linux -pthread option sets -D_REENTRANT and -lpthreadHenry Kroll III2010-11-241-0/+9
* Makefile: x86_64 win32-cross add clean: targetHenry Kroll III2010-11-061-4/+6
* Makefile: edit commentsHenry K2010-10-291-2/+1
* Makefile: cross-copiler tcc1.def is now libtcc1.a, ignore mv errorsHenry Kroll III2010-10-291-7/+7
* Force gcc for x86_64 --enable-crossHenry Kroll III2010-10-281-1/+1
* selinux: correct ftruncate, fix bus error in tcc -runHenry Kroll III2010-10-271-2/+3
* Fix binding of assignment expressions.Ben Bacarisse2010-10-251-29/+29
* win32: register SEH in startup code (i386 only)grischka2010-10-194-2/+126
* Remove ifdef STT_GNU_IFUNC test in tccrun.cThomas Preud'homme2010-10-101-5/+1
* Explicit license in tiny_libmaker.cThomas Preud'homme2010-10-071-2/+14
* info doc: fix --infodir to respect DESTDIR for 'make install'Sergei Trofimovich2010-09-211-1/+1
* Move asm label functions from tccasm.c to tccgen.cThomas Preud'homme2010-09-144-44/+29
* Add support for __REDIRECT_NTH needed with eglibc.Thomas Preud'homme2010-09-121-0/+3
* Add info file creation into tcc build processThomas Preud'homme2010-09-102-3/+17
* Add missing dircategory and direntry to texi fileThomas Preud'homme2010-09-101-0/+4
* Add support for __FreeBSD_kernel__ kernelThomas Preud'homme2010-09-105-13/+21
* Add support for GNU/HurdThomas Preud'homme2010-09-102-1/+5
* Add support of asm label for functions.Thomas Preud'homme2010-09-104-2/+57
* tccmain: simplify option helpgrischka2010-09-081-4/+4
* Fix casts from 32bit integer types to 64bit integer types.Shinichiro Hamaji2010-08-312-5/+15
* Probably wrong stack alignment for struct on Win64Shinichiro Hamaji2010-08-271-1/+1
* Fix alignment around struct for SSE.Shinichiro Hamaji2010-08-272-9/+21
* Revert "implemented C99 for loop with variable declaration"grischka2010-08-211-37/+4
* tcc_set_linker: mimic all option forms as supported by GNU ldKirill Smelkov2010-08-121-11/+55
* Add support for indirect functions as externals.Thomas Preud'homme2010-08-093-7/+14
* Avoid crash with "Avoid a crash with weak symbols for "make test""grischka2010-06-303-18/+1
* Revert "Use mktemp to generate temp files."Thomas Preud'homme2010-06-231-1/+2
* Use mktemp to generate temp files.Thomas Preud'homme2010-06-221-2/+1
* Merge branch 'kirr/tcc-MD' into mobKirill Smelkov2010-06-219-34/+150
|\
| * .gitignore += tagsKirill Smelkov2010-06-211-1/+2
| * tcc: Explicitly require -l<lib> for librariesKirill Smelkov2010-06-211-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-217-7/+84
| * tcc: Refactor "compute default outfile name" into libtcc functionKirill Smelkov2010-06-202-25/+32
| * Add input files/libs and reloc_output switch to TCCStateKirill Smelkov2010-06-204-1/+24
| * tcc: Fix typo in error (it's '%s', not '%s)Kirill Smelkov2010-06-161-1/+1
| * chmod a-x i386-gen.cKirill Smelkov2010-06-161-0/+0
| * .gitignore += *.o *.aKirill Smelkov2010-06-121-0/+2
| * .cvsignore -> .gitignoreKirill Smelkov2010-06-121-0/+0
* | tccgen: Revert yuanbin's recent patchesgrischka2010-06-211-19/+17
* | implemented C99 for loop with variable declarationClaudio Bley2010-06-211-4/+37
* | Revert "Complain for static fct declared w/o file scope"grischka2010-06-151-3/+0
* | Fix "Fix bashims in configure ..." for MSYSgrischka2010-06-151-17/+9
* | Fix last commits: remove CRLF, chmod 644 tccgen.cgrischka2010-06-151-24/+24
* | tccgen: skip ')' in front of ',' for initializeryuanbin2010-06-131-5/+14
* | tccgen: skip fields from same unionyuanbin2010-06-131-2/+8
* | tccgen.c: skip fields from same unionyuanbin2010-06-131-26/+5