This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6417b3c [lanai] Fix build by updating calls to getLoad & getStore. new 36b9c09 BPF: Use official ELF e_machine value new 4672601 ExpandPostRAPseudos should transfer implicit uses, not only i [...] new e066e58 AMDGPU: Fix verifier error from partially undef copy
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/Object/ELFObjectFile.h | 5 ++ include/llvm/Support/ELF.h | 6 ++ include/llvm/Support/ELFRelocs/BPF.def | 9 +++ lib/CodeGen/ExpandPostRAPseudos.cpp | 20 +++---- lib/Object/ELF.cpp | 6 ++ lib/ObjectYAML/ELFYAML.cpp | 4 ++ lib/Target/AMDGPU/SIInstrInfo.cpp | 8 +-- lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp | 2 +- test/CodeGen/AMDGPU/undefined-subreg-liverange.ll | 70 +++++++++++++++++++++- test/CodeGen/ARM/twoaddrinstr.ll | 1 + test/CodeGen/X86/pr28560.ll | 13 ++++ tools/llvm-objdump/llvm-objdump.cpp | 1 + tools/llvm-readobj/ELFDumper.cpp | 1 + 13 files changed, 125 insertions(+), 21 deletions(-) create mode 100644 include/llvm/Support/ELFRelocs/BPF.def create mode 100644 test/CodeGen/X86/pr28560.ll