aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* new subdirs: include, lib, testsgrischka2009-04-184-0/+1553