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

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 00:07:46 PDT 2016


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

- Clean up local history, squashing to a single revision (rebased too)


http://reviews.llvm.org/D19904

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/InitializePasses.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/TargetPassConfig.cpp
  lib/CodeGen/XRayInstrumentation.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.62471.patch
Type: text/x-patch
Size: 24144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160701/7db45135/attachment.bin>


More information about the llvm-commits mailing list