Re-commit changes in r237579 with fix for bug breaking windows builds.
authorLuke Cheeseman <luke.cheeseman@arm.com>
Tue, 26 May 2015 13:40:31 +0000 (13:40 +0000)
committerLuke Cheeseman <luke.cheeseman@arm.com>
Tue, 26 May 2015 13:40:31 +0000 (13:40 +0000)
commit262e24f7afd98e180bc7990a352c8c501a9b01ff
tree1232b3de5c586653218a61c432c0e907a65142ef
parent617dbfc31eb2ad93f936f2323645d677fa975700
Re-commit changes in r237579 with fix for bug breaking windows builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238201 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
test/CodeGen/AArch64/arm64-named-reg-alloc.ll
test/CodeGen/AArch64/arm64-named-reg-notareg.ll
test/CodeGen/AArch64/special-reg.ll [new file with mode: 0644]
test/CodeGen/ARM/named-reg-alloc.ll
test/CodeGen/ARM/named-reg-notareg.ll
test/CodeGen/ARM/special-reg-acore.ll [new file with mode: 0644]
test/CodeGen/ARM/special-reg-mcore.ll [new file with mode: 0644]
test/CodeGen/ARM/special-reg.ll [new file with mode: 0644]