Branch: refs/heads/gfx90a
Home: https://github.com/dyninst/dyninst
Commit: ba0af4ea8dd2546b441a33426dddc7568b49b7a7
https://github.com/dyninst/dyninst/commit/ba0af4ea8dd2546b441a33426dddc7568b49b7a7
Author: wuxx1279 <bbiiggppiigg@xxxxxxxxx>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
R common/h/AMDGPU/cdna2/amdgpu_cdna2_op_table.h
R common/h/AMDGPU/cdna2/amdgpu_cdna2_sys_regs.h
A common/h/AMDGPU/gfx90a/amdgpu_gfx90a_op_table.h
A common/h/AMDGPU/gfx90a/amdgpu_gfx90a_sys_regs.h
M common/h/dyn_regs.h
M common/h/entryIDs.h
M common/src/dyn_regs.C
M dwarf/src/dwarfHandle.C
M elf/src/Elf_X.C
M instructionAPI/CMakeLists.txt
M instructionAPI/h/Instruction.h
M instructionAPI/h/Operation_impl.h
R instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.C
R instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h
R instructionAPI/src/AMDGPU/cdna2/amdgpu_cdna2_decoder_impl.C
R instructionAPI/src/AMDGPU/cdna2/amdgpu_cdna2_decoder_impl.h
R instructionAPI/src/AMDGPU/cdna2/amdgpu_cdna2_insn_entry.h
R instructionAPI/src/AMDGPU/cdna2/amdgpu_cdna2_opcode_tables.C
R instructionAPI/src/AMDGPU/cdna2/decodeOperands.C
R instructionAPI/src/AMDGPU/cdna2/decodeOperands.h
R instructionAPI/src/AMDGPU/cdna2/finalizeOperands.C
A instructionAPI/src/AMDGPU/gfx90a/InstructionDecoder-amdgpu-gfx90a.C
A instructionAPI/src/AMDGPU/gfx90a/InstructionDecoder-amdgpu-gfx90a.h
A instructionAPI/src/AMDGPU/gfx90a/amdgpu_gfx90a_decoder_impl.C
A instructionAPI/src/AMDGPU/gfx90a/amdgpu_gfx90a_decoder_impl.h
A instructionAPI/src/AMDGPU/gfx90a/amdgpu_gfx90a_insn_entry.h
A instructionAPI/src/AMDGPU/gfx90a/amdgpu_gfx90a_opcode_tables.C
A instructionAPI/src/AMDGPU/gfx90a/decodeOperands.C
A instructionAPI/src/AMDGPU/gfx90a/decodeOperands.h
A instructionAPI/src/AMDGPU/gfx90a/finalizeOperands.C
M instructionAPI/src/ArchSpecificFormatters.C
M instructionAPI/src/Instruction.C
M instructionAPI/src/InstructionCategories.C
M instructionAPI/src/InstructionDecoderImpl.C
M instructionAPI/src/Register.C
M instructionAPI/src/amdgpu_branchinsn_table.h
M parseAPI/src/IA_IAPI.C
M parseAPI/src/IA_amdgpu.C
M parseAPI/src/SymbolicExpression.C
M proccontrol/src/process.C
Log Message:
-----------
rename AMDGPU cdna2 architecture to gfx90a, with updated decoder implementation
Commit: 19d7ae8e1e2faa54db6bcfe16a50c97f0c0c0876
https://github.com/dyninst/dyninst/commit/19d7ae8e1e2faa54db6bcfe16a50c97f0c0c0876
Author: wuxx1279 <bbiiggppiigg@xxxxxxxxx>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M common/h/dyn_regs.h
Log Message:
-----------
add definition for the memory-counter registers
Commit: 39478c31d881ea8698c7cce1336930f5b60049f3
https://github.com/dyninst/dyninst/commit/39478c31d881ea8698c7cce1336930f5b60049f3
Author: wuxx1279 <bbiiggppiigg@xxxxxxxxx>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M instructionAPI/src/AMDGPU/gfx90a/finalizeOperands.C
Log Message:
-----------
add empty finalizeOperand implementation for ENC_VINTRP, since no instructions of such encoding exists in the gfx90a isa drop
Compare: https://github.com/dyninst/dyninst/compare/ba0af4ea8dd2%5E...39478c31d881
|