summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/inline-asm.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2014-02-13Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders
2014-02-12Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders
2013-11-27Cleanup and test X86AsmPrinter::printPCRelImm.Rafael Espindola
2012-11-19Handle mixed normal and early-clobber defs on inline asm.Jakob Stoklund Olesen
2012-05-30Prioritize smaller register classes for urgent evictions.Jakob Stoklund Olesen
2011-07-14Check register class matching instead of width of type matchingEric Christopher
2011-07-07Add support for the X86 'l' constraint.Eric Christopher
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-09-22Support x86 specific inline asm modifier 'J'.Evan Cheng
2007-03-08upgrade this testcase, add test for fp immediate to memory operand.Chris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-06-08Add new testcaseChris Lattner
2006-06-08New testcase, using "AX" as i32.Chris Lattner