[all-commits] [llvm/llvm-project] 0b6b40: [llvm-exegesis] Introduce SubprocessMemory Utility...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Sun Jun 25 19:37:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b6b400b98b921279fc08c63a2a68ebfcb12a3e2
      https://github.com/llvm/llvm-project/commit/0b6b400b98b921279fc08c63a2a68ebfcb12a3e2
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-06-26 (Mon, 26 Jun 2023)

  Changed paths:
    M llvm/tools/llvm-exegesis/lib/BenchmarkResult.h
    M llvm/tools/llvm-exegesis/lib/CMakeLists.txt
    A llvm/tools/llvm-exegesis/lib/SubprocessMemory.cpp
    A llvm/tools/llvm-exegesis/lib/SubprocessMemory.h
    M llvm/unittests/tools/llvm-exegesis/X86/CMakeLists.txt
    A llvm/unittests/tools/llvm-exegesis/X86/SubprocessMemoryTest.cpp

  Log Message:
  -----------
  [llvm-exegesis] Introduce SubprocessMemory Utility Class

This patch introduces the SubprocessMemory class to llvm-exegesis. This
class contains several utilities that are needed for managing memory to
set up an execution environment for memory annotations.

Reviewed By: courbet

Differential Revision: https://reviews.llvm.org/D151022




More information about the All-commits mailing list