This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 88a31fc * config/sparc/sparc.c (sparc_emit_probe_stack_range): Adjus [...]
new bc17981 Remove first_pass_instance from pass_vrp
new 8350565 Remove first_pass_instance from pass_reassoc
new 3279ea2 Remove first_pass_instance from pass_dominator
new 0bb8a43 Remove first_pass_instance from pass_object_sizes
new d0322b7 Remove first_pass_instance from pass_ccp
new 003ff40 Remove first_pass_instance
new 4600ed2 [AArch64] Fix gcc.target/aarch64/vclz.c
The 7 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 | 70 +++++++++++++++++++++++++++++++++
gcc/gdbhooks.py | 2 +-
gcc/gen-pass-instances.awk | 28 ++++++++++---
gcc/pass_manager.h | 2 +
gcc/passes.c | 18 +++++++--
gcc/passes.def | 26 ++++++------
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/aarch64/vclz.c | 11 ++----
gcc/tree-object-size.c | 14 +++++--
gcc/tree-pass.h | 10 +----
gcc/tree-ssa-ccp.c | 25 ++++++++----
gcc/tree-ssa-dom.c | 16 +++++++-
gcc/tree-ssa-reassoc.c | 28 ++++++++++---
gcc/tree-vrp.c | 20 +++++++---
14 files changed, 210 insertions(+), 64 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.
from 83b443f WIP: attach dir
new 7e83d46 WIP: Try collecting files sightly differently"
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:
config/bench/gather/fakebench.sh | 12 +++++++-----
1 file changed, 7 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.
unknown user pushed a change to branch master
in repository gcc.
from 8ed4b9d * config/rs6000/rs6000.c (rs6000_emit_probe_stack_rang): Adj [...]
new 88a31fc * config/sparc/sparc.c (sparc_emit_probe_stack_range): Adjus [...]
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/config/sparc/sparc.c | 32 ++++++++++++--------------------
2 files changed, 17 insertions(+), 20 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 dcbc681 2015-11-16 Christian Bruel <christian.bruel(a)st.com>
new 5ca4316 * config/i386/i386.c (ix86_adjust_stack_and_probe): Adjust a [...]
new 8ed4b9d * config/rs6000/rs6000.c (rs6000_emit_probe_stack_rang): Adj [...]
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/config/i386/i386.c | 79 ++++++++++++++++++++++++----------------------
gcc/config/rs6000/rs6000.c | 35 ++++++++++----------
3 files changed, 70 insertions(+), 57 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 a7e5e53 Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class
new 8418399 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 (a7e5e53)
\
N -- N -- N refs/heads/hjl/pr60336 (8418399)
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/cp/class.c | 11 +++++++----
1 file changed, 7 insertions(+), 4 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 f922475 Add LANG_HOOKS_EMPTY_RECORD_P for C++ empty class
new a7e5e53 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 (f922475)
\
N -- N -- N refs/heads/hjl/pr60336 (a7e5e53)
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/langhooks-def.h | 3 ++-
gcc/langhooks.c | 24 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/pr60336.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/pr68355.C | 24 ++++++++++++++++++++++++
4 files changed, 67 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pr60336.C
create mode 100644 gcc/testsuite/g++.dg/pr68355.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 13ebc37 [AArch64] Cortex-A57 Choose some new branch costs.
new a2e9c08 2015-11-16 Christian Bruel <christian.bruel(a)st.com>
new dcbc681 2015-11-16 Christian Bruel <christian.bruel(a)st.com>
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 | 12 +
gcc/config/arm/arm-c.c | 8 +-
gcc/config/arm/arm_neon.h | 476 ++++++++++++--------------
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/gcc.target/arm/attr-neon-fp16.c | 11 +
gcc/testsuite/gcc.target/arm/attr-neon3.c | 32 ++
gcc/testsuite/lib/target-supports.exp | 4 +-
7 files changed, 290 insertions(+), 260 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/attr-neon-fp16.c
create mode 100644 gcc/testsuite/gcc.target/arm/attr-neon3.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 1b20a4c Add empty_record_p for C++ empty class
new f922475 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 (1b20a4c)
\
N -- N -- N refs/heads/hjl/pr60336 (f922475)
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/calls.c | 4 ++--
gcc/config/i386/i386.c | 12 ++++++------
gcc/cp/class.c | 6 +++---
gcc/cp/cp-lang.c | 2 ++
gcc/cp/cp-tree.h | 4 ++--
gcc/function.c | 2 +-
gcc/langhooks-def.h | 2 ++
gcc/langhooks.h | 3 +++
gcc/tree-dfa.c | 2 +-
gcc/tree.c | 22 ----------------------
gcc/tree.h | 1 -
11 files changed, 22 insertions(+), 38 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 3f0c3c4 coding nit
new 2725c6a 2015-11-16 Christian Bruel <christian.bruel(a)st.com>
new 13ebc37 [AArch64] Cortex-A57 Choose some new branch costs.
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 | 17 +++++
gcc/config/aarch64/aarch64.c | 9 ++-
gcc/config/arm/arm-c.c | 30 +++++----
gcc/config/arm/arm.c | 72 ++++++++++++++++------
gcc/doc/extend.texi | 9 ++-
gcc/doc/invoke.texi | 2 +
gcc/testsuite/ChangeLog | 11 +++-
gcc/testsuite/gcc.target/arm/attr-crypto.c | 39 ++++++++++++
.../gcc.target/arm/attr-neon-builtin-fail.c | 17 +++++
gcc/testsuite/gcc.target/arm/attr-neon.c | 22 +++++++
gcc/testsuite/gcc.target/arm/attr-neon2.c | 28 +++++++++
gcc/testsuite/gcc.target/arm/lto/pr65837_0.c | 14 +++++
12 files changed, 235 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/attr-crypto.c
create mode 100644 gcc/testsuite/gcc.target/arm/attr-neon-builtin-fail.c
create mode 100644 gcc/testsuite/gcc.target/arm/attr-neon.c
create mode 100644 gcc/testsuite/gcc.target/arm/attr-neon2.c
create mode 100644 gcc/testsuite/gcc.target/arm/lto/pr65837_0.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 4bbe6db 2015-11-16 Christian Bruel <christian.bruel(a)st.com>
new 3f0c3c4 coding nit
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/arm/arm-builtins.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.