This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 72187d4 [libFuzzer] fix a bug when running a single unit of N bytes w [...] new db6b577 Revert "[ORC][RPC] Make the future type of an Orc RPC call Er [...] new 39dbb53 [AMDGPU] Refactor SOP instructions TD files.
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: include/llvm/ExecutionEngine/Orc/RPCUtils.h | 158 ++-- include/llvm/Support/Error.h | 21 - lib/Target/AMDGPU/SIInstrFormats.td | 126 --- lib/Target/AMDGPU/SIInstrInfo.td | 287 ------ lib/Target/AMDGPU/SIInstructions.td | 503 +---------- lib/Target/AMDGPU/SOPInstructions.td | 1103 ++++++++++++++++++++++++ unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 14 +- 7 files changed, 1181 insertions(+), 1031 deletions(-) create mode 100644 lib/Target/AMDGPU/SOPInstructions.td