aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove semicolon in x86-64 va_arg definition.Thomas Preud'homme2011-08-051-1/+1
* Revert "Add a --multiarch-triplet switch to configure"Thomas Preud'homme2011-08-034-153/+74
* Add a --multiarch-triplet switch to configureThomas Preud'homme2011-08-024-74/+153
* Set CONFIG_TCC_CRT_PREFIX relative to CONFIG_SYSROOTThomas Preud'homme2011-08-013-5/+5
* Accept colon separated paths with -L and -Igrischka2011-08-015-132/+111
* Revert "Force const. expr. in expr_cond outside function"Thomas Preud'homme2011-07-311-1/+1
* Force const. expr. in expr_cond outside functionThomas Preud'homme2011-07-311-1/+1
* fixed Makefile test targetsJoe Soroka2011-07-222-2/+2
* re-added negative-array-size testcase and fixed fix for itJoe Soroka2011-07-222-3/+5
* Revert "better constant handling for expr_cond"grischka2011-07-162-6/+1
* elf.h: define SHF_MERGE etc.grischka2011-07-141-0/+11
* win64: va_arg with structuresgrischka2011-07-143-41/+51
* tccpe: cleanup ELFW() macros etc.grischka2011-07-145-59/+44
* tccrun: win32: improve exception handlergrischka2011-07-141-28/+29
* tccrun: win32: improve rt_get_caller_pcgrischka2011-07-141-18/+13
* tccrun: rt_printline: fix no-stabs casegrischka2011-07-141-10/+23
* tccrun: improve rt_printline output formatgrischka2011-07-141-16/+18
* tccrun: win64: add unwind function table for dynamic codegrischka2011-07-146-53/+79
* tccgen: reset aligned attribute for next typegrischka2011-07-141-0/+1
* make: create native tcc from separate objectsgrischka2011-07-147-17/+18
* Fix array_test: move params to local varsThomas Preud'homme2011-07-121-2/+2
* win32: add -Wl,--stack=xxx switchgrischka2011-07-113-6/+7
* win32/include: enable _timezone etc variables.grischka2011-07-113-15/+13
* allow defining sysroot at compile-timeJoe Soroka2011-07-111-0/+2
* handle arrays with a flexible member but no initializerJoe Soroka2011-07-112-2/+4
* better constant handling for expr_condJoe Soroka2011-07-112-1/+6
* fix self-referential token pastingJoe Soroka2011-07-082-2/+20
* Use CONFIG_TCC_LDDIR for ld.so on all linux archsThomas Preud'homme2011-07-081-4/+4
* Fix problem spotted in <4E15F966.4090102@gmx.de>Thomas Preud'homme2011-07-081-35/+33
* fix end-of-scope for self-referential macrosJoe Soroka2011-07-082-2/+3
* Remove useless changes from 31ca000d in configureThomas Preud'homme2011-07-071-31/+15
* Make ex1.c and ex4.c be executable on any systemsThomas Preud'homme2011-07-072-2/+2
* Document in README that ex4.c can be executed.Thomas Preud'homme2011-07-071-1/+2
* Revert "Make examples' shebang use target tcc bindir path"Thomas Preud'homme2011-07-074-14/+7
* Add configuration of include subdirectoriesThomas Preud'homme2011-07-072-2/+20
* 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
* Fix commit 31ca000dThomas Preud'homme2011-07-051-3/+7
* Add multiarch dirs to linker search pathThomas Preud'homme2011-07-053-21/+58
* Make examples' shebang use target tcc bindir pathThomas Preud'homme2011-06-184-7/+14
* Default to create progs with symbols (incl. debug)Thomas Preud'homme2011-06-172-5/+15
* Update ChangelogThomas Preud'homme2011-05-171-5/+6
* make test work when LIBTCC1 not definedThomas Preud'homme2011-05-172-1/+7
* tcc-doc: remove obsolete '-o option must also be given'grischka2011-05-171-6/+4
* Fix calling ARM EABI functions returning big structuresDaniel Glöckner2011-05-171-1/+1
* Support scratchbox, Nokia N900 and qemu arm archsThomas Preud'homme2011-05-161-1/+1
* Remove unused variablesThomas Preud'homme2011-05-162-0/+5
* Remove unused variablesThomas Preud'homme2011-05-164-8/+14
* Improve weak aliases handlingThomas Preud'homme2011-05-161-17/+19
* make clean work when LIBTCC1 not definedThomas Preud'homme2011-05-141-0/+2