[PATCH] D74362: Cheap Function Entry Instrumentation for Dead Code Detection

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 15:10:17 PST 2020


hiraditya created this revision.
hiraditya added reviewers: kyulee, ianlevesque, Nikolai, sebpop, zinob.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74362

Files:
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/ProfileData/InstrProfData.inc
  llvm/include/llvm/Transforms/Instrumentation.h
  llvm/include/llvm/Transforms/Instrumentation/InstrFuncEntry.h
  llvm/lib/Transforms/Instrumentation/CMakeLists.txt
  llvm/lib/Transforms/Instrumentation/InstrFuncEntry.cpp
  llvm/test/Instrumentation/InstrFuncEntry/Inputs/blacklist1.txt
  llvm/test/Instrumentation/InstrFuncEntry/Inputs/blacklist2.txt
  llvm/test/Instrumentation/InstrFuncEntry/funcentry.ll
  llvm/test/Instrumentation/InstrFuncEntry/read-blacklist-from-file.ll
  llvm/test/Instrumentation/InstrFuncEntry/skip-objc-and-stdcxx.ll
  llvm/test/Instrumentation/InstrFuncEntry/skip-small-functions.ll
  llvm/test/Instrumentation/InstrFuncEntry/verify-files-created.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74362.243685.patch
Type: text/x-patch
Size: 29354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200210/8374b734/attachment.bin>


More information about the llvm-commits mailing list