aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tcc.h: define TCC_IS_NATIVEgrischka2012-03-054-20/+34
* Fix assumption of 32bit long on portions of ElfAndrew Mulbrook2012-03-033-18/+19
* Revert "Multiple fixes for 64 bit sections"Andrew Mulbrook2012-03-036-41/+24
* Add __REDIRECT needed for Large File Support API on linuxRamsay Jones2012-02-291-0/+1
* Multiple fixes for 64 bit sectionsmob2012-02-266-24/+41
* Attempt to fix 32 bit OSX build. The fix consists of adding -m32 and -m64Milutin Jovanovic2012-02-162-4/+9
* Patch attempting to build OSX TinyCC.Milutin Jovanovic2012-02-095-5/+24
* i386: fix loading of LLOCAL floatsDaniel Glöckner2012-01-231-1/+3
* Error out when assigning void value.Thomas Preud'homme2012-01-221-0/+2
* s/derefencing/dereferencing/ in i386-gen.cThomas Preud'homme2012-01-081-1/+1
* Compile tccasm.c conditionally (TCC_CONFIG_ASM)Thomas Preud'homme2012-01-061-0/+2
* Fix linkage of named file in loader script.Thomas Preud'homme2012-01-041-44/+9
* libtcc: add missing tcc_enable_debug()Nicolas Limare2011-10-031-0/+6
* Don't define strtold and strtof on *BSD + uClibcThomas Preud'homme2011-08-121-12/+0
* Fix problem with PLT and GOT relocs on armel.Daniel Glöckner2011-08-121-3/+12
* rename error/warning -> tcc_(error/warning)grischka2011-08-1115-285/+275
* libtcc: minor adjustmentsgrischka2011-08-1110-97/+96
* dll build + small adjustmentsGabriel Corneanu2011-08-101-4/+5
* libtcc: support more than one crtprefixgrischka2011-08-065-45/+39
* libtcc: cleanup the 'gen_makedeps' stuffgrischka2011-08-064-55/+30
* tcc: fix -m32/64 & simplifygrischka2011-08-062-75/+53
* tcctest: switch weak_toolate proto with implgrischka2011-08-061-1/+1
* x86-64: fix flags and zero-pad long doublesgrischka2011-08-062-10/+13
* configure: add switches to set search pathsgrischka2011-08-065-91/+117
* 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