aboutsummaryrefslogtreecommitdiff
path: root/tests/tcctest.c
Commit message (Expand)AuthorAgeFilesLines
* support c99 for-loop init declsJoe Soroka2011-03-071-0/+4
* use new weaken_symbol() to fix another real-world corner caseJoe Soroka2011-03-071-0/+3
* weak redefinition of a symbol should weaken the originalJoe Soroka2011-03-071-0/+4
* __typeof(t) should not include storage modifiers of tJoe Soroka2011-03-061-0/+5
* handle post-asm-label attributes on variablesJoe Soroka2011-03-031-0/+14
* tcc: fix weak attribute handlingJoe Soroka2011-03-021-0/+8
* fix warning for tcctest.c introduced with my last commitJaroslav Kysela2011-02-221-1/+1
* fix another static struct init issue (arrays with unknown size at end)Jaroslav Kysela2011-02-221-26/+43
* Fix complex static initializers (handle additional '}' and '{' brackets)Jaroslav Kysela2011-02-221-0/+26
* Revert "Implement C99 Variable Length Arrays"Thomas Preud'homme2011-02-051-22/+0
* 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