This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a85c08fed9 Relax test to try and appease builders. NFC. new d751aefbc7 [AArch64] Add ARMv8.2-A FP16 vefctor intrinsics new 12e8e177d0 [ThinLTO] Wire up ThinLTO and new PM
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: include/clang/Basic/arm_neon.td | 185 +++ lib/Basic/Targets.cpp | 10 + lib/CodeGen/BackendUtil.cpp | 24 +- 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/thin_link_bitcode.c | 3 + utils/TableGen/NeonEmitter.cpp | 6 +- 11 files changed, 2262 insertions(+), 243 deletions(-) create mode 100644 test/CodeGen/aarch64-v8.2a-neon-intrinsics.c