Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 85f3c8e71091d85fab5d4ff7b0b239c0fc028095
https://github.com/dyninst/dyninst/commit/85f3c8e71091d85fab5d4ff7b0b239c0fc028095
Author: bbiiggppiigg <bbiiggppiigg@xxxxxxxxx>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M common/CMakeLists.txt
R common/h/AMDGPU/vega/amdgpu_vega_op_table.h
R common/h/AMDGPU/vega/amdgpu_vega_sys_regs.h
M common/h/dyn_regs.h
M common/h/entryIDs.h
M common/src/dyn_regs.C
R dataflowAPI/rose/SgAsmAmdgpuVegaInstruction.h
M dataflowAPI/rose/conversions.h
M dataflowAPI/rose/semantics/DispatcherAMDGPU.h
R dataflowAPI/rose/semantics/DispatcherAmdgpuVega.C
R dataflowAPI/rose/semantics/DispatcherAmdgpuVega.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 dwarf/src/dwarfHandle.C
M elf/src/Elf_X.C
M external/rose/amdgpuInstructionEnum.h
M external/rose/rose-compat.h
M instructionAPI/CMakeLists.txt
M instructionAPI/h/Instruction.h
M instructionAPI/h/Operation_impl.h
R instructionAPI/src/AMDGPU/vega/InstructionDecoder-amdgpu-vega.C
R instructionAPI/src/AMDGPU/vega/InstructionDecoder-amdgpu-vega.h
R instructionAPI/src/AMDGPU/vega/amdgpu_vega_decoder_impl.C
R instructionAPI/src/AMDGPU/vega/amdgpu_vega_decoder_impl.h
R instructionAPI/src/AMDGPU/vega/amdgpu_vega_insn_entry.h
R instructionAPI/src/AMDGPU/vega/amdgpu_vega_opcode_tables.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/CMakeLists.txt
M parseAPI/src/IA_IAPI.C
M parseAPI/src/IA_amdgpu.C
M parseAPI/src/IndirectAnalyzer.C
M parseAPI/src/SymbolicExpression.C
M proccontrol/src/process.C
Log Message:
-----------
Drop Support for AMDGPU GFX900(VEGA) (#1555)
This commit drops the manual implementation for supporting AMDGPU GFX900 (VEGA) architecture,
which we don't have XML-ISA-SPEC for.
* drop support for gfx900
* remove legacy register vector types
|