ARM target code clean up. Check for iOS, not Darwin where it makes sense.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 20 Dec 2011 18:26:50 +0000 (18:26 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 20 Dec 2011 18:26:50 +0000 (18:26 +0000)
commitafff941211526a31f931aa9fcac84ae42ff60ef0
treed7d5033f40668d97aaa1753a1fdf4414282658d7
parentd7c9e08b6bcf15655919960e214b9b91677cdde9
ARM target code clean up. Check for iOS, not Darwin where it makes sense.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146981 91177308-0d34-0410-b5e6-96231b3b80d8
25 files changed:
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
test/CodeGen/ARM/2010-11-29-PrologueBug.ll
test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
test/CodeGen/ARM/call-tc.ll
test/CodeGen/ARM/debug-info-blocks.ll
test/CodeGen/ARM/fast-isel-br-const.ll
test/CodeGen/ARM/fast-isel-call.ll
test/CodeGen/ARM/fast-isel-cmp-imm.ll
test/CodeGen/ARM/fast-isel-conversion.ll
test/CodeGen/ARM/fast-isel-deadcode.ll
test/CodeGen/ARM/fast-isel-icmp.ll
test/CodeGen/ARM/fast-isel-intrinsic.ll
test/CodeGen/ARM/fast-isel-ldr-str-thumb-neg-index.ll
test/CodeGen/ARM/fast-isel-ldrh-strh-arm.ll
test/CodeGen/ARM/fast-isel-mvn.ll
test/CodeGen/ARM/fast-isel-ret.ll
test/CodeGen/ARM/fast-isel-select.ll
test/CodeGen/ARM/fast-isel.ll
test/CodeGen/Thumb2/2009-07-21-ISelBug.ll