[PATCH] D72890: [xray] Allow instrumenting only function entry and/or only function exit

Ian Levesque via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 12:57:08 PST 2020


ianlevesque updated this revision to Diff 238866.
ianlevesque added a comment.

Add x86 tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72890

Files:
  clang/include/clang/Basic/XRayInstr.h
  clang/include/clang/Driver/Options.td
  clang/lib/Basic/XRayInstr.cpp
  clang/lib/CodeGen/CodeGenFunction.cpp
  clang/lib/Driver/XRayArgs.cpp
  clang/test/CodeGen/xray-instrumentation-bundles.cpp
  llvm/lib/CodeGen/XRayInstrumentation.cpp
  llvm/test/CodeGen/AArch64/xray-partial-instrumentation-skip-entry.ll
  llvm/test/CodeGen/AArch64/xray-partial-instrumentation-skip-exit.ll
  llvm/test/CodeGen/X86/xray-partial-instrumentation-skip-entry.ll
  llvm/test/CodeGen/X86/xray-partial-instrumentation-skip-exit.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72890.238866.patch
Type: text/x-patch
Size: 16761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200117/36f55190/attachment-0001.bin>


More information about the llvm-commits mailing list