[PATCH] D11895: [libunwind] Add OpenRISC 1000 support

whitequark via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 01:11:10 PDT 2015


whitequark created this revision.
whitequark added reviewers: kledzik, rengolin.
whitequark added a subscriber: llvm-commits.

This patch makes no assumptions on ABI past the ABI defined in the OpenRISC 1000 spec except that the DWARF register numbers will be 0-31 for registers r0-r31, which is true for both gcc and clang at the moment.

http://reviews.llvm.org/D11895

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11895.31638.patch
Type: text/x-patch
Size: 13925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150810/2b94626e/attachment.bin>


More information about the llvm-commits mailing list