This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 13b31219db8 [yaml2obj] - Allow setting the symbol st_other field to any [...] new 9c7f3a51fd3 [AMDGPU] gfx10 atomic optimizer changes.
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: lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp | 200 +++++++++---- lib/Target/AMDGPU/AMDGPUSubtarget.h | 8 + lib/Target/AMDGPU/SIDefines.h | 1 + test/CodeGen/AMDGPU/atomic_optimizations_buffer.ll | 90 +++--- .../AMDGPU/atomic_optimizations_global_pointer.ll | 118 ++++---- .../AMDGPU/atomic_optimizations_local_pointer.ll | 318 ++++++++++++++++----- .../AMDGPU/atomic_optimizations_pixelshader.ll | 36 ++- .../AMDGPU/atomic_optimizations_raw_buffer.ll | 70 +++-- .../AMDGPU/atomic_optimizations_struct_buffer.ll | 70 +++-- 9 files changed, 621 insertions(+), 290 deletions(-)