[DynInst_API:] [dyninst/dyninst] 077d65: Move entryIDs into separate data files (#1585)


Date: Tue, 17 Oct 2023 06:01:39 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 077d65: Move entryIDs into separate data files (#1585)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 077d65c7193a0634ec2b50c5a322b735a3d6a324
      https://github.com/dyninst/dyninst/commit/077d65c7193a0634ec2b50c5a322b735a3d6a324
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-10-17 (Tue, 17 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_entryIDs.h
    A common/h/mnemonics/AMDGPU/gfx90a_entryIDs.h
    A common/h/mnemonics/AMDGPU/gfx940_entryIDs.h
    A common/h/mnemonics/IntelGPU/generic_entryIDs.h
    A common/h/mnemonics/NVIDIA/generic_entryIDs.h
    A common/h/mnemonics/aarch64_entryIDs.h
    A common/h/mnemonics/ppc_entryIDs.h
    A common/h/mnemonics/x86_entryIDs.h

  Log Message:
  -----------
  Move entryIDs into separate data files (#1585)

* 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.

* Add newline in x86 file

* Add suffix '_entryIDs.h' to data files

This gives the reader a better idea of what they are and lets tools like
cloc know that they correspond to a language.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 077d65: Move entryIDs into separate data files (#1585), Tim Haines <=