[DynInst_API:] [dyninst/dyninst] e0c12b: RISC-V Instruction API (#2046)


Date: Mon, 15 Dec 2025 22:17:56 -0800
From: Ronak Chauhan <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] e0c12b: RISC-V Instruction API (#2046)
  Branch: refs/heads/ronak/amdgpu-review
  Home:   https://github.com/dyninst/dyninst
  Commit: e0c12bc4adfcd911e6a7427291699e923db34489
      https://github.com/dyninst/dyninst/commit/e0c12bc4adfcd911e6a7427291699e923db34489
  Author: wxrdnx <67510189+wxrdnx@xxxxxxxxxxxxxxxxxxxxxxxx>
  Date:   2025-12-11 (Thu, 11 Dec 2025)

  Changed paths:
    M cmake/DyninstWarnings.cmake
    A common/src/arch-riscv64.h
    M instructionAPI/CMakeLists.txt
    M instructionAPI/h/ArchSpecificFormatters.h
    M instructionAPI/h/Instruction.h
    M instructionAPI/h/Operation_impl.h
    M instructionAPI/src/ArchSpecificFormatters.C
    M instructionAPI/src/Instruction.C
    M instructionAPI/src/InstructionDecoderImpl.C
    M instructionAPI/src/Operation.C
    A instructionAPI/src/decoder/riscv/categories.h
    A instructionAPI/src/decoder/riscv/decoder.C
    A instructionAPI/src/decoder/riscv/decoder.h
    A instructionAPI/src/decoder/riscv/mem_xlat.C
    A instructionAPI/src/decoder/riscv/mem_xlat.h
    A instructionAPI/src/decoder/riscv/opcode_xlat.C
    A instructionAPI/src/decoder/riscv/opcode_xlat.h
    A instructionAPI/src/decoder/riscv/register_xlat.C
    A instructionAPI/src/decoder/riscv/register_xlat.h
    A instructionAPI/src/decoder/type_conversion.h
    M instructionAPI/src/interrupts.C
    M tests/CMakeLists.txt
    M tests/integration/CMakeLists.txt
    A tests/integration/InstructionAPI/decoder/riscv/CMakeLists.txt
    A tests/integration/InstructionAPI/decoder/riscv/a_ext.cpp
    A tests/integration/InstructionAPI/decoder/riscv/branches.cpp
    A tests/integration/InstructionAPI/decoder/riscv/c_ext.cpp
    A tests/integration/InstructionAPI/decoder/riscv/d_ext.cpp
    A tests/integration/InstructionAPI/decoder/riscv/f_ext.cpp
    A tests/integration/InstructionAPI/decoder/riscv/m_ext.cpp
    A tests/integration/InstructionAPI/decoder/riscv/pseudo.cpp
    A tests/integration/InstructionAPI/decoder/riscv/rv64i_base.cpp
    A tests/integration/InstructionAPI/decoder/riscv/zicsr_ext.cpp
    A tests/opcode_tests.cpp
    A tests/opcode_tests.h

  Log Message:
  -----------
  RISC-V Instruction API (#2046)


  Commit: fed7be12d49beb983d5a7c0995aa9082d4b86be5
      https://github.com/dyninst/dyninst/commit/fed7be12d49beb983d5a7c0995aa9082d4b86be5
  Author: bbiiggppiigg <bbiiggppiigg@xxxxxxxxx>
  Date:   2025-12-13 (Sat, 13 Dec 2025)

  Changed paths:
    M common/src/arch-x86.C
    M common/src/arch-x86.h
    M instructionAPI/src/InstructionDecoder-x86.C

  Log Message:
  -----------
  Add support for vmovd instruction (#2075)


  Commit: 46de2e98a8710f3ceec7a2b2cb96c67e71d2a95d
      https://github.com/dyninst/dyninst/commit/46de2e98a8710f3ceec7a2b2cb96c67e71d2a95d
  Author: Ronak Chauhan <ronak@xxxxxxxxxxx>
  Date:   2025-12-16 (Tue, 16 Dec 2025)

  Changed paths:
    M cmake/DyninstWarnings.cmake
    A common/src/arch-riscv64.h
    M common/src/arch-x86.C
    M common/src/arch-x86.h
    M instructionAPI/CMakeLists.txt
    M instructionAPI/h/ArchSpecificFormatters.h
    M instructionAPI/h/Instruction.h
    M instructionAPI/h/Operation_impl.h
    M instructionAPI/src/ArchSpecificFormatters.C
    M instructionAPI/src/Instruction.C
    M instructionAPI/src/InstructionDecoder-x86.C
    M instructionAPI/src/InstructionDecoderImpl.C
    M instructionAPI/src/Operation.C
    A instructionAPI/src/decoder/riscv/categories.h
    A instructionAPI/src/decoder/riscv/decoder.C
    A instructionAPI/src/decoder/riscv/decoder.h
    A instructionAPI/src/decoder/riscv/mem_xlat.C
    A instructionAPI/src/decoder/riscv/mem_xlat.h
    A instructionAPI/src/decoder/riscv/opcode_xlat.C
    A instructionAPI/src/decoder/riscv/opcode_xlat.h
    A instructionAPI/src/decoder/riscv/register_xlat.C
    A instructionAPI/src/decoder/riscv/register_xlat.h
    A instructionAPI/src/decoder/type_conversion.h
    M instructionAPI/src/interrupts.C
    M tests/CMakeLists.txt
    M tests/integration/CMakeLists.txt
    A tests/integration/InstructionAPI/decoder/riscv/CMakeLists.txt
    A tests/integration/InstructionAPI/decoder/riscv/a_ext.cpp
    A tests/integration/InstructionAPI/decoder/riscv/branches.cpp
    A tests/integration/InstructionAPI/decoder/riscv/c_ext.cpp
    A tests/integration/InstructionAPI/decoder/riscv/d_ext.cpp
    A tests/integration/InstructionAPI/decoder/riscv/f_ext.cpp
    A tests/integration/InstructionAPI/decoder/riscv/m_ext.cpp
    A tests/integration/InstructionAPI/decoder/riscv/pseudo.cpp
    A tests/integration/InstructionAPI/decoder/riscv/rv64i_base.cpp
    A tests/integration/InstructionAPI/decoder/riscv/zicsr_ext.cpp
    A tests/opcode_tests.cpp
    A tests/opcode_tests.h

  Log Message:
  -----------
  Merge branch 'master' into ronak/amdgpu-review


  Commit: ccfda4c3d8d93b9dba18d7d6f628651e5cfb7a86
      https://github.com/dyninst/dyninst/commit/ccfda4c3d8d93b9dba18d7d6f628651e5cfb7a86
  Author: Ronak Chauhan <ronak@xxxxxxxxxxx>
  Date:   2025-12-16 (Tue, 16 Dec 2025)

  Changed paths:
    M .github/workflows/codegen-cross-build.yaml

  Log Message:
  -----------
  Add amdgpu_gfx908 to cross-build workflow


Compare: https://github.com/dyninst/dyninst/compare/6d22caf5c4cc...ccfda4c3d8d9

To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]