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

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 12:50:51 PST 2017


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

Updated as commented.


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_interface.cc
  compiler-rt/lib/xray/xray_powerpc64.cc
  compiler-rt/lib/xray/xray_powerpc64.inc
  compiler-rt/lib/xray/xray_trampoline_powerpc64.S
  compiler-rt/lib/xray/xray_trampoline_powerpc64.cc
  compiler-rt/lib/xray/xray_tsc.h
  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.88041.patch
Type: text/x-patch
Size: 17906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170210/d337a61b/attachment.bin>


More information about the llvm-commits mailing list