| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lib/alloca*: mark ELF stack access flags as nonexecutable | Sergei Trofimovich | 2011-01-04 | 3 | -0/+12 |
| | | | | | Signed-off-by: Sergei Trofimovich <st@anti-virus.by> | ||||
| * | Support struct arguments with stdarg.h | Shinichiro Hamaji | 2010-12-28 | 1 | -0/+79 |
| | | | | | | | | | - add __builtin_va_arg_types to check how arguments were passed - move most code of stdarg into libtcc1.c - remove __builtin_malloc and __builtin_free - add a test case based on the bug report (http://www.mail-archive.com/tinycc-devel@nongnu.org/msg03036.html) | ||||
| * | make: new lib/Makefile for libtcc1.a on more platforms | grischka | 2010-12-04 | 1 | -0/+90 |
| | | | | | | | win32/64 cross-compilers now build libtcc1.a and install it together with the windows headers in a 'win32' sub-directory of TCCDIR. | ||||
| * | build: remove #include "config.h" from target dependent files | grischka | 2010-11-26 | 3 | -6/+0 |
| | | | | | This is to make cross build of libtcc1.a easier. | ||||
| * | Add support for __FreeBSD_kernel__ kernel | Thomas Preud'homme | 2010-09-10 | 1 | -2/+4 |
| | | | | | | Add support for kfreebsd-i386 and kfreebsd-amd64 Debian arch with thanks to Pierre Chifflier <chifflier@cpe.fr>. | ||||
| * | win32: enable bounds checker & exception handler | grischka | 2009-12-19 | 1 | -34/+9 |
| | | | | | exception handler borrowed from k1w1. Thanks. | ||||
| * | x86-64: chkstk, alloca | grischka | 2009-07-18 | 2 | -2/+9 |
| | | |||||
| * | bcheck: restore malloc hooks when done | grischka | 2009-07-18 | 1 | -0/+5 |
| | | |||||
| * | x86-64: Align return value of alloca by 16. | Shinichiro Hamaji | 2009-06-11 | 1 | -2/+2 |
| | | |||||
| * | x86-64: Add alloca. | Shinichiro Hamaji | 2009-06-09 | 1 | -0/+33 |
| | | |||||
| * | drop alloca #define | grischka | 2009-05-16 | 2 | -4/+4 |
| | | | | | | | | (Because GNU's alloca.h unconditionally #undef's alloca) Also, remove gcc specific sections in headers. and instead change tests such that gcc does not use them. | ||||
| * | fix makefiles etc for subdirs | grischka | 2009-04-18 | 2 | -2/+2 |
| | | |||||
| * | new subdirs: include, lib, tests | grischka | 2009-04-18 | 4 | -0/+1553 |
