Branch: refs/heads/bbiiggppiigg/restructure-append-operand-and-fix-mdma
  Home:   https://github.com/dyninst/dyninst
  Commit: 583dd4bc3b8045db2830282502dd09559558d615
      
https://github.com/dyninst/dyninst/commit/583dd4bc3b8045db2830282502dd09559558d615
  Author: wuxx1279 <bbiiggppi...@gmail.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M instructionAPI/src/AMDGPU/gfx908/InstructionDecoder-amdgpu-gfx908.C
    M instructionAPI/src/AMDGPU/gfx908/InstructionDecoder-amdgpu-gfx908.h
    A instructionAPI/src/AMDGPU/gfx908/appendOperands.C
    A instructionAPI/src/AMDGPU/gfx908/appendOperands.h
    R instructionAPI/src/AMDGPU/gfx908/decodeOperands.C
    R instructionAPI/src/AMDGPU/gfx908/decodeOperands.h
    M instructionAPI/src/AMDGPU/gfx908/finalizeOperands.C
    M instructionAPI/src/AMDGPU/gfx90a/InstructionDecoder-amdgpu-gfx90a.C
    M instructionAPI/src/AMDGPU/gfx90a/InstructionDecoder-amdgpu-gfx90a.h
    A instructionAPI/src/AMDGPU/gfx90a/appendOperands.C
    A instructionAPI/src/AMDGPU/gfx90a/appendOperands.h
    R instructionAPI/src/AMDGPU/gfx90a/decodeOperands.C
    R instructionAPI/src/AMDGPU/gfx90a/decodeOperands.h
    M instructionAPI/src/AMDGPU/gfx90a/finalizeOperands.C
    M instructionAPI/src/AMDGPU/gfx940/InstructionDecoder-amdgpu-gfx940.C
    M instructionAPI/src/AMDGPU/gfx940/InstructionDecoder-amdgpu-gfx940.h
    A instructionAPI/src/AMDGPU/gfx940/appendOperands.C
    A instructionAPI/src/AMDGPU/gfx940/appendOperands.h
    R instructionAPI/src/AMDGPU/gfx940/decodeOperands.C
    R instructionAPI/src/AMDGPU/gfx940/decodeOperands.h
    M instructionAPI/src/AMDGPU/gfx940/finalizeOperands.C

  Log Message:
  -----------
  Restructure operand decoding logic for AMDGPU

As title, this commit restructured the operand decoding logic.
The main changes are as follows:

* Replace decodeOPR_* interfaces with appendOPR_* for most operands,
  where the appendOPR_* can handle variable length operand on its own.

* Fix operand length for MFMA instructions


  Commit: acc56c5116911fb5b08719145e675de3e93af69f
      
https://github.com/dyninst/dyninst/commit/acc56c5116911fb5b08719145e675de3e93af69f
  Author: wuxx1279 <bbiiggppi...@gmail.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M instructionAPI/CMakeLists.txt

  Log Message:
  -----------
  fix cmake private headers to use appendOperands.h


  Commit: 910067cf64eddd05813c89f4fc4695c457060555
      
https://github.com/dyninst/dyninst/commit/910067cf64eddd05813c89f4fc4695c457060555
  Author: wuxx1279 <bbiiggppi...@gmail.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M instructionAPI/src/AMDGPU/gfx908/appendOperands.h
    M instructionAPI/src/AMDGPU/gfx90a/appendOperands.h
    M instructionAPI/src/AMDGPU/gfx940/appendOperands.h

  Log Message:
  -----------
  add license text and include guard


  Commit: d86b58bf422f75e1f9abf7300349edd8766084c3
      
https://github.com/dyninst/dyninst/commit/d86b58bf422f75e1f9abf7300349edd8766084c3
  Author: wuxx1279 <bbiiggppi...@gmail.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M instructionAPI/CMakeLists.txt
    M instructionAPI/src/AMDGPU/gfx908/InstructionDecoder-amdgpu-gfx908.C
    M instructionAPI/src/AMDGPU/gfx908/InstructionDecoder-amdgpu-gfx908.h
    M instructionAPI/src/AMDGPU/gfx908/amdgpu_gfx908_decoder_impl.C
    R instructionAPI/src/AMDGPU/gfx908/amdgpu_gfx908_decoder_impl.h
    R instructionAPI/src/AMDGPU/gfx908/amdgpu_gfx908_opcode_tables.C
    M instructionAPI/src/AMDGPU/gfx908/appendOperands.C
    R instructionAPI/src/AMDGPU/gfx908/appendOperands.h
    A instructionAPI/src/AMDGPU/gfx908/decodeOperands.C
    M instructionAPI/src/AMDGPU/gfx908/finalizeOperands.C
    M instructionAPI/src/AMDGPU/gfx90a/InstructionDecoder-amdgpu-gfx90a.C
    M instructionAPI/src/AMDGPU/gfx90a/InstructionDecoder-amdgpu-gfx90a.h
    M instructionAPI/src/AMDGPU/gfx90a/amdgpu_gfx90a_decoder_impl.C
    R instructionAPI/src/AMDGPU/gfx90a/amdgpu_gfx90a_decoder_impl.h
    M instructionAPI/src/AMDGPU/gfx90a/amdgpu_gfx90a_opcode_tables.C
    M instructionAPI/src/AMDGPU/gfx90a/appendOperands.C
    R instructionAPI/src/AMDGPU/gfx90a/appendOperands.h
    A instructionAPI/src/AMDGPU/gfx90a/decodeOperands.C
    M instructionAPI/src/AMDGPU/gfx90a/finalizeOperands.C
    M instructionAPI/src/AMDGPU/gfx940/InstructionDecoder-amdgpu-gfx940.C
    M instructionAPI/src/AMDGPU/gfx940/InstructionDecoder-amdgpu-gfx940.h
    M instructionAPI/src/AMDGPU/gfx940/amdgpu_gfx940_decoder_impl.C
    R instructionAPI/src/AMDGPU/gfx940/amdgpu_gfx940_decoder_impl.h
    R instructionAPI/src/AMDGPU/gfx940/amdgpu_gfx940_insn_entry.h
    M instructionAPI/src/AMDGPU/gfx940/amdgpu_gfx940_opcode_tables.C
    M instructionAPI/src/AMDGPU/gfx940/appendOperands.C
    R instructionAPI/src/AMDGPU/gfx940/appendOperands.h
    A instructionAPI/src/AMDGPU/gfx940/decodeOperands.C
    M instructionAPI/src/AMDGPU/gfx940/finalizeOperands.C

  Log Message:
  -----------
  Reorganize AMDGPU-decoder for separate-compilation


Compare: https://github.com/dyninst/dyninst/compare/74f500a7adf8...d86b58bf422f
_______________________________________________
Dyninst-api mailing list
Dyninst-api@cs.wisc.edu
https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api

Reply via email to