[DynInst_API:] [dyninst/dyninst] 1b8bc8: Add RISC-V Parse API


Date: Sun, 30 Nov 2025 21:50:25 -0800
From: wxrdnx <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 1b8bc8: Add RISC-V Parse API
  Branch: refs/heads/angushe/riscv-parse-dataflow
  Home:   https://github.com/dyninst/dyninst
  Commit: 1b8bc8a64a6b90ba0bc80181b31ba8908d755914
      https://github.com/dyninst/dyninst/commit/1b8bc8a64a6b90ba0bc80181b31ba8908d755914
  Author: wxrdnx <wxrdnx@xxxxxxxxxxxxxx>
  Date:   2025-11-30 (Sun, 30 Nov 2025)

  Changed paths:
    M parseAPI/CMakeLists.txt
    M parseAPI/h/CFGModifier.h
    M parseAPI/h/CodeSource.h
    M parseAPI/src/BoundFactCalculator.C
    M parseAPI/src/BoundFactData.C
    M parseAPI/src/CodeSource.C
    M parseAPI/src/IA_IAPI.C
    M parseAPI/src/IA_IAPI.h
    A parseAPI/src/IA_riscv64.C
    A parseAPI/src/IA_riscv64.h
    M parseAPI/src/IndirectAnalyzer.C
    M parseAPI/src/Parser.C
    M parseAPI/src/Parser.h
    M parseAPI/src/SymtabCodeSource.C

  Log Message:
  -----------
  Add RISC-V Parse API


  Commit: 4763805c8f2682edeeb55ad2c4734c9d22aaf410
      https://github.com/dyninst/dyninst/commit/4763805c8f2682edeeb55ad2c4734c9d22aaf410
  Author: wxrdnx <wxrdnx@xxxxxxxxxxxxxx>
  Date:   2025-11-30 (Sun, 30 Nov 2025)

  Changed paths:
    M dataflowAPI/CMakeLists.txt
    A dataflowAPI/rose/SgAsmRiscv64Instruction.h
    M dataflowAPI/rose/conversions.h
    A dataflowAPI/rose/semantics/DispatcherRiscv64.C
    A dataflowAPI/rose/semantics/DispatcherRiscv64.h
    M dataflowAPI/rose/semantics/Registers.C
    M dataflowAPI/rose/semantics/Registers.h
    M dataflowAPI/rose/semantics/SymEvalSemantics.C
    M dataflowAPI/rose/semantics/SymEvalSemantics.h
    M dataflowAPI/src/ABI.C
    M dataflowAPI/src/AbslocInterface.C
    M dataflowAPI/src/ExpressionConversionVisitor.C
    M dataflowAPI/src/RegisterMap.C
    M dataflowAPI/src/RegisterMap.h
    M dataflowAPI/src/RoseImpl.C
    M dataflowAPI/src/RoseInsnFactory.C
    M dataflowAPI/src/RoseInsnFactory.h
    M dataflowAPI/src/SymEval.C
    M dataflowAPI/src/SymEvalPolicy.h
    M dataflowAPI/src/SymbolicExpansion.C
    M dataflowAPI/src/SymbolicExpansion.h
    M dataflowAPI/src/convertOpcodes.C
    M dataflowAPI/src/stackanalysis.C
    M external/rose/rose-compat.h

  Log Message:
  -----------
  Add RISC-V Dataflow API


  Commit: 84ce0cba16f31180f939f5fbb5b1d5b2dd5a42d8
      https://github.com/dyninst/dyninst/commit/84ce0cba16f31180f939f5fbb5b1d5b2dd5a42d8
  Author: wxrdnx <wxrdnx@xxxxxxxxxxxxxx>
  Date:   2025-11-30 (Sun, 30 Nov 2025)

  Changed paths:
    M dataflowAPI/rose/semantics/DispatcherRiscv64.C
    M dataflowAPI/src/convertOpcodes.C
    M external/rose/riscv64InstructionEnum.h
    M parseAPI/src/BoundFactCalculator.C
    M parseAPI/src/IA_riscv64.C

  Log Message:
  -----------
  Remove compressed instruction


Compare: https://github.com/dyninst/dyninst/compare/1b8bc8a64a6b%5E...84ce0cba16f3

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→]
  • [DynInst_API:] [dyninst/dyninst] 1b8bc8: Add RISC-V Parse API, wxrdnx <=