[all-commits] [llvm/llvm-project] 16c7b3: [MemProf] Split MemProfiler into Instrumentation a...
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Thu Jun 5 07:37:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16c7b3c9f51773948248b4cfbcf2b9f0e0dc49fa
https://github.com/llvm/llvm-project/commit/16c7b3c9f51773948248b4cfbcf2b9f0e0dc49fa
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
A llvm/include/llvm/Transforms/Instrumentation/MemProfInstrumentation.h
A llvm/include/llvm/Transforms/Instrumentation/MemProfUse.h
R llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Transforms/Instrumentation/CMakeLists.txt
A llvm/lib/Transforms/Instrumentation/MemProfInstrumentation.cpp
A llvm/lib/Transforms/Instrumentation/MemProfUse.cpp
R llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
M llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp
Log Message:
-----------
[MemProf] Split MemProfiler into Instrumentation and Use. (#142811)
Most of the recent development on the MemProfiler has been on the Use part. The instrumentation has been quite stable for a while. As the complexity of the use grows (with undrifting, diagnostics etc) I figured it would be good to separate these two implementations.
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