aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/inlineasm3.ll
AgeCommit message (Expand)Author
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