This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 575526c0828 [x86] Flesh out the custom ISel for RMW aritmetic ops with [...] new f7f70f7f6c5 [XRay][CodeGen][PowerPC] Fix tail exit codegen for XRay in PPC
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: lib/CodeGen/XRayInstrumentation.cpp | 23 ++++------- lib/Target/PowerPC/PPCAsmPrinter.cpp | 2 + .../PowerPC/xray-attribute-instrumentation.ll | 44 ++++++++++++++++++++++ test/CodeGen/PowerPC/xray-tail-call-hidden.ll | 26 +++++++++++++ test/CodeGen/PowerPC/xray-tail-call-sled.ll | 44 ++++++++++++++++++++++ 5 files changed, 123 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/PowerPC/xray-attribute-instrumentation.ll create mode 100644 test/CodeGen/PowerPC/xray-tail-call-hidden.ll create mode 100644 test/CodeGen/PowerPC/xray-tail-call-sled.ll