This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e05ed01 Fix commit date
new 5478f5d [Patch AArch64] Add support for Cortex-A35
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 | 7 +++++++
gcc/config/aarch64/aarch64-cores.def | 1 +
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/aarch64/aarch64.c | 25 +++++++++++++++++++++++++
gcc/doc/invoke.texi | 5 +++--
5 files changed, 37 insertions(+), 3 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 55ec986 PR target/68263 * config/i386/i386.h (BIGGEST_ALIGNMENT): A [...]
new e05ed01 Fix commit date
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-2014 | 2 +-
1 file changed, 1 insertion(+), 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 dec113c * gcc.dg/torture/pr68264.c: Use dg-add-options ieee.
new 55ec986 PR target/68263 * config/i386/i386.h (BIGGEST_ALIGNMENT): A [...]
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/config/i386/i386.h | 2 +-
gcc/config/i386/sse.md | 12 ++++++------
2 files changed, 7 insertions(+), 7 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 ee0e4f7 Relax trap assumptions in tree if convert.
new dec113c * gcc.dg/torture/pr68264.c: Use dg-add-options ieee.
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 | 14 +++++++++-----
gcc/testsuite/gcc.dg/torture/pr68264.c | 1 +
2 files changed, 10 insertions(+), 5 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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance
in repository toolchain/abe.
discards 7e83d46 WIP: Try collecting files sightly differently"
new 3f34f82 WIP: Try collecting files sightly differently"
new 7cb245e Clean up path handling
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 (7e83d46)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance (7cb245e)
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 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:
config/bench/gather/fakebench.sh | 35 ++++++++++++++++++++++++++---------
1 file changed, 26 insertions(+), 9 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 hjl/pr60336
in repository gcc.
discards 56a384a Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class
adds efe6a40 * constexpr.c (cxx_eval_builtin_function_call): Use cp_fully [...]
adds ee0e4f7 Relax trap assumptions in tree if convert.
new 78bef85 Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class
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 (56a384a)
\
N -- N -- N refs/heads/hjl/pr60336 (78bef85)
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/ChangeLog | 14 ++
gcc/cp/ChangeLog | 5 +
gcc/cp/constexpr.c | 14 +-
gcc/cp/cp-gimplify.c | 20 +-
gcc/targhooks.c | 6 +-
gcc/testsuite/ChangeLog | 4 +
.../g++.dg/delayedfold/builtin-constant1.C | 7 +
.../g++.dg/delayedfold/builtin-constant2.C | 13 ++
gcc/testsuite/gcc.dg/tree-ssa/ifc-8.c | 17 ++
gcc/tree-if-conv.c | 241 ++++++++++-----------
10 files changed, 199 insertions(+), 142 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/delayedfold/builtin-constant1.C
create mode 100644 gcc/testsuite/g++.dg/delayedfold/builtin-constant2.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ifc-8.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 efe6a40 * constexpr.c (cxx_eval_builtin_function_call): Use cp_fully [...]
new ee0e4f7 Relax trap assumptions in tree if convert.
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 | 14 ++
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/tree-ssa/ifc-8.c | 17 +++
gcc/tree-if-conv.c | 241 ++++++++++++++++------------------
4 files changed, 151 insertions(+), 125 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ifc-8.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 4851f92 2015-11-16 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new efe6a40 * constexpr.c (cxx_eval_builtin_function_call): Use cp_fully [...]
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/cp/ChangeLog | 5 +++++
gcc/cp/constexpr.c | 14 +++++++++++---
gcc/cp/cp-gimplify.c | 20 +++++++-------------
gcc/testsuite/g++.dg/delayedfold/builtin-constant1.C | 7 +++++++
gcc/testsuite/g++.dg/delayedfold/builtin-constant2.C | 13 +++++++++++++
5 files changed, 43 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/delayedfold/builtin-constant1.C
create mode 100644 gcc/testsuite/g++.dg/delayedfold/builtin-constant2.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 hjl/pr60336
in repository gcc.
discards 56645fe Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class
adds 3e5abc8 2015-11-16 Sandra Loosemore <sandra(a)codesourcery.com>
adds 4851f92 2015-11-16 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 56a384a Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class
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 (56645fe)
\
N -- N -- N refs/heads/hjl/pr60336 (56a384a)
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/ChangeLog | 12 ++++++++++++
gcc/doc/extend.texi | 2 +-
gcc/doc/invoke.texi | 2 +-
3 files changed, 14 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 3e5abc8 2015-11-16 Sandra Loosemore <sandra(a)codesourcery.com>
new 4851f92 2015-11-16 Thomas Preud'homme <thomas.preudhomme(a)arm.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/ChangeLog | 6 ++++++
gcc/doc/invoke.texi | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.