This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 26cbd17 [CMake] Restrict libxar linkage to just llvm-objdump new cf3177d [AMDGPU][llvm-mc] s_getreg/setreg* - hwreg - factor out strin [...] new bd2219a [NVPTX] Added NVVMIntrRange pass
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/AsmParser/AMDGPUAsmParser.cpp | 124 +++++------------ lib/Target/AMDGPU/Disassembler/CMakeLists.txt | 2 +- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 74 ++-------- lib/Target/AMDGPU/InstPrinter/CMakeLists.txt | 2 + lib/Target/AMDGPU/InstPrinter/LLVMBuild.txt | 2 +- lib/Target/AMDGPU/SIDefines.h | 50 +++++-- lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp | 69 +++++++++ lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h | 31 +++++ lib/Target/AMDGPU/Utils/CMakeLists.txt | 1 + lib/Target/NVPTX/CMakeLists.txt | 1 + lib/Target/NVPTX/NVPTX.h | 1 + lib/Target/NVPTX/NVPTXTargetMachine.cpp | 3 + lib/Target/NVPTX/NVVMIntrRange.cpp | 154 +++++++++++++++++++++ test/CodeGen/NVPTX/intrinsic-old.ll | 67 +++++++-- test/MC/AMDGPU/sopp-err.s | 22 +-- 15 files changed, 420 insertions(+), 183 deletions(-) create mode 100644 lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp create mode 100644 lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h create mode 100644 lib/Target/NVPTX/NVVMIntrRange.cpp