This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 04e6d26 AMDGPU/R600: Remove intrinsics with no tests and no users new 4d120e9 AMDGPU/R600: Delete/rename intrinsics no longer used by mesa new 940c907 [X86] Fix stupid typo in isel lowering.
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: lib/Target/AMDGPU/AMDGPU.h | 1 - lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 1 - lib/Target/AMDGPU/CMakeLists.txt | 1 - lib/Target/AMDGPU/R600ISelLowering.cpp | 2 +- lib/Target/AMDGPU/R600Instructions.td | 9 +- lib/Target/AMDGPU/R600Intrinsics.td | 16 +- .../AMDGPU/R600TextureIntrinsicsReplacer.cpp | 303 --- lib/Target/X86/X86InstrCompiler.td | 2 +- test/CodeGen/AMDGPU/big_alu.ll | 2274 ++++++++++---------- test/CodeGen/AMDGPU/dot4-folding.ll | 27 - test/CodeGen/AMDGPU/fetch-limits.r600.ll | 64 +- test/CodeGen/AMDGPU/fetch-limits.r700+.ll | 78 +- test/CodeGen/AMDGPU/literals.ll | 4 +- test/CodeGen/AMDGPU/llvm.AMDGPU.cube.ll | 78 +- test/CodeGen/AMDGPU/llvm.AMDGPU.tex.ll | 42 - .../{llvm.amdgpu.dp4.ll => llvm.r600.dot4.ll} | 4 +- test/CodeGen/AMDGPU/llvm.r600.tex.ll | 65 + test/CodeGen/AMDGPU/load-input-fold.ll | 4 +- test/CodeGen/AMDGPU/max-literals.ll | 6 +- test/CodeGen/AMDGPU/predicate-dp4.ll | 4 +- test/CodeGen/AMDGPU/pv-packing.ll | 6 +- test/CodeGen/AMDGPU/pv.ll | 8 +- ...-infinite-loop-bug-while-reorganizing-vector.ll | 93 +- test/CodeGen/AMDGPU/rv7x0_count3.ll | 77 +- test/CodeGen/AMDGPU/shared-op-cycle.ll | 4 +- test/CodeGen/X86/add.ll | 36 + 26 files changed, 1487 insertions(+), 1722 deletions(-) delete mode 100644 lib/Target/AMDGPU/R600TextureIntrinsicsReplacer.cpp delete mode 100644 test/CodeGen/AMDGPU/dot4-folding.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.tex.ll rename test/CodeGen/AMDGPU/{llvm.amdgpu.dp4.ll => llvm.r600.dot4.ll} (69%) create mode 100644 test/CodeGen/AMDGPU/llvm.r600.tex.ll