This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 154d2725d5f [PredicateInfo] Stable sort ValueDFS to remove non-determin [...] new 2f8f8d46d26 [llvm-objcopy] Support the rest of the ELF formats new eb711fee669 CodeGen: Fix TargetLowering::LowerCallTo for sret value type
The 2 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/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- test/CodeGen/AMDGPU/call-return-types.ll | 6 ++--- test/tools/llvm-objcopy/elf32be.test | 28 ++++++++++++++++++++++ .../llvm-objcopy/{basic-copy.test => elf32le.test} | 27 ++++----------------- .../llvm-objcopy/{basic-copy.test => elf64be.test} | 27 ++++----------------- tools/llvm-objcopy/llvm-objcopy.cpp | 25 ++++++++++++++----- 6 files changed, 59 insertions(+), 56 deletions(-) create mode 100644 test/tools/llvm-objcopy/elf32be.test copy test/tools/llvm-objcopy/{basic-copy.test => elf32le.test} (51%) copy test/tools/llvm-objcopy/{basic-copy.test => elf64be.test} (50%)