This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1fd8e0a GlobalISel: support floating-point constants on AArch64. new a30faf0 Remove unused typedef new 4841e61 GlobalISel: translate memcpy intrinsics. new 10519cd GlobalISel: select small binary operations on AArch64. new 55352d9 GlobalISel: translate the @llvm.objectsize intrinsic.
The 4 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/Analysis/RegionInfo.h | 2 - include/llvm/CodeGen/GlobalISel/CallLowering.h | 20 +- include/llvm/CodeGen/GlobalISel/IRTranslator.h | 2 + lib/CodeGen/GlobalISel/IRTranslator.cpp | 29 ++ lib/Target/AArch64/AArch64InstructionSelector.cpp | 13 +- .../AArch64/GlobalISel/arm64-instructionselect.mir | 407 +++++++++++++++++++++ .../AArch64/GlobalISel/arm64-irtranslator.ll | 31 ++ 7 files changed, 489 insertions(+), 15 deletions(-)