[all-commits] [llvm/llvm-project] 1b9b78: [llvm-exegesis] Introduce SubprocessMemory Utility...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Wed Jun 21 01:15:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b9b78fd481a13b54afaf4804ee4ad18fcf006fd
      https://github.com/llvm/llvm-project/commit/1b9b78fd481a13b54afaf4804ee4ad18fcf006fd
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-06-21 (Wed, 21 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