Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM, inline-asm] Fix ARMTargetLowering::getRegForInlineAsmConstraint to return | Akira Hatanaka | 2014-11-03 | 1 | -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 ups | Saleem Abdulrasool | 2014-04-03 | 1 | -1/+2 |
| | | | | llvm-svn: 205586 | ||||
* | Add support for the 'h' constraint. | Eric Christopher | 2011-06-30 | 1 | -0/+7 |
Part of rdar://9119939 llvm-svn: 134203 |