[PATCH] D74362: Cheap Function Entry Instrumentation for Dead Code Detection
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 30 13:47:54 PDT 2020
hiraditya updated this revision to Diff 267477.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74362/new/
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/IPO/PassManagerBuilder.cpp
llvm/lib/Transforms/Instrumentation/CMakeLists.txt
llvm/lib/Transforms/Instrumentation/InstrFuncEntry.cpp
llvm/lib/Transforms/Instrumentation/Instrumentation.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.267477.patch
Type: text/x-patch
Size: 32560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200530/af4bfb4c/attachment.bin>
More information about the llvm-commits
mailing list