Branch: refs/heads/thaines/refactor_entryID
Home: https://github.com/dyninst/dyninst
Commit: d5538e2392c797fdc0fe4c49cb1fdee54ea42366
https://github.com/dyninst/dyninst/commit/d5538e2392c797fdc0fe4c49cb1fdee54ea42366
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-10-15 (Sun, 15 Oct 2023)
Changed paths:
M common/CMakeLists.txt
R common/h/AMDGPU/gfx908/amdgpu_gfx908_op_table.h
R common/h/AMDGPU/gfx90a/amdgpu_gfx90a_op_table.h
R common/h/AMDGPU/gfx940/amdgpu_gfx940_op_table.h
M common/h/entryIDs.h
A common/h/mnemonics/AMDGPU/gfx908
A common/h/mnemonics/AMDGPU/gfx90a
A common/h/mnemonics/AMDGPU/gfx940
A common/h/mnemonics/IntelGPU/generic
A common/h/mnemonics/NVIDIA/generic
A common/h/mnemonics/aarch64
A common/h/mnemonics/ppc
A common/h/mnemonics/x86
Log Message:
-----------
Move entryIDs into separate data files
This will make it much easier to update them as we migrate to Capstone.
This is a very poor solution, but is the only means of splitting the
architectures apart while maintaining the existing entryID enum usage.
|