summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/inlineasm3.ll
AgeCommit message (Expand)Author
2016-07-20[ARM] Skip inline asm memory operands in DAGToDAGISelDiana Picus
2016-07-18Revert "[ARM] Skip inline asm memory operands in DAGToDAGISel"Vitaly Buka
2016-07-18Revert "[ARM] Update test to use CHECK-LABEL. NFCI."Vitaly Buka
2016-07-18[ARM] Update test to use CHECK-LABEL. NFCI.Diana Picus
2016-07-18[ARM] Skip inline asm memory operands in DAGToDAGISelDiana Picus
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
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-12-18ARM: force soft-float ABI for tests depending on it.Tim Northover
2013-02-14Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls
2011-12-12Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson
2011-07-29Add support for the 'Q' constraint.Eric Christopher
2011-07-01Add support for the 'j' immediate constraint. This is conditionalized onEric Christopher
2011-07-01Add support for the ARM 't' register constraint. And another testcaseEric Christopher
2011-07-01Add support for the 'x' constraint.Eric Christopher
2011-06-03Another possible bug. Stopgap until we can autogenerate tables andEric Christopher
2011-06-03Fix an off by one error.Eric Christopher
2011-06-03Make the Uv constraint a memory operand. This doesn't solve theEric Christopher
2011-06-01Allow bitcasts between valid types of the same size and vectorEric Christopher
2011-04-19Make tests register allocation independent again.Jakob Stoklund Olesen
2010-10-08Change register allocation order for ARM VFP and NEON registers to put theBob Wilson
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2009-12-18Handle ARM inline asm "w" constraints with 64-bit ("d") registers.Bob Wilson
2009-12-08- Support inline asm 'w' constraint for 128-bit vector types.Evan Cheng