This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 55d3e2aced7 [TargetTransformInfo] Handle intrinsic call in getInstructi [...] new bbd7d72ffd7 [TableGen] Replace InfoByHwMode::getAsString with writeToStream new 1f90df4d887 [XRay] support conditional return on PPC. new d3fa505559b llvm-ar: align the first archive member consistently.
The 3 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: include/llvm/Target/Target.td | 1 + lib/CodeGen/XRayInstrumentation.cpp | 70 ++++++++++++++++----- lib/Object/ArchiveWriter.cpp | 8 ++- lib/Target/PowerPC/PPC.h | 5 ++ lib/Target/PowerPC/PPCAsmPrinter.cpp | 80 ++++++++++++++++++------ lib/Target/PowerPC/PPCMCInstLower.cpp | 81 +++++++++++++------------ test/CodeGen/PowerPC/xray-conditional-return.ll | 79 ++++++++++++++++++++++++ test/CodeGen/PowerPC/xray-ret-is-terminator.ll | 32 ++++++++++ test/Object/archive-symtab.test | 10 ++- utils/TableGen/CodeGenDAGPatterns.cpp | 10 ++- utils/TableGen/CodeGenDAGPatterns.h | 2 + utils/TableGen/CodeGenRegisters.cpp | 2 +- utils/TableGen/InfoByHwMode.cpp | 63 ++++++++++--------- utils/TableGen/InfoByHwMode.h | 12 +++- 14 files changed, 346 insertions(+), 109 deletions(-) create mode 100644 test/CodeGen/PowerPC/xray-conditional-return.ll create mode 100644 test/CodeGen/PowerPC/xray-ret-is-terminator.ll