This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db52ae47060 One more attempt to fix PS4 buildbot after r375219 new 5a83851b825 Add ExceptionStream to llvm::Object::minidump new 0c0ff352fb6 [DFAPacketizer] Fix large compile-time regression for VLIW targets new c90b4243b5f [AMDGPU][MC][GFX10] Added sdwa/dpp versions of v_cndmask_b32
The 3 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/BinaryFormat/Minidump.h | 21 ++++ include/llvm/Object/Minidump.h | 9 ++ include/llvm/Support/Automaton.h | 23 ++-- .../AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp | 3 + lib/Target/AMDGPU/VOP2Instructions.td | 129 ++++++++++++--------- test/MC/AMDGPU/gfx10_asm_dpp8.s | 20 ++++ test/MC/AMDGPU/wave32.s | 24 ++++ test/MC/Disassembler/AMDGPU/gfx10_dasm_dpp16.txt | 8 ++ test/MC/Disassembler/AMDGPU/wave32.txt | 8 ++ unittests/Object/MinidumpTest.cpp | 58 +++++++++ utils/TableGen/DFAPacketizerEmitter.cpp | 4 +- 11 files changed, 244 insertions(+), 63 deletions(-)