]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 7 May 2021 00:19:01 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 7 May 2021 00:19:01 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index c9c2fc6b6a3a38d42edb895d76a7fd62d8b92691..405534faf85bde9f9716bb4818952eac609a95fc 100644 (file)
@@ -1,3 +1,16 @@
+2021-05-06  Roman Zhuykov  <zhroma@ispras.ru>
+
+       Backported from master:
+       2021-04-30  Roman Zhuykov  <zhroma@ispras.ru>
+
+       PR rtl-optimization/100225
+       PR rtl-optimization/84878
+       * modulo-sched.c (sms_schedule): Use note_stores to skip loops
+       where we have an instruction which touches (writes) any hard
+       register from df->regular_block_artificial_uses set.
+       Allow not-single-set instruction only right before basic block
+       tail.
+
 2021-05-05  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
 
        Backported from master:
index 8e159d5342000a49c70947206c3b058b93837c8e..b5beafed7dfabe0288ca6b133e6fe326b74f0aa3 100644 (file)
@@ -1 +1 @@
-20210506
+20210507
index 239d7295ddc419f3a82fbb9fed5e93238c353fb2..0e166dc9243141ad3feae16f47773305ddd4f9ff 100644 (file)
@@ -1,3 +1,12 @@
+2021-05-06  Roman Zhuykov  <zhroma@ispras.ru>
+
+       Backported from master:
+       2021-04-30  Roman Zhuykov  <zhroma@ispras.ru>
+
+       PR rtl-optimization/100225
+       PR rtl-optimization/84878
+       * gcc.dg/pr100225.c: New test.
+
 2021-05-05  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 1a2f07d74a371ea71cc58527af6047accb0e9d28..b3ec1f93c337e925803557ac205ead28a18d62d7 100644 (file)
@@ -1,3 +1,10 @@
+2021-05-06  Roman Zhuykov  <zhroma@ispras.ru>
+
+       Backported from master:
+       2021-04-30  Roman Zhuykov  <zhroma@ispras.ru>
+
+       * testsuite/libgomp.oacc-c-c++-common/atomic_capture-3.c: New test.
+
 2021-04-22  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: