summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb/inlineasm-thumb.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM, inline-asm] Fix ARMTargetLowering::getRegForInlineAsmConstraint to returnAkira Hatanaka2014-11-031-1/+12
| | | | | | | | | | | | register class tGPRRegClass if the target is thumb1. This commit fixes a crash that occurs during register allocation which was triggered when a virtual register defined by an inline-asm instruction had to be spilled. rdar://problem/18740489 llvm-svn: 221178
* ARM: yet another round of ARM test clean upsSaleem Abdulrasool2014-04-031-1/+2
| | | | llvm-svn: 205586
* Add support for the 'h' constraint.Eric Christopher2011-06-301-0/+7
Part of rdar://9119939 llvm-svn: 134203
OpenPOWER on IntegriCloud