summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/x86_32-inline-asm.c
Commit message (Expand)AuthorAgeFilesLines
* [X86, inlineasm] Do not allow using constraint 'x' for a variable larger thanAkira Hatanaka2014-09-181-2/+9
* [X86, inline-asm] Allow 256-bit wide operands for the 'x' constraintsHans Wennborg2014-09-181-0/+6
* [X86, inlineasm] Check that the output size is correct for the given constraint.Akira Hatanaka2014-09-181-0/+13
* [X86, inline-asm] Check that the input size is correct for constraints R, q, Q,Akira Hatanaka2014-09-171-0/+22
* Emit an error message instead of crashing when dereferencing an incomplete po...Bill Wendling2013-03-251-7/+0
* Use RequireCompleteType() instead of isIncompleteType().Bill Wendling2013-03-221-1/+8
* That's causing an error.Bill Wendling2012-11-121-6/+1
* Don't test for incomplete types.Bill Wendling2012-11-121-1/+6
* Update testcase to show that we don't emit an error for sizes <= 32-bits.Bill Wendling2012-11-121-0/+6
* Check that the input size is correct for the given constraint.Bill Wendling2012-11-121-0/+18