]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 25 Dec 2020 00:18:29 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 25 Dec 2020 00:18:29 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 9d861bd529db2c5f40ab82f7ded1233912f7051c..6a15cc259c4bbbb828f1bdd1ecb5b700d7f01220 100644 (file)
@@ -1,3 +1,17 @@
+2020-12-24  Roman Zhuykov  <zhroma@ispras.ru>
+
+       Backported from master:
+       2020-12-05  Roman Zhuykov  <zhroma@ispras.ru>
+
+       PR rtl-optimization/97421
+       * modulo-sched.c (generate_prolog_epilog): Remove forward
+       declaration, adjust last argument name and type.
+       (const_iteration_count): Add bool pointer parameter to return
+       whether count register is read in pre-header after its
+       initialization.
+       (sms_schedule): Fix count register initialization adjustment
+       procedure according to what const_iteration_count said.
+
 2020-12-23  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR target/96793
index 0ecfbe28be39abe381d345d0e3d709e003bb7573..57c4d8eb9ba6ef2223773f837f9c46e68be76974 100644 (file)
@@ -1 +1 @@
-20201224
+20201225
index ca6c3d6a713d66f13f2a94853d6a03664bff0ad0..4562ec54d9d1eb5cca62a8db7d982f6e886900cf 100644 (file)
@@ -1,3 +1,13 @@
+2020-12-24  Roman Zhuykov  <zhroma@ispras.ru>
+
+       Backported from master:
+       2020-12-05  Roman Zhuykov  <zhroma@ispras.ru>
+
+       PR rtl-optimization/97421
+       * gcc.c-torture/execute/pr97421-1.c: New test.
+       * gcc.c-torture/execute/pr97421-2.c: New test.
+       * gcc.c-torture/execute/pr97421-3.c: New test.
+
 2020-12-23  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
This page took 0.098128 seconds and 5 git commands to generate.