aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix access-after-free with statement expressionsMichael Matz2016-12-151-0/+46
* tccpp: Allow computed include like 42.hMichael Matz2016-12-152-3/+31
* x86-asm: Correctly infer register size for boolsMichael Matz2016-12-151-0/+10
* x86-64-asm: Implement cmpxchg16bMichael Matz2016-12-151-0/+3
* 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
* tccasm: Implement .set sym, exprMichael Matz2016-12-151-0/+11
* enums and ints are compatibleMichael Matz2016-12-151-1/+1
* enums and ints are compatibleMichael Matz2016-12-151-0/+2
* x86-64-asm: Fix ltr/str and push/pop operandsMichael Matz2016-12-151-0/+5
* x86-64-asm: Implement high %cr registersMichael Matz2016-12-151-0/+2
* struct-init: Support range inits for local varsMichael Matz2016-12-152-0/+5
* x86-64-asm: Support high registers %r8 - %r15Michael Matz2016-12-151-3/+37
* inline-asm: Accept "flags" clobberMichael Matz2016-12-151-1/+1
* 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
* 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