summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/inline-asm-q-regs.ll
AgeCommit message (Expand)AuthorFilesLines
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders1-1/+1
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders1-1/+1
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders1-1/+1
2012-01-07Make the 'x' constraint work for AVX registers as well.Eric Christopher1-1/+9
2011-12-01For 64-bit the rest of the general regs are ok for the q constraint. MakeEric Christopher1-0/+7
2011-07-08Let the inline asm 'q' constraint match float, and on 64-bit double too.Nick Lewycky1-1/+13
2011-06-19Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner1-1/+1
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2009-07-17Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q'...Evan Cheng1-0/+10