[all-commits] [llvm/llvm-project] 226d80: [MemProf] Rename HeapProfiler to MemProfiler for c...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Mon Sep 14 13:16:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 226d80ebe20e2d796af6c1bc43d9fbdfbb9d4a07
https://github.com/llvm/llvm-project/commit/226d80ebe20e2d796af6c1bc43d9fbdfbb9d4a07
Author: Teresa Johnson <tejohnson at google.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Driver/SanitizerArgs.h
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/Driver/SanitizerArgs.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/Driver/fmemprof.cpp
M llvm/include/llvm/InitializePasses.h
R llvm/include/llvm/Transforms/Instrumentation/HeapProfiler.h
A llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Instrumentation/CMakeLists.txt
R llvm/lib/Transforms/Instrumentation/HeapProfiler.cpp
M llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
A llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
M llvm/test/Instrumentation/HeapProfiler/basic.ll
M llvm/test/Instrumentation/HeapProfiler/instrumentation-use-callbacks.ll
M llvm/test/Instrumentation/HeapProfiler/masked-load-store.ll
M llvm/test/Instrumentation/HeapProfiler/scale-granularity.ll
M llvm/test/Instrumentation/HeapProfiler/version-mismatch-check.ll
Log Message:
-----------
[MemProf] Rename HeapProfiler to MemProfiler for consistency
This is consistent with the clang option added in
7ed8124d46f94601d5f1364becee9cee8538265e, and the comments on the
runtime patch in D87120.
Differential Revision: https://reviews.llvm.org/D87622
More information about the All-commits
mailing list