[all-commits] [llvm/llvm-project] f93df5: [ORC] Add read operations to orc::MemoryAccess. (#...

Lang Hames via All-commits all-commits at lists.llvm.org
Thu Jun 26 16:49:39 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f93df5ebd992686f858606a5181ae99be0d2b354
      https://github.com/llvm/llvm-project/commit/f93df5ebd992686f858606a5181ae99be0d2b354
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h
    M llvm/include/llvm/ExecutionEngine/Orc/InProcessMemoryAccess.h
    M llvm/include/llvm/ExecutionEngine/Orc/MemoryAccess.h
    M llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h
    M llvm/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h
    M llvm/lib/ExecutionEngine/Orc/InProcessMemoryAccess.cpp
    M llvm/lib/ExecutionEngine/Orc/Shared/OrcRTBridge.cpp
    M llvm/lib/ExecutionEngine/Orc/SimpleRemoteEPC.cpp
    M llvm/lib/ExecutionEngine/Orc/TargetProcess/OrcRTBootstrap.cpp
    M llvm/unittests/ExecutionEngine/Orc/EPCGenericMemoryAccessTest.cpp

  Log Message:
  -----------
  [ORC] Add read operations to orc::MemoryAccess. (#145834)

This commit adds operations to orc::MemoryAccess for reading basic types
(uint8_t, uint16_t, uint32_t, uint64_t, pointers, buffers, and strings)
from executor memory.

The InProcessMemoryAccess and EPCGenericMemoryAccess implementations are
updated to support the new operations.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list