This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c35b73c765 Fix for Bug 33471: Preventing operator auto from resolving t [...] new 6e3f80de39 [AArch64] ADD ARMv.2-A FP16 vector intrinsics
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: include/clang/Basic/arm_neon.td | 185 +++ lib/Basic/Targets.cpp | 10 + lib/CodeGen/CGBuiltin.cpp | 183 ++- lib/CodeGen/CodeGenModule.cpp | 1 + lib/CodeGen/CodeGenTypeCache.h | 2 +- test/CodeGen/aarch64-neon-intrinsics.c | 230 ++-- test/CodeGen/aarch64-neon-ldst-one.c | 228 ++-- test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1633 ++++++++++++++++++++++++++ test/CodeGen/arm_neon_intrinsics.c | 240 ++-- utils/TableGen/NeonEmitter.cpp | 6 +- 10 files changed, 2355 insertions(+), 363 deletions(-) create mode 100644 test/CodeGen/aarch64-v8.2a-neon-intrinsics.c