This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0687ba8500c [cmake] Convert the NATIVE llvm build process to be project [...] new 474ca495a91 [cmake] Fix typo where a varible was checked for Apple inst [...] new 864028d5098 [GlobalISel] Translate calls to memcpy et al to G_INTRINSIC [...]
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: cmake/modules/AddLLVM.cmake | 2 +- include/llvm/CodeGen/GlobalISel/IRTranslator.h | 4 +- include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 5 ++ include/llvm/CodeGen/MachineInstr.h | 6 ++ lib/CodeGen/GlobalISel/IRTranslator.cpp | 76 ++++++++---------- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 49 ++++++++++++ lib/Target/AArch64/AArch64LegalizerInfo.cpp | 20 +++++ lib/Target/AArch64/AArch64LegalizerInfo.h | 3 + lib/Target/Mips/MipsLegalizerInfo.cpp | 17 ++++ lib/Target/Mips/MipsLegalizerInfo.h | 3 + lib/Target/X86/X86LegalizerInfo.cpp | 19 +++++ lib/Target/X86/X86LegalizerInfo.h | 3 + .../AArch64/GlobalISel/arm64-irtranslator.ll | 27 +++---- .../AArch64/GlobalISel/legalize-memcpy-et-al.mir | 91 ++++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/irtranslator/call.ll | 14 +--- .../x86_64-irtranslator-struct-return.ll | 63 +++------------ 16 files changed, 278 insertions(+), 124 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-memcpy-et-al.mir