[gcc(refs/vendors/redhat/heads/gcc-8-branch)] Daily bump.
Jakub Jelinek
jakub@gcc.gnu.org
Thu Sep 17 17:19:11 GMT 2020
https://gcc.gnu.org/g:850e1149c47c2f721c57fbf1dca7c3371de9bd98
commit 850e1149c47c2f721c57fbf1dca7c3371de9bd98
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Thu Sep 17 00:17:46 2020 +0000
Daily bump.
Diff:
---
gcc/ChangeLog | 177 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 27 ++++++++
3 files changed, 205 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6c822be5eaa..894677cac32 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,180 @@
+2020-09-16 Will Schmidt <will_schmidt@vnet.ibm.com>
+
+ PR target/96139
+ * config/rs6000/rs6000.c (rs6000_init_builtin): Update V2DI_type_node
+ and unsigned_V2DI_type_node definitions.
+
+2020-09-16 Sylvia Taylor <sylvia.taylor@arm.com>
+
+ Backported from master:
+ 2019-08-22 Sylvia Taylor <sylvia.taylor@arm.com>
+
+ * config/aarch64/aarch64-simd-builtins.def:
+ (ld1x4): New.
+ (st1x4): Likewise.
+ * config/aarch64/aarch64-simd.md:
+ (aarch64_ld1x4<VALLDIF:mode>): New pattern.
+ (aarch64_st1x4<VALLDIF:mode>): Likewise.
+ (aarch64_ld1_x4_<mode>): Likewise.
+ (aarch64_st1_x4_<mode>): Likewise.
+ * config/aarch64/arm_neon.h:
+ (vld1_s8_x4): New function.
+ (vld1q_s8_x4): Likewise.
+ (vld1_s16_x4): Likewise.
+ (vld1q_s16_x4): Likewise.
+ (vld1_s32_x4): Likewise.
+ (vld1q_s32_x4): Likewise.
+ (vld1_u8_x4): Likewise.
+ (vld1q_u8_x4): Likewise.
+ (vld1_u16_x4): Likewise.
+ (vld1q_u16_x4): Likewise.
+ (vld1_u32_x4): Likewise.
+ (vld1q_u32_x4): Likewise.
+ (vld1_f16_x4): Likewise.
+ (vld1q_f16_x4): Likewise.
+ (vld1_f32_x4): Likewise.
+ (vld1q_f32_x4): Likewise.
+ (vld1_p8_x4): Likewise.
+ (vld1q_p8_x4): Likewise.
+ (vld1_p16_x4): Likewise.
+ (vld1q_p16_x4): Likewise.
+ (vld1_s64_x4): Likewise.
+ (vld1_u64_x4): Likewise.
+ (vld1_p64_x4): Likewise.
+ (vld1q_s64_x4): Likewise.
+ (vld1q_u64_x4): Likewise.
+ (vld1q_p64_x4): Likewise.
+ (vld1_f64_x4): Likewise.
+ (vld1q_f64_x4): Likewise.
+ (vst1_s8_x4): Likewise.
+ (vst1q_s8_x4): Likewise.
+ (vst1_s16_x4): Likewise.
+ (vst1q_s16_x4): Likewise.
+ (vst1_s32_x4): Likewise.
+ (vst1q_s32_x4): Likewise.
+ (vst1_u8_x4): Likewise.
+ (vst1q_u8_x4): Likewise.
+ (vst1_u16_x4): Likewise.
+ (vst1q_u16_x4): Likewise.
+ (vst1_u32_x4): Likewise.
+ (vst1q_u32_x4): Likewise.
+ (vst1_f16_x4): Likewise.
+ (vst1q_f16_x4): Likewise.
+ (vst1_f32_x4): Likewise.
+ (vst1q_f32_x4): Likewise.
+ (vst1_p8_x4): Likewise.
+ (vst1q_p8_x4): Likewise.
+ (vst1_p16_x4): Likewise.
+ (vst1q_p16_x4): Likewise.
+ (vst1_s64_x4): Likewise.
+ (vst1_u64_x4): Likewise.
+ (vst1_p64_x4): Likewise.
+ (vst1q_s64_x4): Likewise.
+ (vst1q_u64_x4): Likewise.
+ (vst1q_p64_x4): Likewise.
+ (vst1_f64_x4): Likewise.
+ (vst1q_f64_x4): Likewise.
+
+2020-09-16 Sameera Deshpande <sameera.deshpande@linaro.org>
+
+ Backported from master:
+ 2018-05-31 Sameera Deshpande <sameera.deshpande@linaro.org>
+
+ * config/aarch64/aarch64-simd-builtins.def (ld1x3): New.
+ (st1x2): Likewise.
+ (st1x3): Likewise.
+ * config/aarch64/aarch64-simd.md
+ (aarch64_ld1x3<VALLDIF:mode>): New pattern.
+ (aarch64_ld1_x3_<mode>): Likewise
+ (aarch64_st1x2<VALLDIF:mode>): Likewise
+ (aarch64_st1_x2_<mode>): Likewise
+ (aarch64_st1x3<VALLDIF:mode>): Likewise
+ (aarch64_st1_x3_<mode>): Likewise
+ * config/aarch64/arm_neon.h (vld1_u8_x3): New function.
+ (vld1_s8_x3): Likewise.
+ (vld1_u16_x3): Likewise.
+ (vld1_s16_x3): Likewise.
+ (vld1_u32_x3): Likewise.
+ (vld1_s32_x3): Likewise.
+ (vld1_u64_x3): Likewise.
+ (vld1_s64_x3): Likewise.
+ (vld1_f16_x3): Likewise.
+ (vld1_f32_x3): Likewise.
+ (vld1_f64_x3): Likewise.
+ (vld1_p8_x3): Likewise.
+ (vld1_p16_x3): Likewise.
+ (vld1_p64_x3): Likewise.
+ (vld1q_u8_x3): Likewise.
+ (vld1q_s8_x3): Likewise.
+ (vld1q_u16_x3): Likewise.
+ (vld1q_s16_x3): Likewise.
+ (vld1q_u32_x3): Likewise.
+ (vld1q_s32_x3): Likewise.
+ (vld1q_u64_x3): Likewise.
+ (vld1q_s64_x3): Likewise.
+ (vld1q_f16_x3): Likewise.
+ (vld1q_f32_x3): Likewise.
+ (vld1q_f64_x3): Likewise.
+ (vld1q_p8_x3): Likewise.
+ (vld1q_p16_x3): Likewise.
+ (vld1q_p64_x3): Likewise.
+ (vst1_s64_x2): Likewise.
+ (vst1_u64_x2): Likewise.
+ (vst1_f64_x2): Likewise.
+ (vst1_s8_x2): Likewise.
+ (vst1_p8_x2): Likewise.
+ (vst1_s16_x2): Likewise.
+ (vst1_p16_x2): Likewise.
+ (vst1_s32_x2): Likewise.
+ (vst1_u8_x2): Likewise.
+ (vst1_u16_x2): Likewise.
+ (vst1_u32_x2): Likewise.
+ (vst1_f16_x2): Likewise.
+ (vst1_f32_x2): Likewise.
+ (vst1_p64_x2): Likewise.
+ (vst1q_s8_x2): Likewise.
+ (vst1q_p8_x2): Likewise.
+ (vst1q_s16_x2): Likewise.
+ (vst1q_p16_x2): Likewise.
+ (vst1q_s32_x2): Likewise.
+ (vst1q_s64_x2): Likewise.
+ (vst1q_u8_x2): Likewise.
+ (vst1q_u16_x2): Likewise.
+ (vst1q_u32_x2): Likewise.
+ (vst1q_u64_x2): Likewise.
+ (vst1q_f16_x2): Likewise.
+ (vst1q_f32_x2): Likewise.
+ (vst1q_f64_x2): Likewise.
+ (vst1q_p64_x2): Likewise.
+ (vst1_s64_x3): Likewise.
+ (vst1_u64_x3): Likewise.
+ (vst1_f64_x3): Likewise.
+ (vst1_s8_x3): Likewise.
+ (vst1_p8_x3): Likewise.
+ (vst1_s16_x3): Likewise.
+ (vst1_p16_x3): Likewise.
+ (vst1_s32_x3): Likewise.
+ (vst1_u8_x3): Likewise.
+ (vst1_u16_x3): Likewise.
+ (vst1_u32_x3): Likewise.
+ (vst1_f16_x3): Likewise.
+ (vst1_f32_x3): Likewise.
+ (vst1_p64_x3): Likewise.
+ (vst1q_s8_x3): Likewise.
+ (vst1q_p8_x3): Likewise.
+ (vst1q_s16_x3): Likewise.
+ (vst1q_p16_x3): Likewise.
+ (vst1q_s32_x3): Likewise.
+ (vst1q_s64_x3): Likewise.
+ (vst1q_u8_x3): Likewise.
+ (vst1q_u16_x3): Likewise.
+ (vst1q_u32_x3): Likewise.
+ (vst1q_u64_x3): Likewise.
+ (vst1q_f16_x3): Likewise.
+ (vst1q_f32_x3): Likewise.
+ (vst1q_f64_x3): Likewise.
+ (vst1q_p64_x3): Likewise.
+
2020-08-21 Richard Sandiford <richard.sandiford@arm.com>
Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index bc812c5fa15..fae3fa1fac6 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20200916
+20200917
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 3b166fdcfd4..65cee5e211c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,30 @@
+2020-09-16 Will Schmidt <will_schmidt@vnet.ibm.com>
+
+ PR target/96139
+ * gcc.target/powerpc/pr96139-a.c: New test.
+ * gcc.target/powerpc/pr96139-b.c: New test.
+ * gcc.target/powerpc/pr96139-c.c: New test.
+
+2020-09-16 Sylvia Taylor <sylvia.taylor@arm.com>
+
+ Backported from master:
+ 2019-08-22 Sylvia Taylor <sylvia.taylor@arm.com>
+
+ * gcc.target/aarch64/advsimd-intrinsics/vld1x4.c: New test.
+ * gcc.target/aarch64/advsimd-intrinsics/vst1x4.c: New test.
+
+2020-09-16 Sameera Deshpande <sameera.deshpande@linaro.org>
+
+ Backported from master:
+ 2018-05-31 Sameera Deshpande <sameera.deshpande@linaro.org>
+
+ * gcc.target/aarch64/advsimd-intrinsics/vld1x3.c: New test for
+ vld1x3 intrinsics for aarch64.
+ * gcc.target/aarch64/advsimd-intrinsics/vst1x2.c: New test for
+ vst1x2 intrinsics for aarch64.
+ * gcc.target/aarch64/advsimd-intrinsics/vst1x3.c: New test for
+ vst1x3 intrinsics for aarch64.
+
2020-09-09 Harald Anlauf <anlauf@gmx.de>
Backported from master:
More information about the Gcc-cvs
mailing list