aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/arm-modifier.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-181-1/+1
* Add a comment to this change, requested by Eric Christopher.Joey Gouly2013-07-081-0/+1
* PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.Joey Gouly2013-07-051-0/+5
* Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao2013-02-141-2/+1
* temporarily revert the patch due to some conflictsWeiming Zhao2013-02-131-1/+2
* Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao2013-02-131-2/+1
* Add support for the %H output modifier.Eric Christopher2012-08-131-0/+9
* Allow lr in the register options here.Eric Christopher2011-06-271-3/+3
* Implement the 'M' output modifier for arm inline asm. This is fairlyEric Christopher2011-05-281-10/+27
* Implement the 'm' modifier. Note that it only works for memory operands.Eric Christopher2011-05-251-0/+11
* Implement the arm 'L' asm modifier.Eric Christopher2011-05-241-0/+8
* Implement the immediate part of the 'B' modifier.Eric Christopher2011-05-241-1/+9
* Add support for the arm 'y' asm modifier.Eric Christopher2011-05-241-0/+15