This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 136895243e Serialize the NonTrivialToPrimitive* flags I added in r326307. new 7110eaf5a2 This reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector intrinsic" new 4bf513aa22 [OpenMP] Add flag for linking runtime bitcode library
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/DiagnosticDriverKinds.td | 3 + 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 +- lib/Driver/ToolChains/Cuda.cpp | 39 + test/CodeGen/arm-v8.2a-neon-intrinsics.c | 982 --------------------- test/CodeGen/arm_neon_intrinsics.c | 240 ++--- .../libomptarget/libomptarget-nvptx-sm_20.bc | 0 test/Driver/openmp-offload-gpu.c | 20 + 11 files changed, 279 insertions(+), 1237 deletions(-) delete mode 100644 test/CodeGen/arm-v8.2a-neon-intrinsics.c copy bindings/python/tests/__init__.py => test/Driver/Inputs/libomptarget/libompta [...]