[all-commits] [llvm/llvm-project] 3cbd47: [VE] Support VE in libunwind

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Sat Jan 16 22:35:21 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3cbd476c54886e8ebac64b4145d4517732a71023
      https://github.com/llvm/llvm-project/commit/3cbd476c54886e8ebac64b4145d4517732a71023
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2021-01-17 (Sun, 17 Jan 2021)

  Changed paths:
    M libunwind/include/__libunwind_config.h
    M libunwind/include/libunwind.h
    M libunwind/src/Registers.hpp
    M libunwind/src/Unwind-sjlj.c
    M libunwind/src/libunwind.cpp

  Log Message:
  -----------
  [VE] Support VE in libunwind

Modify libunwind to support SjLj exception handling routines for VE.
In order to do that, we need to implement not only SjLj exception
handling routines but also a Registers_ve class.  This implementation
of Registers_ve is incomplete.  We will work on it later when we need
backtrace in libunwind.

Reviewed By: #libunwind, compnerd

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




More information about the All-commits mailing list