This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7998c0b [PATCH] Fix accounting for num_threaded_edges
new 3bdac23 libgomp/ * target.c (gomp_map_vars): Initialize tgt->tgt_sta [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
libgomp/ChangeLog | 6 ++++++
libgomp/target.c | 6 +++++-
2 files changed, 11 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3fb7441 [PATCH] Split ssa-dom-thread-2.c into separate files/tests
new 7998c0b [PATCH] Fix accounting for num_threaded_edges
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 5 +++++
gcc/tree-ssa-threadupdate.c | 1 +
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5b03450 * gcc.dg/tree-ssa/reassoc-39.c: Use -g. Adjust dg-final. ( [...]
new d4cea26 [PATCH] [PR testsuite/67959]Minor cleanup for ssa-thread-13.c
new 3fb7441 [PATCH] Split ssa-dom-thread-2.c into separate files/tests
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/ChangeLog | 16 +++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2.c | 117 ----------------------
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2a.c | 21 ++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2b.c | 30 ++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2c.c | 32 ++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2d.c | 29 ++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2e.c | 28 ++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2f.c | 34 +++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-13.c | 2 +-
9 files changed, 191 insertions(+), 118 deletions(-)
delete mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2a.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2b.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2c.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2d.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2e.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2f.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5cc2ea4 2015-10-14 Richard Biener <rguenther(a)suse.de>
new 5b03450 * gcc.dg/tree-ssa/reassoc-39.c: Use -g. Adjust dg-final. ( [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/ChangeLog | 12 +++++
gcc/testsuite/gcc.dg/tree-ssa/reassoc-39.c | 70 +++++++++++++++++++++++++++++-
2 files changed, 80 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 04a37b1 2015-10-14 Richard Biener <rguenther(a)suse.de>
new 5cc2ea4 2015-10-14 Richard Biener <rguenther(a)suse.de>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 32 +++++
gcc/tree-vect-loop.c | 42 +++----
gcc/tree-vect-patterns.c | 23 ++--
gcc/tree-vect-slp.c | 30 ++---
gcc/tree-vect-stmts.c | 318 +++++++++++++++--------------------------------
gcc/tree-vectorizer.h | 10 +-
6 files changed, 177 insertions(+), 278 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 79e27a6 2015-10-14 Maxim Ostapenko <m.ostapenko(a)partner.samsung.com>
new 389034a PR tree-optimization/67815 * tree-ssa-reassoc.c (attempt_bu [...]
new 04a37b1 2015-10-14 Richard Biener <rguenther(a)suse.de>
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 14 +++++
gcc/gimplify.c | 7 ++-
gcc/match.pd | 12 ++--
gcc/testsuite/ChangeLog | 12 ++++
gcc/testsuite/gcc.dg/torture/pr67915.c | 23 +++++++
gcc/testsuite/gcc.dg/tree-ssa/reassoc-39.c | 41 +++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/reassoc-40.c | 21 +++++++
gcc/testsuite/gcc.dg/tree-ssa/reassoc-41.c | 21 +++++++
gcc/tree-cfgcleanup.c | 23 ++++---
gcc/tree-ssa-reassoc.c | 99 ++++++++++++++++++++++++++++++
10 files changed, 257 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67915.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/reassoc-39.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/reassoc-40.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/reassoc-41.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 00ecf4d 2015-10-14 Richard Biener <rguenther(a)suse.de>
new 79e27a6 2015-10-14 Maxim Ostapenko <m.ostapenko(a)partner.samsung.com>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/fortran/ChangeLog | 4 ++++
gcc/fortran/parse.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr67220
in repository gcc.
discards 39773b8 Honor explicitly declared visibility on builtin functions
new baf3ae1 Honor explicitly declared visibility on builtin functions
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (39773b8)
\
N -- N -- N refs/heads/hjl/pr67220 (baf3ae1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/c/c-decl.c | 3 +--
gcc/testsuite/gcc.target/i386/pr67220-1.c | 1 +
gcc/testsuite/gcc.target/i386/pr67220-2.c | 1 +
gcc/testsuite/gcc.target/i386/pr67220-3.c | 12 +++++++-----
gcc/testsuite/gcc.target/i386/{pr67220-2.c => pr67220-4.c} | 3 ++-
gcc/testsuite/gcc.target/i386/{pr67220-3.c => pr67220-5.c} | 1 +
gcc/testsuite/gcc.target/i386/{pr67220-3.c => pr67220-6.c} | 1 +
7 files changed, 14 insertions(+), 8 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr67220-2.c => pr67220-4.c} (78%)
copy gcc/testsuite/gcc.target/i386/{pr67220-3.c => pr67220-5.c} (86%)
copy gcc/testsuite/gcc.target/i386/{pr67220-3.c => pr67220-6.c} (86%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr67220
in repository gcc.
at 39773b8 Honor explicitly declared visibility on builtin functions
This branch includes the following new commits:
new 39773b8 Honor explicitly declared visibility on builtin functions
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0cb9d97 Fix "#pragma GCC pop_options"
new 5725a2a [gomp] Fix build for 32-bit targets with int != int32_t
new 00ecf4d 2015-10-14 Richard Biener <rguenther(a)suse.de>
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 13 +++++++++++++
gcc/tree-vect-data-refs.c | 8 ++++++++
gcc/tree-vect-loop.c | 4 ++--
gcc/tree-vect-slp.c | 17 +++++++++++++++++
gcc/tree-vect-stmts.c | 8 ++++----
gcc/tree-vectorizer.h | 29 -----------------------------
libgomp/ChangeLog | 5 +++++
libgomp/fortran.c | 4 ++--
8 files changed, 51 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.