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
  • !3970

i#2985 drx_expand_scatter_gather(): Add drx restore state machine for AVX-512 scatter.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hendrik Greving requested to merge i2985-add-avx512-scatter-support into master Nov 26, 2019
  • Overview 9
  • Commits 3
  • Pipelines 0
  • Changes 2

The patch adds drx support to detect and restore the scratch mask as well as the destination mask state in the AVX-512 scatter emulation sequence.

Adds two more states to the AVX2 gather and the AVX-512 gather state machine making them more robust detecting the emulation sequence.

Fixes a bug where we read register values from mcontext instead of raw_mcontext when restoring it, which matters for example if the register is the stack pointer.

Fixes some bugs in the illustrating comments.

Removes the relevant errors from client.drx-scattergather.

Issue: #2985 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i2985-add-avx512-scatter-support