[DynInst_API:] [dyninst/dyninst] 8403ef: Fix int size of rose operations return values


Date: Mon, 11 Sep 2023 12:46:24 -0700
From: bbiiggppiigg <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 8403ef: Fix int size of rose operations return values
  Branch: refs/heads/bbiiggppiigg/port_indirect_branch_support_gfx908_gfx90a
  Home:   https://github.com/dyninst/dyninst
  Commit: 8403ef1659b85a3d16e0e670cdd2ef8843f131e9
      https://github.com/dyninst/dyninst/commit/8403ef1659b85a3d16e0e670cdd2ef8843f131e9
  Author: wuxx1279 <bbiiggppiigg@xxxxxxxxx>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M parseAPI/src/SymbolicExpression.C

  Log Message:
  -----------
  Fix int size of rose operations return values

- set integer bit size of equalsizeOp to be 1
- set integer bit size of andOp to be max size of operands
- set integer bit size of orOp to be max size of operands


  Commit: d152312bfc40755b0e99591d8a654a808e10735a
      https://github.com/dyninst/dyninst/commit/d152312bfc40755b0e99591d8a654a808e10735a
  Author: wuxx1279 <bbiiggppiigg@xxxxxxxxx>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M common/h/dyn_regs.h
    M common/src/dyn_regs.C
    A dataflowAPI/rose/SgAsmAMDGPUInstruction.h
    M dataflowAPI/rose/conversions.h
    A dataflowAPI/rose/semantics/DispatcherAMDGPU.C
    A dataflowAPI/rose/semantics/DispatcherAMDGPU.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/AbslocInterface.C
    M dataflowAPI/src/ExpressionConversionVisitor.C
    M dataflowAPI/src/RoseImpl.C
    M dataflowAPI/src/RoseInsnFactory.C
    M dataflowAPI/src/RoseInsnFactory.h
    M dataflowAPI/src/SymEval.C
    M dataflowAPI/src/SymbolicExpansion.C
    M dataflowAPI/src/SymbolicExpansion.h
    M dataflowAPI/src/convertOpcodes.C
    M external/rose/amdgpuInstructionEnum.h
    M external/rose/rose-compat.h
    M parseAPI/CMakeLists.txt
    M parseAPI/src/IndirectAnalyzer.C

  Log Message:
  -----------
  Indirect Control Flow support for GFX908 / GFX90A

This commit ports the support for indirect control flow
analysis that was done for gfx900 to gfx908 and gfx90a.


Compare: https://github.com/dyninst/dyninst/compare/31a32f8513d8...d152312bfc40
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 8403ef: Fix int size of rose operations return values, bbiiggppiigg <=