]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing changelog entries
authorAndreas Krebbel <krebbel@linux.ibm.com>
Mon, 4 May 2020 08:50:42 +0000 (10:50 +0200)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Mon, 4 May 2020 08:50:42 +0000 (10:50 +0200)
gcc/ChangeLog
gcc/testsuite/ChangeLog

index ad1b048c73efcdb2a78c2e3c7943be9b97ec2f04..4c625fd55aedf77d36b4eef99ea3dd569cefeb8d 100644 (file)
@@ -1,3 +1,23 @@
+2020-05-04  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       Backport from mainline
+       2020-04-20  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       * config/s390/vector.md ("popcountv8hi2_vx", "popcountv4si2_vx")
+       ("popcountv2di2_vx"): Use simplify_gen_subreg.
+
+2020-05-04  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       Backport from mainline
+       2020-04-20  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       PR target/94613
+       * config/s390/s390-builtin-types.def: Add 3 new function modes.
+       * config/s390/s390-builtins.def: Add mode dependent low-level
+       builtin and map the overloaded builtins to these.
+       * config/s390/vx-builtins.md ("vec_selV_HW"): Rename to ...
+       ("vsel<V_HW"): ... this and rewrite the pattern with bitops.
+
 2020-05-04  Bin Cheng  <bin.cheng@linux.alibaba.com>
 
        PR tree-optimization/93674
index 5cafab95cc373f318aa5bc41b371dcd8c675d15a..c18a18687c237a23ad372c7b5dc536fec79ddb36 100644 (file)
@@ -1,3 +1,19 @@
+2020-05-04  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       Backport from mainline
+       2020-04-20  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       * g++.dg/pr94666.C: New test.
+
+2020-05-04  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       Backport from mainline
+       2020-04-20  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       PR target/94613
+       * gcc.target/s390/zvector/pr94613.c: New test.
+       * gcc.target/s390/zvector/vec_sel-1.c: New test.
+
 2020-05-04  Bin Cheng  <bin.cheng@linux.alibaba.com>
 
        PR tree-optimization/93674