Branch: refs/heads/thaines/emitter_getInterModule
  Home:   https://github.com/dyninst/dyninst
  Commit: 1d61c79a3c22363bd4053c10aa9cf0313d0bb85b
      
https://github.com/dyninst/dyninst/commit/1d61c79a3c22363bd4053c10aa9cf0313d0bb85b
  Author: Tim Haines <[email protected]>
  Date:   2026-02-21 (Sat, 21 Feb 2026)

  Changed paths:
    M dyninstAPI/src/emit-aarch64.h
    M dyninstAPI/src/emit-amdgpu.h
    M dyninstAPI/src/emit-power.h
    M dyninstAPI/src/emit-x86.C
    M dyninstAPI/src/emit-x86.h
    M dyninstAPI/src/emitter.h
    M dyninstAPI/src/inst-aarch64.C
    M dyninstAPI/src/inst-amdgpu.C
    M dyninstAPI/src/inst-power.C

  Log Message:
  -----------
  Make Emitter::getInterModuleFuncAddr virtual

This makes the implementations architecture-specific without having
possible symbol collisions when all architectures are linked together
(a necessity for having architecture-independent codegen).

The 'override's are commented out because clang will issue a warning
when only a subset of overridden members are marked, and I don't want to
fix up the rest of the members here.


  Commit: 01cef944c3c31ea79627b1fefe7bf7871f423ddb
      
https://github.com/dyninst/dyninst/commit/01cef944c3c31ea79627b1fefe7bf7871f423ddb
  Author: Tim Haines <[email protected]>
  Date:   2026-02-21 (Sat, 21 Feb 2026)

  Changed paths:
    M dyninstAPI/src/emit-aarch64.h
    M dyninstAPI/src/emit-amdgpu.h
    M dyninstAPI/src/emit-power.h
    M dyninstAPI/src/emit-x86.C
    M dyninstAPI/src/emit-x86.h
    M dyninstAPI/src/emitter.h
    M dyninstAPI/src/inst-aarch64.C
    M dyninstAPI/src/inst-amdgpu.C
    M dyninstAPI/src/inst-power.C

  Log Message:
  -----------
  getInterModuleVarAddr


Compare: https://github.com/dyninst/dyninst/compare/bd409a20be9b...01cef944c3c3

To unsubscribe from these emails, change your notification settings at 
https://github.com/dyninst/dyninst/settings/notifications
_______________________________________________
Dyninst-api mailing list
[email protected]
https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api

Reply via email to