This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0370a7acf6 test: repair windows build after SVN r327105 new 72858dcc19 [ARM] Add ARMv8.2-A FP16 vector intrinsic
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 | 99 ++-- lib/Basic/Targets/ARM.cpp | 9 + lib/Basic/Targets/ARM.h | 1 + lib/CodeGen/CGBuiltin.cpp | 114 ++-- lib/CodeGen/CodeGenFunction.h | 9 +- test/CodeGen/arm-v8.2a-neon-intrinsics.c | 982 +++++++++++++++++++++++++++++++ test/CodeGen/arm_neon_intrinsics.c | 240 ++++---- 7 files changed, 1237 insertions(+), 217 deletions(-) create mode 100644 test/CodeGen/arm-v8.2a-neon-intrinsics.c