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

i#1621 AArch64 cc opt: Add test for -opt_cleancall=1.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge i1621-cc-opt-test into master Apr 28, 2017
  • Overview 20
  • Commits 9
  • Pipelines 0
  • Changes 6

Created by: fhahn

This patch adds a new cleancall-opt-1 test. It reuses most of the infrastructure from inline.dll.c, which is moved to cleancall-opt-shared.h and ported to AArch64.

cleancall-opt-1.dll.c at the moment only contains a single test function (modify_gprs) which modifies all GPRs on AArch64, as well as the SIMD registers on X86. Once #2333 is merged, an out-of-line clean call will be used on AArch64. My intention was to modify all relevant registers on X86 to force using an out-of-line call, but for some reason, no out-of-line call is used. Any ideas what I might be missing?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1621-cc-opt-test