[all-commits] [llvm/llvm-project] 364c50: [libunwind] Add SystemZ support

Ulrich Weigand via All-commits all-commits at lists.llvm.org
Mon May 2 05:38:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 364c5023d2ce1617c706b185892ddfaa2fd4d166
      https://github.com/llvm/llvm-project/commit/364c5023d2ce1617c706b185892ddfaa2fd4d166
  Author: Ulrich Weigand <ulrich.weigand at de.ibm.com>
  Date:   2022-05-02 (Mon, 02 May 2022)

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

  Log Message:
  -----------
  [libunwind] Add SystemZ support

Add support for the SystemZ (s390x) architecture to libunwind.

Support should be feature-complete with the exception of
unwinding from signal handlers (to be added later).

Reviewed by: MaskRay

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




More information about the All-commits mailing list