aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tccpp: Implement __BASE_FILE__ macroMichael Matz2016-12-152-0/+16
* Implement __builtin_choose_exprMichael Matz2016-12-151-0/+13
* x86-asm: Implement prefetchw opcodeMichael Matz2016-12-151-0/+1
* x86-asm: Fix lar opcode operandsMichael Matz2016-12-151-0/+7
* x86-asm: More opcodesMichael Matz2016-12-151-0/+11
* x86-asm: Add [sl][ig]dtq opcodesMichael Matz2016-12-151-4/+10
* x86-asm: Implement fxrstorq and fxsaveqMichael Matz2016-12-151-0/+2
* Fix parsing attributes for struct declsMichael Matz2016-12-151-0/+33
* x86-asm: Implement clflush opcodeMichael Matz2016-12-151-0/+1
* inline asm: accept concatenated strings in constraintsMichael Matz2016-12-151-1/+1