This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 53ad81a8b5 [analyzer] Fix zero-initialization of stack VLAs under ObjC ARC. new 749de2d465 [AARch64] Add ARMv8.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/AArch64.cpp | 3 + 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, 2348 insertions(+), 363 deletions(-) create mode 100644 test/CodeGen/aarch64-v8.2a-neon-intrinsics.c