This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7242b0b24e3 gn: Fix check-clang build after r359179 new 6905c42d117 vs integration: Use llvm-lib for librarian new bb84648816b [ARM] Add v4f16 and v8f16 types to the CallingConv
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/ARM/ARMCallingConv.td | 36 ++--- test/CodeGen/ARM/fp16-vector-argument.ll | 226 +++++++++++++++++++++++++++++++ tools/msbuild/LLVM.Cpp.Common.props | 2 + tools/msbuild/LLVM.Cpp.Common.targets | 1 + tools/msbuild/llvm-general.xml | 21 +++ 5 files changed, 268 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/ARM/fp16-vector-argument.ll