[DynInst_API:] [dyninst/dyninst] 888e85: Add RISC-V Parse API


Date: Wed, 17 Dec 2025 19:27:12 -0800
From: wxrdnx <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 888e85: Add RISC-V Parse API
  Branch: refs/heads/angushe/riscv-parse-dataflow
  Home:   https://github.com/dyninst/dyninst
  Commit: 888e852ede1e950ab98f1c8ad171f006a57c3ef9
      https://github.com/dyninst/dyninst/commit/888e852ede1e950ab98f1c8ad171f006a57c3ef9
  Author: wxrdnx <wxrdnx@xxxxxxxxxxxxxx>
  Date:   2025-12-17 (Wed, 17 Dec 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: a322fa99c3d3c444b6c5870484c32bfae3689b6f
      https://github.com/dyninst/dyninst/commit/a322fa99c3d3c444b6c5870484c32bfae3689b6f
  Author: wxrdnx <wxrdnx@xxxxxxxxxxxxxx>
  Date:   2025-12-17 (Wed, 17 Dec 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: 9a2f8c191ef3c1066272fd4eb2b663b747eedf6b
      https://github.com/dyninst/dyninst/commit/9a2f8c191ef3c1066272fd4eb2b663b747eedf6b
  Author: wxrdnx <wxrdnx@xxxxxxxxxxxxxx>
  Date:   2025-12-17 (Wed, 17 Dec 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/84ce0cba16f3...9a2f8c191ef3

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] 888e85: Add RISC-V Parse API, wxrdnx <=