aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Align on 4n bytes when copying fct args on stackThomas Preud'homme2013-02-051-0/+1
* portability: make tcc_get_symbol() available for non-nativegrischka2013-02-041-2/+2
* Slightly improved support for !gcc compilersThomas Preud'homme2013-02-041-1/+3
* win32: Honor "-Wl,-subsystem=console/gui" optiongrischka2013-02-041-9/+10
* tccrun.c: unify rt_get_caller_pc prototypegrischka2013-02-041-18/+15
* Makefile: fix "allow CONFIG_LDDIR=lib64 configuration"grischka2013-02-041-4/+4
* portability: fix void* <-> target address conversion confusiongrischka2013-02-046-130/+136
* Makefile: allow CONFIG_LDDIR=lib64 configurationgrischka2013-02-042-12/+14
* win32: wincrt1.c: include stdlib.h for exit()grischka2013-02-041-0/+1
* c67: remove global #define's for TRUE/FALSE/BOOLgrischka2013-02-045-32/+32
* arm-gen.c: fix var initialization in gfunc_callThomas Preud'homme2013-02-041-2/+1
* arm: force rounding towards zero on cast to integer with VFPDaniel Glöckner2013-02-041-1/+1
* arm: fix conversion from float/double to signed integer with VFPDaniel Glöckner2013-02-031-1/+1
* arm: fix conversion from integer to float/double with VFPDaniel Glöckner2013-02-031-1/+1
* Revert "Add predictability in CType initialization."Thomas Preud'homme2013-01-311-6/+0
* Revert "Don't call elf_hash on NULL value"Thomas Preud'homme2013-01-311-1/+1
* safety: replace occurrences of strcpy by pstrcpygrischka2013-01-314-21/+11
* Revert "Check whether structure fields have a type"Thomas Preud'homme2013-01-311-2/+1
* Check whether structure fields have a typeThomas Preud'homme2013-01-311-1/+2
* Don't call elf_hash on NULL valueDomingo Alvarez Duarte2013-01-311-1/+1
* Add predictability in CType initialization.Domingo Alvarez Duarte2013-01-311-0/+6
* Fix cross-compilation out-of-tree buildThomas Preud'homme2013-01-301-2/+2
* Changelog: cleanupgrischka2013-01-301-16/+22
* arm: define TCC_ARM_VERSION for cross compilergrischka2013-01-301-0/+4
* tccpe: no debug, no stabsgrischka2013-01-301-1/+4
* configure: use relative paths for in-tree buildgrischka2013-01-303-16/+19
* Add my copyright for changes in arm-gen.cThomas Preud'homme2013-01-301-0/+1
* Changelog updateThomas Preud'homme2013-01-301-0/+1
* Update ChangelogThomas Preud'homme2013-01-301-0/+2
* Favor arm hardfloat over arm softfloat.Thomas Preud'homme2013-01-291-4/+4
* Fix overflow detection in ARM relocationThomas Preud'homme2013-01-281-2/+2
* Fix stack alignment on 8 bytes at function callThomas Preud'homme2013-01-271-3/+3
* Don't do builtin_frame_address test with ARM gccThomas Preud'homme2013-01-261-0/+2
* Organize frames in a real linked list on ARMThomas Preud'homme2013-01-261-5/+4
* Use gcc to generate tcctest.gccThomas Preud'homme2013-01-251-1/+1
* Link STT_GNU_IFUNC into STT_FUNC in executable.Thomas Preud'homme2013-01-251-2/+11
* win32: _mingw.h: do not undef NULLgrischka2013-01-242-2/+1
* Fix [f]getc return value usage in 40_stdio testThomas Preud'homme2013-01-241-1/+1
* Revert "Optimize vswap()"grischka2013-01-142-33/+8
* Revert mistake in "win32: malloc.h: fix win32 ... _STATIC_ASSERT"grischka2013-01-142-69/+0
* Fix out-of-tree build with relative path to rootThomas Preud'homme2013-01-141-2/+2
* Install libtcc.h when invoking make installThomas Preud'homme2013-01-141-0/+2
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-1412-903/+62
* Revert "pe: fix tcc not linking to user32 and gdi32"Thomas Preud'homme2013-01-141-1/+1
* Stop setting -Wno-unused-result switch in MakefileThomas Preud'homme2013-01-131-11/+0
* Fix C99ism in vswap()Thomas Preud'homme2013-01-131-1/+2
* Added what I call virtual io to tinycc this way we can make a monolitic execu...mingodad2013-01-1112-62/+903
* Fix "Optimize cstr_reset() to only reset string to empty"grischka2013-01-061-1/+1
* tccpp: alternative fix for #include_next infinite loop buggrischka2013-01-064-78/+39
* Stop returning 0 in cmp_comparison_testThomas Preud'homme2013-01-061-1/+0