[PATCH] D36615: [XRay][CodeGen] Use PIC-friendly code in XRay sleds; remove synthetic references in .text

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 17 21:57:51 PDT 2017


dberris updated this revision to Diff 111613.
dberris marked 2 inline comments as done.
dberris retitled this revision from "[XRay][CodeGen] Use PIC-friendly code in XRay sleds; remove synthetic references" to "[XRay][CodeGen] Use PIC-friendly code in XRay sleds; remove synthetic references in .text".
dberris edited the summary of this revision.
dberris added a dependency: D36816: [XRay][compiler-rt] Support sled versioning for custom event sleds.
dberris added a comment.
Herald added subscribers: javed.absar, sdardis.

Reword and update implementation, this time with tests.


https://reviews.llvm.org/D36615

Files:
  include/llvm/CodeGen/AsmPrinter.h
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/Target/X86/X86MCInstLower.cpp
  test/CodeGen/AArch64/xray-attribute-instrumentation.ll
  test/CodeGen/AArch64/xray-tail-call-sled.ll
  test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
  test/CodeGen/ARM/xray-armv7-attribute-instrumentation.ll
  test/CodeGen/Mips/xray-section-group.ll
  test/CodeGen/X86/xray-attribute-instrumentation.ll
  test/CodeGen/X86/xray-custom-log.ll
  test/CodeGen/X86/xray-log-args.ll
  test/CodeGen/X86/xray-loop-detection.ll
  test/CodeGen/X86/xray-section-group.ll
  test/CodeGen/X86/xray-tail-call-sled.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36615.111613.patch
Type: text/x-patch
Size: 25570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170818/65decfce/attachment.bin>


More information about the llvm-commits mailing list