This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository llvm.
from 2f7db04 Change version from 3.9.0svn to 3.9.0 new 559cd2e Merging r275870: -------------------------------------------- [...]
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/IR/IntrinsicsAMDGPU.td | 2 + lib/Target/AMDGPU/AMDGPUIntrinsics.td | 4 -- lib/Target/AMDGPU/EvergreenInstructions.td | 7 +- lib/Target/AMDGPU/SIInstructions.td | 11 --- test/CodeGen/AMDGPU/lds-output-queue.ll | 6 +- test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.global.ll | 30 -------- test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.local.ll | 31 -------- ...gcn.s.barrier.ll => llvm.r600.group.barrier.ll} | 23 +++--- ...emory-two-objects.ll => local-memory.amdgcn.ll} | 82 +++++++++++++--------- test/CodeGen/AMDGPU/local-memory.ll | 58 +++------------ ...-memory-two-objects.ll => local-memory.r600.ll} | 79 +++++++++++---------- .../AMDGPU/schedule-vs-if-nested-loop-failure.ll | 47 ++++++------- 12 files changed, 140 insertions(+), 240 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.global.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.local.ll copy test/CodeGen/AMDGPU/{llvm.amdgcn.s.barrier.ll => llvm.r600.group.barrier.ll} (53%) copy test/CodeGen/AMDGPU/{local-memory-two-objects.ll => local-memory.amdgcn.ll} (52%) rename test/CodeGen/AMDGPU/{local-memory-two-objects.ll => local-memory.r600.ll} (52%)