aboutsummaryrefslogtreecommitdiff
path: root/tests/tcctest.c
Commit message (Expand)AuthorAgeFilesLines
* tests: add memory leak testgrischka2016-12-181-1/+7
* 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
* 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
* 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
* 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-151-0/+27
* 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
* 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
* Fix access-after-free with statement expressionsMichael Matz2016-12-151-0/+46
* tccpp: Allow computed include like 42.hMichael Matz2016-12-151-3/+18
* x86-asm: Correctly infer register size for boolsMichael Matz2016-12-151-0/+10
* x86-64: Allow loads from some structs/unionsMichael Matz2016-12-151-0/+6
* tccasm: Lookup C symbols from ASM blocksMichael Matz2016-12-151-0/+28
* enums and ints are compatibleMichael Matz2016-12-151-1/+1
* enums and ints are compatibleMichael Matz2016-12-151-0/+2
* inline-asm: Accept "flags" clobberMichael Matz2016-12-151-1/+1
* Support attribute between double pointer starsMichael Matz2016-12-151-0/+7
* Fix function to pointer conversionMichael Matz2016-12-151-0/+7
* 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