This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a3b6fb3 PR69545: revert patch
new 7550d85 2016-01-29 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 | 6 ++++++
gcc/match.pd | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/uninit-21.c | 33 +++++++++++++++++++++++++++++++++
4 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/uninit-21.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 e6d2fce Fix cp_binding_level reuse logic
new a3b6fb3 PR69545: revert patch
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/graphite-isl-ast-to-gimple.c | 21 ++++++++++++++++-----
2 files changed, 21 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 d645b96 Daily bump.
new e6d2fce Fix cp_binding_level reuse logic
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 | 6 ++++++
gcc/cp/name-lookup.c | 2 +-
2 files changed, 7 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 9cd9799 PR pch/68176 * files.c (_cpp_find_file): Set file->implicit [...]
new d645b96 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 96642d0 PR middle-end/69542 * lra-remat.c (calculate_local_reg_rema [...]
new 8c66192 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-4_9-branch
in repository gcc.
from 3e27c28 Daily bump.
new df63449 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 hjl/cvtps2pd
in repository gcc.
at 334efb9 Use vm on %vcvtps2pd
This branch includes the following new commits:
new 334efb9 Use vm on %vcvtps2pd
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 f11bb27 PR target/69459 * config/i386/constraints.md (C): Only acce [...]
new 9cd9799 PR pch/68176 * files.c (_cpp_find_file): Set file->implicit [...]
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:
libcpp/ChangeLog | 4 ++++
libcpp/files.c | 5 ++++-
2 files changed, 8 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 c649bac PR target/17381 - Unnecessary register move for float extend
new 9125318 2016-01-28 Steve Ellcey <sellcey(a)imgtec.com>
new c80c12c PR target/68400 * gcc.target/mips/mips.exp (mips_option_gro [...]
new f11bb27 PR target/69459 * config/i386/constraints.md (C): Only acce [...]
The 3 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 | 91 +++++++++++++++++++++------------
gcc/config/i386/constraints.md | 9 +++-
gcc/config/i386/sse.md | 2 +-
gcc/config/mips/mips.c | 15 ++++--
gcc/doc/md.texi | 2 +-
gcc/testsuite/ChangeLog | 13 ++++-
gcc/testsuite/gcc.target/i386/pr69459.c | 42 +++++++++++++++
gcc/testsuite/gcc.target/mips/mips.exp | 1 +
gcc/testsuite/gcc.target/mips/pr68400.c | 28 ++++++++++
9 files changed, 161 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr69459.c
create mode 100644 gcc/testsuite/gcc.target/mips/pr68400.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 f488166 PR middle-end/69542 * lra-remat.c (calculate_local_reg_rema [...]
new c649bac PR target/17381 - Unnecessary register move for float extend
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 | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr17381.c | 22 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr17381.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.