This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 02e7a26 llvm-dwp: Add .test files missing from r269339 new e26e7d3 Fail early on unknown appending linkage variables. new 7985e4b AMDGPU: Fix promote alloca pass creating huge arrays
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: docs/LangRef.rst | 5 + lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 9 +- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 105 ++++++++++++++--- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 58 +++++++++ lib/Target/AMDGPU/AMDGPUSubtarget.h | 11 +- test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 31 ++--- test/CodeGen/AMDGPU/array-ptr-calc-i32.ll | 2 +- test/CodeGen/AMDGPU/indirect-private-64.ll | 6 +- .../AMDGPU/large-work-group-promote-alloca.ll | 51 +++++++- test/CodeGen/AMDGPU/private-memory-r600.ll | 28 ++--- test/CodeGen/AMDGPU/promote-alloca-globals.ll | 9 +- .../AMDGPU/promote-alloca-mem-intrinsics.ll | 18 +-- test/CodeGen/AMDGPU/promote-alloca-no-opts.ll | 4 +- .../AMDGPU/promote-alloca-padding-size-estimate.ll | 130 +++++++++++++++++++++ test/CodeGen/AMDGPU/promote-alloca-to-lds-icmp.ll | 2 +- test/CodeGen/AMDGPU/promote-alloca-to-lds-phi.ll | 2 +- .../CodeGen/AMDGPU/promote-alloca-to-lds-select.ll | 2 +- test/CodeGen/X86/2007-08-13-AppendingLinkage.ll | 12 -- test/CodeGen/X86/AppendingLinkage.ll | 4 + 19 files changed, 399 insertions(+), 90 deletions(-) create mode 100644 test/CodeGen/AMDGPU/promote-alloca-padding-size-estimate.ll delete mode 100644 test/CodeGen/X86/2007-08-13-AppendingLinkage.ll create mode 100644 test/CodeGen/X86/AppendingLinkage.ll