aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* update VERSION to 0.9.27grischka2017-02-082-5/+5
* tests: don't assume $(CC) is gccAvi Halachmi (:avih)2016-12-241-2/+2
* tests: OOT build fixes etc.grischka2016-12-204-11/+26
* Fix some code suppression falloutMichael Matz2016-12-206-1/+106
* tests: add memory leak testgrischka2016-12-183-3/+16
* Fix gawk miscompileMichael Matz2016-12-182-2/+15
* i386: Fix various testsuite issuesMichael Matz2016-12-151-2/+22
* struct-layout: Allow lowering of member alignmentMichael Matz2016-12-151-0/+16
* Support large alignment requestsMichael Matz2016-12-151-0/+7
* Fix struct layout some moreMichael Matz2016-12-151-0/+86
* Split off record layoutingMichael Matz2016-12-151-4/+0
* Fix 64bit enums and switch casesMichael Matz2016-12-151-0/+117
* tccpp: Fix token pastingMichael Matz2016-12-152-0/+20