aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2
Commit message (Expand)AuthorAgeFilesLines
* Add test case for AL/AX extending problemZhang Boyang2017-09-103-0/+53
* Add test case for wide char handling in wide string literalZhang Boyang2017-09-102-0/+13
* check that _Generic match 'signed long int' as 'long'Matthias Gatto2017-07-252-0/+4
* tccgen: nodata_wanted fix, default ONE_SOURCE, etc...grischka2017-07-236-54/+216
* mutiples fix for _Genericmatthias2017-07-212-4/+17
* tcc -dt -run ... : simpler is bettergrischka2017-07-2023-86/+120
* tccgen: nodata_wantedgrischka2017-07-165-49/+158
* #pragma comment(option,"-..."), bitfields test, etc...grischka2017-07-144-12/+413
* Fix function typesMichael Matz2017-07-142-0/+23
* enums: Accept GNU extensionMichael Matz2017-07-102-0/+44
* add _Generic testMatthias Gatto2017-07-052-0/+60
* bitfields: promote to signed intgrischka2017-05-092-0/+117
* struct-init: Fix zero initialization with multi-level designatorsMichael Matz2017-05-062-0/+37
* Fix unsigned enum bit-fieldsMichael Matz2017-05-052-0/+57
* Reorganize type parsingMichael Matz2017-05-021-0/+34
* final adjustments for releasegrischka2017-04-251-17/+16
* makefile: unify cross with native buildsgrischka2017-02-251-8/+1
* tcc: re-enable correct option -r supportgrischka2017-02-201-2/+2
* win32: adjust new unicode supportgrischka2017-02-181-6/+4
* Temporary remove 76_dollards_in_identifiers when run on Windows as this test ...Christian Jullien2017-02-181-0/+3
* Fix wrong name for 85 test.Christian Jullien2017-02-151-1/+1
* updates & cleanups (tcc-doc/Changelog/TODO ...)grischka2017-02-1312-45/+45
* Fix testsuite invocationsMichael Matz2017-02-111-2/+2
* update VERSION to 0.9.27grischka2017-02-081-1/+1
* Fix some code suppression falloutMichael Matz2016-12-205-1/+74
* tests: add memory leak testgrischka2016-12-181-1/+1
* Fix gawk miscompileMichael Matz2016-12-182-2/+15
* Fix initializing members multiple timesMichael Matz2016-12-152-0/+23
* struct-init: Copy relocs for compound literalsMichael Matz2016-12-151-0/+29
* opt: Start optimizing dead code a bitMichael Matz2016-12-152-0/+140
* Fix more nocode_wanted jump problemsMichael Matz2016-12-152-0/+36
* struct-init: Support range inits for local varsMichael Matz2016-12-152-0/+5
* struct-init: Allow member initialization from qualified lvaluesMichael Matz2016-12-152-3/+29
* struct-init: Correctly parse unnamed member initializersMichael Matz2016-12-152-0/+27
* struct-init: CleanupMichael Matz2016-12-153-1/+13
* struct-init: Implement initializing subaggregatesMichael Matz2016-12-153-1/+167
* tccgen: 32bits: fix PTR +/- long longgrischka2016-10-132-0/+16
* Use ISO C string functions instead of obsolete BSD ones that used to be in st...Christian Jullien2016-10-122-8/+3
* build: restore out-of-tree supportgrischka2016-10-011-11/+11
* build: revert Makefiles to 0.9.26 state (mostly)grischka2016-10-011-18/+6
* Fix test for __*LP*__ predefined macrosChristian Jullien2016-09-251-11/+11
* Add test for __*LP*__ predefined macrosChristian Jullien2016-09-252-0/+39
* tests/tests2/Makefile: Make 85-asm-outside-function Intel-only.Edmund Grimley Evans2016-05-041-0/+3
* __asm__() outside functionseyko2016-05-012-0/+7
* output space after TOK_PPNUM which followed by '+' or '-'seyko2016-05-012-0/+13
* Run testcases in sorted orderMichael Matz2016-04-221-1/+1
* Revert "Fix tests Makefiles on Windows"Vlad Vissoultchev2016-04-171-4/+0
* tccgen.c: Allow type attributes to prefix enum/struct/union nameVlad Vissoultchev2016-04-062-0/+14
* utf8 in identifiersseyko2016-04-052-0/+11
* nocode_wanted with while/for inside ({})seyko2016-04-052-0/+90