Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !2920

Use Cmake to generate files from codec.txt automatically on AArch64.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge ixxx-a64-cmake-build-codec into master Apr 10, 2018
  • Overview 6
  • Commits 5
  • Pipelines 0
  • Changes 11

Created by: fhahn

This patch removes

  • core/arch/aarch64/decode_gen.h,
  • core/arch/aarch64/encode_gen.h
  • core/arch/aarch64/opcode.h
  • core/arch/aarch64/opcode_names.h

and instead adds Cmake rules to automatically generate them from codec.txt.

The main advantage is that this dramatically reduces the diff for codec changes on AArch64, as it will not contain tons of changes in the auto-generated files.

Change-Id: I88c38835c887d252fe0fa4e406879e3b5d682c19

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ixxx-a64-cmake-build-codec