This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f26b156fd2f [LLVM-C] Deprecate the LLVMValueRef-returning metadata crea [...] new a104dee58e1 [JITLink] Add support for passing arguments to jit-linked code. new be725587086 [X86][SSE] Add tests for bitcasting vXi1 bool vectors to no [...] new e01c22c12ca [AMDGPU] gfx1010 sgpr register changes
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: lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 1 + lib/Target/AMDGPU/AMDGPURegAsmNames.inc.cpp | 4 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 71 +- .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 28 +- .../AMDGPU/Disassembler/AMDGPUDisassembler.h | 1 + .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 9 +- lib/Target/AMDGPU/SIDefines.h | 22 +- lib/Target/AMDGPU/SIRegisterInfo.cpp | 7 +- lib/Target/AMDGPU/SIRegisterInfo.td | 7 +- lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp | 14 +- test/CodeGen/X86/bitcast-vector-bool.ll | 2319 ++++++++++++++++++++ test/MC/AMDGPU/sopp-err.s | 17 +- tools/llvm-jitlink/llvm-jitlink.cpp | 15 +- 13 files changed, 2470 insertions(+), 45 deletions(-) create mode 100644 test/CodeGen/X86/bitcast-vector-bool.ll