aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Fix call saved register restoreMichael Matz2012-06-101-0/+20
* x86_64: Fix compares with NaNs.Michael Matz2012-05-131-0/+66
* Fix comparing comparisonsMichael Matz2012-04-181-0/+30
* Make sizeof() be of type size_tMichael Matz2012-04-181-0/+16
* Fix parsing function macro invocationsMichael Matz2012-04-181-0/+4
* Fix detection of labels with a typedef nameMichael Matz2012-04-181-0/+3
* x86_64: Fix segfault for global dataMichael Matz2012-04-181-0/+30
* x86_64: Fix indirection in struct paramatersMichael Matz2012-04-181-12/+17
* Fix bitfield loads into char/short.Michael Matz2012-04-181-0/+5
* Fix conversion in a?0:ptr.Michael Matz2012-04-181-0/+13
* cleanup some partially broken patchesgrischka2012-04-181-2/+2
* Further changes improving the OSX build. Everything builds. libtest passes.Milutin Jovanovic2012-03-061-2/+8
* Patch attempting to build OSX TinyCC.Milutin Jovanovic2012-02-091-1/+1
* tcctest: switch weak_toolate proto with implgrischka2011-08-061-1/+1
* fixed Makefile test targetsJoe Soroka2011-07-221-1/+1
* re-added negative-array-size testcase and fixed fix for itJoe Soroka2011-07-221-0/+2
* Revert "better constant handling for expr_cond"grischka2011-07-161-2/+0
* Fix array_test: move params to local varsThomas Preud'homme2011-07-121-2/+2
* handle arrays with a flexible member but no initializerJoe Soroka2011-07-111-1/+3
* better constant handling for expr_condJoe Soroka2011-07-111-0/+2
* fix self-referential token pastingJoe Soroka2011-07-081-0/+6
* fix end-of-scope for self-referential macrosJoe Soroka2011-07-081-2/+1
* make test work when LIBTCC1 not definedThomas Preud'homme2011-05-171-1/+5
* VLA fix [1/3]: added testcase demonstrating VLA bugJoe Soroka2011-04-081-1/+6
* VLA bcheck works via bound alloca; add test, remove warningJoe Soroka2011-04-061-1/+33
* re-apply VLA by Thomas Preud'hommeJoe Soroka2011-04-061-0/+22
* sizeof(struct with "flexible array member") is wrongJoe Soroka2011-03-181-0/+1
* fix c99 for-loop init decl scope (thanks: grischka)Joe Soroka2011-03-081-0/+2
* support c99 for-loop init declsJoe Soroka2011-03-072-1/+5
* 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
* i386-asm: support "pause" opcodeJoe Soroka2011-02-241-0/+1
* tccasm: support alternate .type syntaxesJoe Soroka2011-02-241-0/+14
* tccpp: treat gas comments in .S files as raw text, not tokensJoe Soroka2011-02-231-0/+1
* 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: accept bracketed offset expressionsJoe Soroka2011-02-011-0/+1
* tccasm: accept "fmul/fadd st(0),st(n)" (dietlibc ipow/atanh)Joe Soroka2011-02-011-0/+4
* tccasm: allow one-line prefix+op things like "rep stosb"Joe Soroka2011-02-012-0/+61
* tccasm: define __ASSEMBLER__ for .S files, like gcc doesJoe Soroka2011-02-011-0/+4
* tccpp: fix bug in handling of recursive macrosJoe Soroka2011-02-011-0/+31