aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-10-18 00:16:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-10-18 00:16:27 +0000
commitf5b37435968bc76498481177593121d238f854fb (patch)
treec610519d60a89c94e235ab2fb20aa118e8ca4ffc /gcc
parentfb5b0778586674c31f69d866038a5b5bd9a151ee (diff)
downloadgcc-f5b37435968bc76498481177593121d238f854fb.zip
gcc-f5b37435968bc76498481177593121d238f854fb.tar.gz
gcc-f5b37435968bc76498481177593121d238f854fb.tar.bz2
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog13
-rw-r--r--gcc/DATESTAMP2
2 files changed, 14 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d958320..8175862 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,16 @@
+2021-10-17 Aldy Hernandez <aldyh@redhat.com>
+
+ * tree-pass.h (make_pass_thread_jumps_full): New.
+ * tree-ssa-threadbackward.c (pass_thread_jumps::gate): Inline.
+ (try_thread_blocks): Add resolve and speed arguments.
+ (pass_thread_jumps::execute): Inline.
+ (do_early_thread_jumps): New.
+ (do_thread_jumps): New.
+ (make_pass_thread_jumps): Move.
+ (pass_early_thread_jumps::gate): Inline.
+ (pass_early_thread_jumps::execute): Inline.
+ (class pass_thread_jumps_full): New.
+
2021-10-16 Piotr Kubaj <pkubaj@FreeBSD.org>
* configure.ac: Treat powerpc64*-*-freebsd* the same as
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 7d1f01f..1a35f32 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20211017
+20211018