aboutsummaryrefslogtreecommitdiff
path: root/tests/tcctest.c
Commit message (Expand)AuthorAgeFilesLines
* win64: fix va_arggrischka2016-07-101-0/+9
* x86-64: Run asmtest as wellMichael Matz2016-05-111-13/+27
* tccgen: scopes levels for local symbols (update 1)grischka2016-05-051-0/+2
* Fix assignment to/from volatile typesMichael Matz2016-03-261-0/+11
* Fix tokenization of TOK_DOTSMichael Matz2016-03-241-0/+5
* tests/tcctest.c: Fix up format strings.Edmund Grimley Evans2015-11-041-28/+28
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-58/+58
* Trim trailing spaces everywhere.gus knight2015-07-271-58/+58
* tccpp: fix issues, add testsgrischka2015-05-091-0/+2
* Disable floating-point test for ARM soft-floatseyko2015-03-031-0/+2
* tests/tcctest.c: Test COMPAT_TYPE(char *, signed char *).Edmund Grimley Evans2015-02-241-0/+2
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-071-1/+1
* arm: Provide alloca()Michael Matz2014-04-051-2/+2
* Fix and extend *FCAST test in tcctest.cThomas Preud'homme2014-02-051-5/+8
* Don't perform builtin_frame_address on ARMThomas Preud'homme2014-02-031-2/+3
* Test long long to float conversionsThomas Preud'homme2014-02-011-0/+8
* 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