aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Create bcheck region for argv and arge argumentThomas Preud'homme2014-03-291-0/+7
* New implementation of va_list/va_start/var_copy that do not use dynamic memor...mingodad2014-03-281-21/+9
* Fix __clear_cache implementationThomas Preud'homme2014-03-111-1/+2
* Use intptr_t to cast pointerThomas Preud'homme2014-03-091-1/+3
* Undefine __va* in libtcc1 to avoid errors w/ clangThomas Preud'homme2014-03-091-0/+5
* Make condition in libtcc1 based on targetThomas Preud'homme2014-03-091-5/+5
* Round mode of ll -> float conversion to nearestThomas Preud'homme2014-02-051-5/+20
* Fix negative long long to float conversion on ARMThomas Preud'homme2014-02-051-2/+2
* Fix float to long long conversion on ARMThomas Preud'homme2014-02-051-8/+8
* misc. fixesgrischka2014-01-061-3/+0
* i386: use __fixdfdi instead of __tcc_cvt_ftolgrischka2014-01-061-18/+21
* Fix signed integer division in ARM runtime ABIThomas Preud'homme2013-12-151-9/+21
* Add ARM aeabi functions needed to run tcctestThomas Preud'homme2013-12-112-1/+442
* Add __clear_cache implementation in libtcc1Thomas Preud'homme2013-11-052-1/+34
* libtcc1.c: Fix __asm__() in __tcc_fpinit and __tcc_cvt_ftolRamsay Jones2013-09-091-3/+3
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-281-6/+17
* Fixed x86-64 long double passing.James Lyon2013-04-261-1/+3
* Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working o...James Lyon2013-04-251-0/+7
* Added cross compilation to CMake build system.James Lyon2013-04-251-7/+3
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-171-0/+3
* Flush caches before -running programThomas Preud'homme2013-03-181-0/+11
* add version number to manpageUrs Janssen2013-02-171-2/+2
* - document -dumpversionUrs Janssen2013-02-151-1/+1
* configure: pass CONFIG_xxxDIR/PATH options via commandlinegrischka2013-02-142-3/+8
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-101-1/+1
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-2/+1
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-062-21/+26
* configure: use relative paths for in-tree buildgrischka2013-01-301-2/+2
* build: fix VPATH buildsAkim Demaille2012-12-181-2/+1
* bcheck: there is no unistd.h in win32.Roy2012-12-101-0/+2
* lib/bcheck: Fix code typo in __bound_delete_region()Kirill Smelkov2012-12-091-1/+1
* lib/bcheck: Don't assume heap goes right after bssKirill Smelkov2012-12-091-6/+27
* lib/bcheck: Prevent __bound_local_new / __bound_local_delete from being misco...Kirill Smelkov2012-11-131-15/+1
* lib/bcheck: Prevent libc_malloc/libc_free etc from being miscompiledKirill Smelkov2012-11-131-0/+7
* Honour *FLAGS everywhereThomas Preud'homme2012-11-061-3/+3
* x86_64: Implement GET_CALLER_FPMichael Matz2012-04-181-0/+8
* Further changes improving the OSX build. Everything builds. libtest passes.Milutin Jovanovic2012-03-061-4/+14
* Attempt to fix 32 bit OSX build. The fix consists of adding -m32 and -m64Milutin Jovanovic2012-02-161-2/+2
* lib/alloca*: mark ELF stack access flags as nonexecutableSergei Trofimovich2011-01-043-0/+12
* Support struct arguments with stdarg.hShinichiro Hamaji2010-12-281-0/+79
* make: new lib/Makefile for libtcc1.a on more platformsgrischka2010-12-041-0/+90
* build: remove #include "config.h" from target dependent filesgrischka2010-11-263-6/+0
* Add support for __FreeBSD_kernel__ kernelThomas Preud'homme2010-09-101-2/+4
* win32: enable bounds checker & exception handlergrischka2009-12-191-34/+9
* x86-64: chkstk, allocagrischka2009-07-182-2/+9
* bcheck: restore malloc hooks when donegrischka2009-07-181-0/+5
* x86-64: Align return value of alloca by 16.Shinichiro Hamaji2009-06-111-2/+2
* x86-64: Add alloca.Shinichiro Hamaji2009-06-091-0/+33
* drop alloca #definegrischka2009-05-162-4/+4
* fix makefiles etc for subdirsgrischka2009-04-182-2/+2