This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b8f4a5f PR target/69100 * config/sparc/sparc.h (FUNCTION_ARG_REGNO_ [...]
new 65aafe2 * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat al [...]
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/arm/arm.c | 5 ++++-
2 files changed, 9 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 f006b2a 2016-01-04 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 6b5c028 PR target/69072 * config/sparc/sparc.c (scan_record_type): [...]
new b8f4a5f PR target/69100 * config/sparc/sparc.h (FUNCTION_ARG_REGNO_ [...]
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/sparc/sparc.c | 36 ++++++++++++++---------------
gcc/config/sparc/sparc.h | 5 ++--
gcc/testsuite/ChangeLog | 8 +++++++
gcc/testsuite/gcc.target/sparc/20160104-1.c | 16 +++++++++++++
gcc/testsuite/gcc.target/sparc/20160104-2.c | 11 +++++++++
6 files changed, 67 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/sparc/20160104-1.c
create mode 100644 gcc/testsuite/gcc.target/sparc/20160104-2.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 fde14df 2016-01-03 Sandra Loosemore <sandra(a)codesourcery.com>
new f006b2a 2016-01-04 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 | 5 +++++
gcc/doc/install.texi | 12 +++++++++++-
2 files changed, 16 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/pr68991/master
in repository gcc.
discards f5f8909 Verify alignment in *mov<mode>_internal
discards 00a4b07 Disable ix86_legitimate_combined_insn
discards ca22b44 Don't use Bm constraint in SSE *mov<mode>_internal
discards ac25ff4 Use vector_operand on SSE with 16b memory operand
discards 2b62fe7 Add vector_operand
discards d9d7d1e Add vector_memory_operand and "Bm" constraint
adds 855b105 * gnat.dg/specs/debug1.ads: Delete.
adds 74663a8 Daily bump.
adds 6e5b112 * gnatvsn.ads: Bump copyright year.
adds 33e0bf2 2016-01-03 Matthias Klose <doko(a)ubuntu.com>
adds 300e100 2016-01-03 Paul Thomas <pault(a)gcc.gnu.org>
adds 1f12920 Daily bump.
adds 586176d 2016-01-03 Vladimír Čunát <vcunat(a)gmail.com>
adds fde14df 2016-01-03 Sandra Loosemore <sandra(a)codesourcery.com>
new b4a2a1e Add vector_memory_operand and "Bm" constraint
new 7791244 Use vector_operand on SSE with 16b memory operand
new a2b95d5 Don't use Bm constraint in SSE *mov<mode>_internal
new 7b5741b Disable ix86_legitimate_combined_insn
new 24dd1e6 Verify alignment in *mov<mode>_internal
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 (f5f8909)
\
N -- N -- N refs/heads/hjl/pr68991/master (24dd1e6)
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 5 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 | 16 +
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 10505 +------------------------------
gcc/ada/{ChangeLog => ChangeLog-2015} | 0
gcc/ada/gnatvsn.ads | 4 +-
gcc/doc/extend.texi | 95 +-
gcc/doc/invoke.texi | 4 +-
gcc/testsuite/ChangeLog | 9 +
gcc/testsuite/gfortran.dg/pr65045.f90 | 15 +
gcc/testsuite/gnat.dg/specs/debug1.ads | 14 -
libjava/ChangeLog | 5 +
libjava/include/jvm.h | 2 +-
libjava/libtool-version | 2 +-
13 files changed, 93 insertions(+), 10580 deletions(-)
copy gcc/ada/{ChangeLog => ChangeLog-2015} (100%)
create mode 100644 gcc/testsuite/gfortran.dg/pr65045.f90
delete mode 100644 gcc/testsuite/gnat.dg/specs/debug1.ads
--
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/pr68991/master
in repository gcc.
discards 0790736 Don't use Bm constraint in SSE *mov<mode>_internal
discards 62abaa6 Revert "Revert "Disable ix86_legitimate_combined_insn""
discards ff21f77 Revert "Restore nonimmediate_or_sse_const_operand"
discards 375002b Revert "Disable ix86_legitimate_combined_insn"
discards e74efb9 Fix vector_memory_operand
discards 35d9d25 Verify alignment in *mov<mode>_internal
discards b0f6cc7 Restore nonimmediate_or_sse_const_operand
discards 02d9b0a Disable ix86_legitimate_combined_insn
discards a012f31 Use vector_operand on non-move SSE with 16b memory operand
discards 151e30d Add vector_operand
discards fd68395 Add vector_memory_operand and "Bm" constraint
new d9d7d1e Add vector_memory_operand and "Bm" constraint
new 2b62fe7 Add vector_operand
new ac25ff4 Use vector_operand on SSE with 16b memory operand
new ca22b44 Don't use Bm constraint in SSE *mov<mode>_internal
new 00a4b07 Disable ix86_legitimate_combined_insn
new f5f8909 Verify alignment in *mov<mode>_internal
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 (0790736)
\
N -- N -- N refs/heads/hjl/pr68991/master (f5f8909)
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 6 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/sse.md | 4 ++++
gcc/testsuite/g++.dg/pr68991-1.C | 16 ++++++++--------
gcc/testsuite/g++.dg/pr68991-2.C | 16 ++++++++--------
gcc/testsuite/gcc.target/i386/pr68991.c | 32 ++++++++++++++++++++++++++++++++
4 files changed, 52 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr68991.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 586176d 2016-01-03 Vladimír Čunát <vcunat(a)gmail.com>
new fde14df 2016-01-03 Sandra Loosemore <sandra(a)codesourcery.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 | 10 ++++++
gcc/doc/extend.texi | 95 ++++++++++++++++++++++-------------------------------
2 files changed, 49 insertions(+), 56 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 1f12920 Daily bump.
new 586176d 2016-01-03 Vladimír Čunát <vcunat(a)gmail.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 | 4 ++--
2 files changed, 8 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 300e100 2016-01-03 Paul Thomas <pault(a)gcc.gnu.org>
new 1f12920 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 2a731c3 2016-01-03 Matthias Klose <doko(a)ubuntu.com>
new 1ccc060 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.