[all-commits] [llvm/llvm-project] 847de9: [RISC-V] Add RISC-V ABI plugin

tedwoodward via All-commits all-commits at lists.llvm.org
Fri Sep 29 08:31:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 847de9c332775d1841fec9fea5cb5c41592a4c8f
      https://github.com/llvm/llvm-project/commit/847de9c332775d1841fec9fea5cb5c41592a4c8f
  Author: Ted Woodward <tedwood at quicinc.com>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

  Changed paths:
    M lldb/source/Plugins/ABI/CMakeLists.txt
    A lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
    A lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.h
    A lldb/source/Plugins/ABI/RISCV/CMakeLists.txt
    M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp

  Log Message:
  -----------
  [RISC-V] Add RISC-V ABI plugin

Also default to disassembling a and m features
Some code taken from https://reviews.llvm.org/D62732 , which hasn't been
updated in a year.

Tested with 32 and 64 bit Linux user space QEMU

Reviewed By: jasonmolenda

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




More information about the All-commits mailing list