aboutsummaryrefslogtreecommitdiff
path: root/tests/tcctest.c
Commit message (Expand)AuthorAgeFilesLines
* tcctest: One more signed zero testMichael Matz2014-01-121-0/+6
* Fix floating point unary minus and plusMichael Matz2014-01-121-0/+24
* Add ARM aeabi functions needed to run tcctestThomas Preud'homme2013-12-111-0/+67
* Fixed silly error in Windows build of tests (abitest-cc not linking to libtcc)James Lyon2013-04-261-30/+32
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-171-16/+31
* tests: cleanupgrischka2013-02-051-1/+4
* Don't do builtin_frame_address test with ARM gccThomas Preud'homme2013-01-261-0/+2
* Stop returning 0 in cmp_comparison_testThomas Preud'homme2013-01-061-1/+0
* Add support for __builtin_frame_address(level)Kirill Smelkov2012-11-161-0/+27
* Disable callsave_test for armThomas Preud'homme2012-07-301-0/+2
* 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
* tcctest: switch weak_toolate proto with implgrischka2011-08-061-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
* 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-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