llvm-project/libunwind/src
Ed Maste ef766a7e70 Enable zero-cost exceptions on non-Apple arm64 platforms
Use the canonical __aarch64__ predefined macro for 64-bit ARM. Apple-
specific cases are left as __arm64__. Also add an #error for unsupported
architectures to catch this sort of case in the future.

Differential Revision: http://reviews.llvm.org/D12005

llvm-svn: 244893
2015-08-13 14:21:03 +00:00
..
AddressSpace.hpp libunwind: Introduce __libunwind_config.h. 2015-07-19 15:23:10 +00:00
CMakeLists.txt unwind: clean up warnings from the build 2015-04-25 02:06:15 +00:00
CompactUnwinder.hpp
DwarfInstructions.hpp Correct sense of unwind return address register range assertion 2015-08-13 13:45:45 +00:00
DwarfParser.hpp
EHHeaderParser.hpp
Registers.hpp
Unwind-EHABI.cpp [libunwind] Flip order of extern "C" and attribute(visibility) 2015-07-24 19:29:05 +00:00
Unwind-EHABI.h libunwind: Introduce __libunwind_config.h. 2015-07-19 15:23:10 +00:00
Unwind-sjlj.c
UnwindCursor.hpp libunwind: Introduce __libunwind_config.h. 2015-07-19 15:23:10 +00:00
UnwindLevel1-gcc-ext.c libunwind: Introduce __libunwind_config.h. 2015-07-19 15:23:10 +00:00
UnwindLevel1.c unwind: Fix libc++abi and libgcc build. 2015-07-24 00:16:48 +00:00
UnwindRegistersRestore.S
UnwindRegistersSave.S [ARM/Unwind] Fix wrong usage of write-back on register save 2015-08-06 18:15:17 +00:00
Unwind_AppleExtras.cpp
assembly.h
config.h Enable zero-cost exceptions on non-Apple arm64 platforms 2015-08-13 14:21:03 +00:00
dwarf2.h
libunwind.cpp Enable zero-cost exceptions on non-Apple arm64 platforms 2015-08-13 14:21:03 +00:00
libunwind_ext.h libunwind: Introduce __libunwind_config.h. 2015-07-19 15:23:10 +00:00
unwind_ext.h