aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tccasm: synch C and asm symtab tighterMichael Matz2017-11-223-1/+48
* Adjust testcase for PIE compilersMichael Matz2017-11-191-1/+7
* Don't make forard asm symbols static by defaultMichael Matz2017-11-161-0/+20
* various stuffgrischka2017-10-1110-16/+14
* Spelling fixesLarry Doolittle2017-09-247-12/+12
* Convert two .c files to LF line endingsLarry Doolittle2017-09-242-317/+317
* Add test case for fastcall calling conventionZhang Boyang2017-09-103-1/+278
* 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-237-63/+225
* 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
* tccasm: Fix local statics referenced from asmsMichael Matz2017-07-101-0/+30
* Fix statement exprs returning a local labelMichael Matz2017-07-101-0/+8
* enums: Accept GNU extensionMichael Matz2017-07-102-0/+44
* refactor bitfieldsgrischka2017-07-091-4/+4
* tccpp: allow "#define X defined Y ..."grischka2017-07-092-0/+44
* tccpp: Implement __COUNTER__Michael Matz2017-07-092-0/+42
* tccpp: Fix corner caseMichael Matz2017-07-095-4/+135
* add _Generic testMatthias Gatto2017-07-052-0/+60
* x86-64: Fix psABI stdarg prologueMichael Matz2017-05-271-0/+31
* x86-64: Rewrite linux parameter passingMichael Matz2017-05-271-2/+2
* configure: --config-musl/-uClibc switch & misc cleanupsgrischka2017-05-131-1/+1
* bitfields: promote to signed intgrischka2017-05-092-0/+117
* more minor fixesgrischka2017-05-072-12/+9
* Accept extern initialized file-scope variablesMichael Matz2017-05-071-0/+2
* struct-init: Fix zero initialization with multi-level designatorsMichael Matz2017-05-062-0/+37
* Fix unsigned enum bit-fieldsMichael Matz2017-05-052-0/+57
* Fix segfault with invalid function defMichael Matz2017-05-051-0/+5
* Tidy unary() a bitMichael Matz2017-05-021-2/+21
* Reorganize type parsingMichael Matz2017-05-021-0/+34
* Fix more bitfield corner casesMichael Matz2017-05-011-0/+6
* Remove a bit-field TODOMichael Matz2017-04-291-0/+7
* Fix char bitfields corner caseMichael Matz2017-04-291-0/+6
* final adjustments for releasegrischka2017-04-252-35/+29
* tccpp: Fix corner case of fnlike macro invocationMichael Matz2017-04-152-0/+18
* win: tests Makefile: fix global pathAvi Halachmi (:avih)2017-02-261-1/+1
* makefile: unify cross with native buildsgrischka2017-02-253-17/+19
* x86-64-asm: Fix mov im64,rax encodingMichael Matz2017-02-231-0/+17
* tcc: re-enable correct option -r supportgrischka2017-02-202-4/+4
* tcctools.c: integrate tiny_libmaker/_impdefgrischka2017-02-181-1/+1
* 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-1314-62/+48
* Fix testsuite invocationsMichael Matz2017-02-111-2/+2