aboutsummaryrefslogtreecommitdiff
path: root/tests/tcctest.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix parsing array typedefs of unknown sizeMichael Matz2016-12-151-0/+14
* tccpp: Implement __BASE_FILE__ macroMichael Matz2016-12-151-0/+7
* Implement __builtin_choose_exprMichael Matz2016-12-151-0/+13
* Fix parsing attributes for struct declsMichael Matz2016-12-151-0/+33
* inline asm: accept concatenated strings in constraintsMichael Matz2016-12-151-1/+1
* Accept symbols in initializers also on 64 bitMichael Matz2016-12-151-0/+7
* inline asm: Accept 'p' constraint and 'P' template modMichael Matz2016-12-151-0/+9
* Accept empty struct member declsMichael Matz2016-12-151-0/+5
* x86-asm: Accept 'q' modifierMichael Matz2016-12-151-0/+11
* tests: add .so/.dll creation testgrischka2016-12-151-9/+0
* Implement gcc bitfield algorithm; add -mms-bitfieldsDavid Mertens2016-11-281-0/+9
* x86_64-asm: =m operand fixesgrischka2016-11-201-3/+25
* tccpp : "tcc -E -P" : suppress empty linesgrischka2016-10-091-0/+4
* tccgen: arm/i386: save_reg_upstackgrischka2016-10-041-4/+11
* switch: fix label sortingPavlas, Zdenek2016-10-031-0/+3
* Incorrect function call code on ARMv6Balazs Kezes2016-10-011-0/+5
* 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