summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/inlineasm3.ll
Commit message (Expand)AuthorAge
* Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls2013-02-14
* Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson2011-12-12
* Add support for the 'Q' constraint.Eric Christopher2011-07-29
* Add support for the 'j' immediate constraint. This is conditionalized onEric Christopher2011-07-01
* Add support for the ARM 't' register constraint. And another testcaseEric Christopher2011-07-01
* Add support for the 'x' constraint.Eric Christopher2011-07-01
* Another possible bug. Stopgap until we can autogenerate tables andEric Christopher2011-06-03
* Fix an off by one error.Eric Christopher2011-06-03
* Make the Uv constraint a memory operand. This doesn't solve theEric Christopher2011-06-03
* Allow bitcasts between valid types of the same size and vectorEric Christopher2011-06-01
* Make tests register allocation independent again.Jakob Stoklund Olesen2011-04-19
* Change register allocation order for ARM VFP and NEON registers to put theBob Wilson2010-10-08
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* Handle ARM inline asm "w" constraints with 64-bit ("d") registers.Bob Wilson2009-12-18
* - Support inline asm 'w' constraint for 128-bit vector types.Evan Cheng2009-12-08