This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7847a7c9b09 [InstCombine][X86] Use generic expansion of PACKSS/PACKUS f [...] new f43d543c450 [AMDGPU] Add gfx1010 target definitions new f26b156fd2f [LLVM-C] Deprecate the LLVMValueRef-returning metadata crea [...]
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: include/llvm-c/Core.h | 42 ++--- include/llvm/BinaryFormat/ELF.h | 5 +- include/llvm/Support/AMDHSAKernelDescriptor.h | 25 ++- include/llvm/Support/TargetParser.h | 4 +- lib/IR/Core.cpp | 10 ++ lib/ObjectYAML/ELFYAML.cpp | 1 + lib/Support/TargetParser.cpp | 38 ++-- lib/Target/AMDGPU/AMDGPU.td | 192 ++++++++++++++++++++- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 36 +++- lib/Target/AMDGPU/AMDGPUSubtarget.h | 100 ++++++++++- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 8 +- lib/Target/AMDGPU/GCNProcessors.td | 7 + .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 79 +++++---- lib/Target/AMDGPU/SIDefines.h | 18 ++ lib/Target/AMDGPU/SIInstrInfo.cpp | 6 +- lib/Target/AMDGPU/SIInstrInfo.td | 2 + lib/Target/AMDGPU/SIRegisterInfo.td | 24 +-- lib/Target/AMDGPU/SISchedule.td | 33 ++++ lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 98 +++++++---- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 4 +- lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h | 3 + test/CodeGen/AMDGPU/elf-header-flags-mach.ll | 2 + test/CodeGen/AMDGPU/hsa-note-no-func.ll | 2 + tools/llvm-readobj/ELFDumper.cpp | 1 + 24 files changed, 601 insertions(+), 139 deletions(-)