[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
Mon Aug 21 22:51:02 PDT 2017


dberris updated this revision to Diff 112115.
dberris marked 2 inline comments as done.
dberris added a comment.

- fixup: remove unnecessary if condition


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.112115.patch
Type: text/x-patch
Size: 25491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170822/30d0a72e/attachment.bin>


More information about the llvm-commits mailing list