ARM: add support for WatchOS's compact unwind information.
authorTim Northover <tnorthover@apple.com>
Wed, 28 Oct 2015 22:56:36 +0000 (22:56 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 28 Oct 2015 22:56:36 +0000 (22:56 +0000)
commited754ee4a72676ed8b6a54b2450250ab62949ed0
tree91fb3ee0e3664f16840ba33b972df305242a2f10
parent7b7ff9e15230c9372b23beea18da051c3890f7d1
ARM: add support for WatchOS's compact unwind information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251573 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/MC/MCObjectFileInfo.h
lib/MC/MCDwarf.cpp
lib/MC/MCObjectFileInfo.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
test/CodeGen/ARM/cfi-alignment.ll [new file with mode: 0644]
test/CodeGen/ARM/eh-resume-darwin.ll
test/CodeGen/ARM/v7k-abi-align.ll
test/CodeGen/ARM/vfp-reg-stride.ll
test/MC/MachO/ARM/compact-unwind-armv7k.s [new file with mode: 0644]