llvm-project/libunwind
Fangrui Song 9ae9dd3fcf [libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*
The original libunwind project defines UNW_AARCH64_* instead of UNW_ARM64_*.
Rename the enum members to match. This allows some applications with simple
`unw_init_local` usage to migrate to llvm-project libunwind.

Note: the canonical names of `UNW_ARM_D{0..31}` are now `UNW_AARCH64_V{0..31}`,
to match the original libunwind.

UNW_ARM64_* are kept for now for compatibility. Some may be unneeded and can be
cleaned up in the future.

Reviewed By: #libunwind, compnerd

Differential Revision: https://reviews.llvm.org/D107996
2021-08-20 14:26:27 -07:00
..
cmake [runtimes] Don't try passing --target flags to GCC 2021-07-15 16:52:02 -04:00
docs Bump the trunk major version to 14 2021-07-27 21:58:25 -07:00
include [libunwind] Add UNW_AARCH64_* beside UNW_ARM64_* 2021-08-20 14:26:27 -07:00
src [libunwind] Add UNW_AARCH64_* beside UNW_ARM64_* 2021-08-20 14:26:27 -07:00
test [unwind] Handle UNW_X86_64_RIP register 2021-08-12 12:08:07 -07:00
.clang-format
CMakeLists.txt [libunwind] Compile with -Wunused-but-set-variable 2021-08-11 10:15:54 +02:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00