[PATCH] D19904: XRay: Add entry and exit sleds

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 22:13:02 PDT 2016


dberris updated this revision to Diff 56851.
dberris added a comment.

- Make ReturnOpcode an argument to TargetInstrInfo constructor and whitelist one ReturnOpcode instead


http://reviews.llvm.org/D19904

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/InitializePasses.h
  include/llvm/MC/MCObjectFileInfo.h
  include/llvm/Target/Target.td
  include/llvm/Target/TargetInstrInfo.h
  include/llvm/Target/TargetOpcodes.def
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/Passes.cpp
  lib/CodeGen/XRayInstrumentation.cpp
  lib/MC/MCObjectFileInfo.cpp
  lib/Target/X86/X86AsmPrinter.cpp
  lib/Target/X86/X86AsmPrinter.h
  lib/Target/X86/X86FrameLowering.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86MCInstLower.cpp
  test/CodeGen/X86/xray-attribute-instrumentation.ll
  test/CodeGen/X86/xray-selective-instrumentation-miss.ll
  test/CodeGen/X86/xray-selective-instrumentation.ll
  test/TableGen/trydecode-emission.td
  test/TableGen/trydecode-emission2.td
  test/TableGen/trydecode-emission3.td
  utils/TableGen/InstrInfoEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19904.56851.patch
Type: text/x-patch
Size: 25727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160511/88ead585/attachment.bin>


More information about the llvm-commits mailing list