aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: fix Linux cross install, cleanupHenry Kroll III2010-11-301-6/+6
* tccpe.c: Makefile: --enable-cross win64 cross library buildHenry Kroll III2010-11-302-8/+25
* tcc.c: skip -lpthread when -c option specifiedHenry Kroll III2010-11-301-2/+4
* make CC=tcc install: fixes strip:tcc: File format not recognizedHenry Kroll III2010-11-301-1/+2
* Makefile: Add .PHONY targetsHenry Kroll III2010-11-301-0/+2
* Makefile: Put i386-win32-tcc back into --enable-cross installHenry Kroll III2010-11-301-1/+1
* Makefile: build --config-cross libtcc1.a directly to win32/libHenry Kroll III2010-11-301-7/+8
* Remove unnecessary $(PROGS_CROSS) from non-cross builds.Henry Kroll III2010-11-291-1/+0
* Makefile: TCC=tccHenry Kroll III2010-11-281-1/+1
* configure: allow changing installation directoryHenry Kroll III2010-11-281-0/+3
* Makefile: --enable-cross on x86_64 simplifiedHenry Kroll III2010-11-281-27/+11
* tccpe: typedef unsigned int DWORD for cross compilers.grischka2010-11-271-5/+5
* build: remove #include "config.h" from target dependent filesgrischka2010-11-267-27/+20
* libtcc: fix s->include_stack_ptr used uninitialized in tcc_opengrischka2010-11-261-0/+1
* x86_64: finish biarch path fixupHenry Kroll III2010-11-252-2/+2
* tccpp: fix token pasting ##grischka2010-11-251-5/+3
* 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