[PATCH] D29742: [XRay] Implement powerpc64le xray.

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 13:46:30 PST 2017


timshen updated this revision to Diff 87871.
timshen added a comment.

Use emulated TSC until the frequency interface design is clear.


https://reviews.llvm.org/D29742

Files:
  clang/lib/Driver/Tools.cpp
  compiler-rt/cmake/config-ix.cmake
  compiler-rt/lib/xray/CMakeLists.txt
  compiler-rt/lib/xray/xray_fdr_logging.cc
  compiler-rt/lib/xray/xray_inmemory_log.cc
  compiler-rt/lib/xray/xray_interface.cc
  compiler-rt/lib/xray/xray_powerpc64.cc
  compiler-rt/lib/xray/xray_trampoline_powerpc64.S
  compiler-rt/lib/xray/xray_trampoline_powerpc64.cc
  compiler-rt/lib/xray/xray_utils.cc
  llvm/lib/CodeGen/XRayInstrumentation.cpp
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
  llvm/lib/Target/PowerPC/PPCSubtarget.h
  llvm/lib/XRay/InstrumentationMap.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29742.87871.patch
Type: text/x-patch
Size: 17879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170209/54335996/attachment.bin>


More information about the llvm-commits mailing list