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
  • Issues
  • #1556
Closed
Open
Issue created Nov 28, 2014 by Derek Bruening@derekbrueningContributor

mark conditional branches and string loops as predicated

From bruen...@google.com on October 30, 2014 18:52:04

The new predication API (xref issue #269 (closed) , issue #1181 (closed) ) should probably consider general conditional branches to also be predicated. For x86, OP_jcc is simple to translate to DR_PRED_ constants -- but we'd have to add new ones or ensure DR_PRED_COMPLEX's assumptions hold for OP_jecxz.

What about OP_rep_movs for when ecx is 0?

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1556

Assignee
Assign to
Time tracking