diff options
author | Michael Liao <michael.liao@intel.com> | 2012-10-15 22:39:43 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-10-15 22:39:43 +0000 |
commit | 6c0e04c823cf4034214b050e338c99a401edd2ac (patch) | |
tree | 9d754ca7a1983865bf8e149c73d94c02dfa3bb05 /lib/CodeGen/RegAllocFast.cpp | |
parent | 790047620a8f31cee1841c06c9e5e7688166ad93 (diff) |
Add __builtin_setjmp/_longjmp supprt in X86 backend
- Besides used in SjLj exception handling, __builtin_setjmp/__longjmp is also
used as a light-weight replacement of setjmp/longjmp which are used to
implementation continuation, user-level threading, and etc. The support added
in this patch ONLY addresses this usage and is NOT intended to support SjLj
exception handling as zero-cost DWARF exception handling is used by default
in X86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocFast.cpp')
0 files changed, 0 insertions, 0 deletions