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

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 19:50:00 PDT 2016


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

- Fixes after merge
- Emit a common symbol for the instrumentation map
- Improve table creation and allow access to the table via __xray_instr_map and __xray_instr_map_end
- Fix the sled type encoding


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/TargetPassConfig.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.61491.patch
Type: text/x-patch
Size: 26875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160622/57a7f1f6/attachment.bin>


More information about the llvm-commits mailing list