aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix miscompile with dead switchesMichael Matz2016-12-151-0/+51
* 64bit: Fix addends > 32 bitsMichael Matz2016-12-151-0/+16
* x86-64-asm: Accept high register in clobbersMichael Matz2016-12-151-0/+24
* Fix initializing members multiple timesMichael Matz2016-12-152-0/+23
* Support local register variablesMichael Matz2016-12-151-0/+3
* Fix const folding of 64bit pointer constantsMichael Matz2016-12-151-0/+6
* x86-asm: Correct register size for pointer opsMichael Matz2016-12-151-0/+8
* struct-init: Copy relocs for compound literalsMichael Matz2016-12-151-0/+29
* x86_64-asm: fix copy-out registersMichael Matz2016-12-151-1/+9
* opt: Don't emit inline functions from dead codeMichael Matz2016-12-151-0/+8
* Handle __builtin_extract_return_addrMichael Matz2016-12-151-0/+2
* opt: constprop also 'cond && 0'Michael Matz2016-12-151-0/+39
* opt: Make break and goto not fallthroughMichael Matz2016-12-151-0/+51
* opt: Start optimizing dead code a bitMichael Matz2016-12-153-0/+167
* Fix more nocode_wanted jump problemsMichael Matz2016-12-152-0/+36
* Fix aliases on 64 bitMichael Matz2016-12-151-0/+1
* Fix sizeof(char[a])Michael Matz2016-12-151-0/+10
* Fix __builtin_constant_p(1000/x)Michael Matz2016-12-151-0/+10
* tccasm: Support refs to anon symbols from asmMichael Matz2016-12-151-0/+23
* tccasm: Don't ignore # in preprocessor directivesMichael Matz2016-12-151-4/+17
* x86-asm: Accept all 32bit immediatesMichael Matz2016-12-151-0/+2
* Fix enum bitfields passed to stdarg functionsMichael Matz2016-12-151-0/+5
* Addresses of non-weak symbols are non-zeroMichael Matz2016-12-151-0/+10