llvm-project/libunwind/include
Luke Cheeseman e1a819e82d [AArch64][libunwind] Unwinding support for return address signing
- Follow up to revision r342895
- gcc would not build libunwind with the earlier patch as the autia1716
  instruction wasn't allowed to be assembled for pre armv8.3a targets
- The autia1716 instruction lives in the hint space encodings so is a valid
  instruction for all armv8a targets
- To work around this I have swapped out the autia1716 instruction for the hint
  instruction

Differential Revision: https://reviews.llvm.org/D55700

llvm-svn: 349140
2018-12-14 11:30:12 +00:00
..
mach-o libunwind: Use conventional DWARF capitalization in comments and errors 2016-07-19 17:15:50 +00:00
__libunwind_config.h Fix existing code for SEH on ARM to compile correctly 2018-08-31 14:56:55 +00:00
libunwind.h [AArch64][libunwind] Unwinding support for return address signing 2018-12-14 11:30:12 +00:00
unwind.h Add support for SEH unwinding on Windows. 2018-08-30 21:29:00 +00:00