[PATCH] D85948: [HeapProf] Clang and LLVM support for heap profiling instrumentation

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 25 23:09:15 PDT 2020


tejohnson updated this revision to Diff 287832.
tejohnson marked 2 inline comments as done.
tejohnson added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85948/new/

https://reviews.llvm.org/D85948

Files:
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Driver/Options.td
  clang/include/clang/Driver/SanitizerArgs.h
  clang/lib/CodeGen/BackendUtil.cpp
  clang/lib/Driver/SanitizerArgs.cpp
  clang/lib/Driver/ToolChains/Clang.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/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/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: D85948.287832.patch
Type: text/x-patch
Size: 65316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200826/b0757137/attachment-0001.bin>


More information about the cfe-commits mailing list