This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d4c0a0af46 [AArch64] Improve orr+movk sequences for MOVi64imm. new 5932cd90d72 AMDGPU: Split R600 AsmPrinter code into its own class
The 1 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 | 239 +++++++++++--------------------- lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 1 - lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 48 ++++++- lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/R600AsmPrinter.cpp | 129 +++++++++++++++++ lib/Target/AMDGPU/R600AsmPrinter.h | 46 ++++++ 6 files changed, 303 insertions(+), 161 deletions(-) create mode 100644 lib/Target/AMDGPU/R600AsmPrinter.cpp create mode 100644 lib/Target/AMDGPU/R600AsmPrinter.h