This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 324a908 [XRay] Refactor TSC related functions into a single header. NFC. new dcd2129 [XRay] Implement powerpc64le xray.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: cmake/config-ix.cmake | 2 +- lib/xray/CMakeLists.txt | 6 + lib/xray/xray_interface.cc | 2 + lib/xray/xray_powerpc64.cc | 95 +++++++++++++ lib/xray/{xray_x86_64.inc => xray_powerpc64.inc} | 20 +-- lib/xray/xray_trampoline_powerpc64.S | 171 +++++++++++++++++++++++ lib/xray/xray_trampoline_powerpc64.cc | 15 ++ lib/xray/xray_tsc.h | 2 + 8 files changed, 304 insertions(+), 9 deletions(-) create mode 100644 lib/xray/xray_powerpc64.cc copy lib/xray/{xray_x86_64.inc => xray_powerpc64.inc} (66%) create mode 100644 lib/xray/xray_trampoline_powerpc64.S create mode 100644 lib/xray/xray_trampoline_powerpc64.cc