[PATCH] D87622: [MemProf] Rename HeapProfiler to MemProfiler for consistency (NFC)
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 14 11:00:37 PDT 2020
tejohnson created this revision.
tejohnson added a reviewer: davidxl.
Herald added subscribers: jfb, hiraditya, mgorny.
Herald added projects: clang, LLVM.
tejohnson requested review of this revision.
This is consistent with the clang option added in
7ed8124d46f94601d5f1364becee9cee8538265e <https://reviews.llvm.org/rG7ed8124d46f94601d5f1364becee9cee8538265e>, and the comments on the
runtime patch in D87120 <https://reviews.llvm.org/D87120>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D87622
Files:
clang/include/clang/Basic/CodeGenOptions.def
clang/include/clang/Driver/SanitizerArgs.h
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/Driver/SanitizerArgs.cpp
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/Driver/fmemprof.cpp
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Transforms/Instrumentation/HeapProfiler.h
llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/lib/Transforms/Instrumentation/CMakeLists.txt
llvm/lib/Transforms/Instrumentation/HeapProfiler.cpp
llvm/lib/Transforms/Instrumentation/Instrumentation.cpp
llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
llvm/test/Instrumentation/HeapProfiler/basic.ll
llvm/test/Instrumentation/HeapProfiler/instrumentation-use-callbacks.ll
llvm/test/Instrumentation/HeapProfiler/masked-load-store.ll
llvm/test/Instrumentation/HeapProfiler/scale-granularity.ll
llvm/test/Instrumentation/HeapProfiler/version-mismatch-check.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87622.291620.patch
Type: text/x-patch
Size: 64199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/bafee7fe/attachment.bin>
More information about the llvm-commits
mailing list