[PATCH] D137010: [libunwind][LoongArch] Add 64-bit LoongArch support

Limin Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 23:31:12 PDT 2022


Ami-zhang created this revision.
Ami-zhang added reviewers: SixWeining, wangleiat, xen0n, MaskRay, xry111.
Herald added subscribers: libcxx-commits, StephenFan, fedor.sergeev.
Herald added projects: libunwind, All.
Herald added a reviewer: libunwind.
Ami-zhang requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Defines enums for the LoongArch registers.
Adds the register class implementation for LoongArch.
Adds save and restore context functionality.

Fix https://github.com/llvm/llvm-project/issues/55398

Depends on D136413 <https://reviews.llvm.org/D136413>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137010

Files:
  libunwind/include/__libunwind_config.h
  libunwind/include/libunwind.h
  libunwind/src/Registers.hpp
  libunwind/src/UnwindCursor.hpp
  libunwind/src/UnwindRegistersRestore.S
  libunwind/src/UnwindRegistersSave.S
  libunwind/src/config.h
  libunwind/src/libunwind.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137010.471722.patch
Type: text/x-patch
Size: 19231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221029/dfcdc03f/attachment.bin>


More information about the llvm-commits mailing list