This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db459e238ae [Hexagon] Handle truncates in polynomial multiply idiom rec [...] new 7c2d049c5b3 LLParser: add an argument for overriding data layout and do [...]
The 1 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/AsmParser/Parser.h | 16 +++++++--- include/llvm/IRReader/IRReader.h | 9 ++++-- lib/AsmParser/LLParser.cpp | 12 ++------ lib/AsmParser/LLParser.h | 11 +++++-- lib/AsmParser/Parser.cpp | 35 ++++++++++++---------- lib/CodeGen/MIRParser/MIRParser.cpp | 2 +- lib/IRReader/IRReader.cpp | 13 +++++--- .../datalayout-alloca-addrspace-mismatch-0.ll | 4 ++- .../datalayout-alloca-addrspace-mismatch-1.ll | 4 ++- .../datalayout-alloca-addrspace-mismatch-2.ll | 4 ++- test/Assembler/drop-debug-info-nonzero-alloca.ll | 25 ++++++++++++++++ test/CodeGen/AMDGPU/alloca.ll | 12 ++++++++ test/CodeGen/AMDGPU/fence-barrier.ll | 35 +++++++++++----------- test/CodeGen/AMDGPU/invalid-alloca.ll | 16 ++++++++++ test/CodeGen/AMDGPU/sched-crash-dbg-value.mir | 26 ++++++++-------- tools/llc/llc.cpp | 23 ++++++++------ tools/llvm-as/llvm-as.cpp | 9 ++++-- tools/opt/opt.cpp | 12 ++++---- 18 files changed, 179 insertions(+), 89 deletions(-) create mode 100644 test/Assembler/drop-debug-info-nonzero-alloca.ll create mode 100644 test/CodeGen/AMDGPU/alloca.ll create mode 100644 test/CodeGen/AMDGPU/invalid-alloca.ll