Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is
commitc10915b85165887e1886179338c7d14925f95c52
authorJim Grosbach <grosbach@apple.com>
Tue, 12 May 2009 23:59:14 +0000 (12 23:59 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 12 May 2009 23:59:14 +0000 (12 23:59 +0000)
treeaa04b7f115b464f914893e1e637c808794af646e
parentc4ee366f3ae6c503cbd09b1d25cd964bd5c800bc
Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is
a supporting preliminary patch for GCC-compatible SjLJ exception handling. Note that these intrinsics are not designed to be invoked directly by the user, but
rather used by the front-end as target hooks for exception handling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71610 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFunction.h
include/llvm/Intrinsics.td
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.td