summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
AgeCommit message (Expand)AuthorFilesLines
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-1/+1
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-1/+1
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
2013-04-29Rewrite some tests with FileCHeck in X86 codegenMichael Liao1-2/+8
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth1-2/+2
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-2/+2
2009-03-23Model inline asm constraint which ties an input to an output register as mach...Evan Cheng1-2/+2
2008-02-21Treat clobber operands like early clobbers: if we haveChris Lattner1-2/+11
2008-02-21Fix a (harmless) but where vregs were added to the used reg lists for Chris Lattner1-0/+15