This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60 in repository llvm.
from f1b37feef3d Merging r329761: new 1c5cbb314c3 Merging r328400: new 2a631a2192a Merging r329335, r329355, r329573: new 56c31e605ad Merging r330186:
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/IR/IntrinsicsPowerPC.td | 6 +- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 22 ++++--- lib/MC/MCObjectFileInfo.cpp | 2 + test/CodeGen/PowerPC/no-dup-of-bdnz.ll | 75 ++++++++++++++++++++++ .../PowerPC/Inputs/ppc64_elf_module_b.s | 42 ++++++++++++ .../RuntimeDyld/PowerPC/ppc64_elf.s | 47 ++++++++++++++ test/MC/ELF/cfi-large-model.s | 65 +++++++++++++------ 7 files changed, 228 insertions(+), 31 deletions(-) create mode 100644 test/CodeGen/PowerPC/no-dup-of-bdnz.ll create mode 100644 test/ExecutionEngine/RuntimeDyld/PowerPC/Inputs/ppc64_elf_module_b.s create mode 100644 test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s