aboutsummaryrefslogtreecommitdiff
path: root/tests/tcctest.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Disable C99 VLA when alloca is unavailable."Thomas Preud'homme2011-02-051-2/+2
* Disable C99 VLA when alloca is unavailable.Thomas Preud'homme2011-02-041-2/+2
* Implement C99 Variable Length ArraysThomas Preud'homme2011-02-041-0/+22
* tcctest: plugged memleak (was polluting valgrind reports)Joe Soroka2011-02-011-0/+1
* tccasm: allow one-line prefix+op things like "rep stosb"Joe Soroka2011-02-011-0/+43
* tccpp: fix bug in handling of recursive macrosJoe Soroka2011-02-011-0/+31
* weak definitions overrule non-weak prototypesJoe Soroka2011-02-011-0/+6
* support weak attribute on variablesJoe Soroka2011-02-011-0/+18
* Support struct arguments with stdarg.hShinichiro Hamaji2010-12-281-0/+23
* Test va_copy in tcctest.cShinichiro Hamaji2010-12-281-2/+4
* Fix casts from 32bit integer types to 64bit integer types.Shinichiro Hamaji2010-08-311-0/+8
* Fix alignment around struct for SSE.Shinichiro Hamaji2010-08-271-3/+3
* x86-64: change the type of size_t and ptrdiff_t.Shinichiro Hamaji2009-08-241-0/+2
* drop alloca #definegrischka2009-05-161-0/+14
* fix makefiles etc for subdirsgrischka2009-04-181-1/+1
* new subdirs: include, lib, testsgrischka2009-04-181-0/+2188