[all-commits] [llvm/llvm-project] 5a63b2: [llvm-exegesis] Introduce SubprocessMemory Utility...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Jun 26 11:22:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a63b2b3049e06d83c43c037aab36e9bc3e797cb
https://github.com/llvm/llvm-project/commit/5a63b2b3049e06d83c43c037aab36e9bc3e797cb
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