summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ARMEHABI.h
Commit message (Collapse)AuthorAge
* Support: add reference for ARM EHABISaleem Abdulrasool2014-01-06
| | | | | | Add a reference to the ARM EHABI Specification as a follow up to SVN r198576 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198583 91177308-0d34-0410-b5e6-96231b3b80d8
* ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool2014-01-06
Move the ARM EHABI unwind opcode definitions from the ARM MCTargetDesc into LLVM Support. This enables sharing of the definitions across the ARM target code as well as llvm-readobj. This will allow implementation of the unwind decoding in llvm-readobj. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198576 91177308-0d34-0410-b5e6-96231b3b80d8