aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/inlineasm3.ll
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+2
* Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls2013-02-141-1/+1
* Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson2011-12-121-0/+10
* Add support for the 'Q' constraint.Eric Christopher2011-07-291-0/+12
* Add support for the 'j' immediate constraint. This is conditionalized onEric Christopher2011-07-011-3/+13
* Add support for the ARM 't' register constraint. And another testcaseEric Christopher2011-07-011-0/+20
* Add support for the 'x' constraint.Eric Christopher2011-07-011-0/+10
* Another possible bug. Stopgap until we can autogenerate tables andEric Christopher2011-06-031-0/+8
* Fix an off by one error.Eric Christopher2011-06-031-0/+9
* Make the Uv constraint a memory operand. This doesn't solve theEric Christopher2011-06-031-0/+8
* Allow bitcasts between valid types of the same size and vectorEric Christopher2011-06-011-0/+10
* Make tests register allocation independent again.Jakob Stoklund Olesen2011-04-191-1/+1
* Change register allocation order for ARM VFP and NEON registers to put theBob Wilson2010-10-081-2/+2
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-2/+2
* Handle ARM inline asm "w" constraints with 64-bit ("d") registers.Bob Wilson2009-12-181-0/+12
* - Support inline asm 'w' constraint for 128-bit vector types.Evan Cheng2009-12-081-0/+13