This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9121198cd53 2017-09-18 Paolo Carlini <paolo.carlini(a)oracle.com>
new d7d03008038 [ARC] Check the assembler for gdwar2 support.
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/configure | 6 +++---
gcc/configure.ac | 6 +++---
3 files changed, 11 insertions(+), 6 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 llvm.
from a34f6250506 [X86] combineVSelectWithAllOnesOrZeros - cleanup variable n [...]
new 70c6728fba5 [X86][SSE] Add vselect with zero tests (PR28925)
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:
test/CodeGen/X86/vselect-zero.ll | 67 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
create mode 100644 test/CodeGen/X86/vselect-zero.ll
--
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 0f09204b9bd Remove test failing on the branch.
new 05d550b5ff7 2017-09-18 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 | 27 +++++
gcc/fold-const.c | 68 ++++++------
gcc/gimple-fold.c | 7 +-
gcc/testsuite/ChangeLog | 23 +++++
gcc/testsuite/g++.dg/torture/pr80171.C | 184 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/align-3.c | 11 ++
gcc/testsuite/gcc.dg/torture/pr68528.c | 17 +++
gcc/testsuite/gcc.dg/torture/pr80362.c | 10 ++
8 files changed, 311 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr80171.C
create mode 100644 gcc/testsuite/gcc.dg/align-3.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68528.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80362.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 gcc-6-branch
in repository gcc.
from 892792460b5 2017-09-18 Richard Biener <rguenther(a)suse.de>
new 7506938a9eb PR libstdc++/60936 reduce coupling between objects in libstdc++.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:
libstdc++-v3/ChangeLog | 35 +++++++++
libstdc++-v3/src/c++11/Makefile.am | 9 ++-
libstdc++-v3/src/c++11/Makefile.in | 20 +++--
libstdc++-v3/src/c++11/cow-string-inst.cc | 25 ------
.../{cow-wstring-inst.cc => cow-string-io-inst.cc} | 43 +++++-----
libstdc++-v3/src/c++11/cow-wstring-inst.cc | 24 ------
...{cow-wstring-inst.cc => cow-wstring-io-inst.cc} | 27 ++++---
libstdc++-v3/src/c++11/functexcept.cc | 30 -------
libstdc++-v3/src/c++11/functional.cc | 5 ++
libstdc++-v3/src/c++11/future.cc | 5 ++
libstdc++-v3/src/c++11/ios.cc | 16 ++++
libstdc++-v3/src/c++11/regex.cc | 6 ++
libstdc++-v3/src/c++11/snprintf_lite.cc | 20 +++--
.../src/c++11/{system_error.cc => sso_string.cc} | 91 ++--------------------
.../c++11/{fstream-inst.cc => string-io-inst.cc} | 32 ++++----
libstdc++-v3/src/c++11/system_error.cc | 74 ++----------------
.../{cow-wstring-inst.cc => wstring-io-inst.cc} | 41 ++++------
libstdc++-v3/src/c++98/misc-inst.cc | 28 -------
18 files changed, 177 insertions(+), 354 deletions(-)
copy libstdc++-v3/src/c++11/{cow-wstring-inst.cc => cow-string-io-inst.cc} (65%)
copy libstdc++-v3/src/c++11/{cow-wstring-inst.cc => cow-wstring-io-inst.cc} (80%)
copy libstdc++-v3/src/c++11/{system_error.cc => sso_string.cc} (57%)
copy libstdc++-v3/src/c++11/{fstream-inst.cc => string-io-inst.cc} (68%)
copy libstdc++-v3/src/c++11/{cow-wstring-inst.cc => wstring-io-inst.cc} (70%)
--
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 llvm.
from 289d643bfb7 [X86FixupBWInsts] More precise register liveness if no <imp [...]
new a34f6250506 [X86] combineVSelectWithAllOnesOrZeros - cleanup variable n [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 7 +++----
1 file changed, 3 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 master
in repository gcc.
from f78676f0ef5 Use built-in for std::make_integer_sequnce
new 9121198cd53 2017-09-18 Paolo Carlini <paolo.carlini(a)oracle.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/expr/delete1.C | 12 ++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/expr/delete1.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 e4bb5efbffb PR libstdc++/71187 reimplement declval without add_rvalue_r [...]
new f78676f0ef5 Use built-in for std::make_integer_sequnce
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:
libstdc++-v3/ChangeLog | 4 +++
libstdc++-v3/include/std/utility | 53 ++++++++++++++--------------------------
2 files changed, 23 insertions(+), 34 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 076d07cde56 Update checksums for isl-0.18.tar.bz2
new e4bb5efbffb PR libstdc++/71187 reimplement declval without add_rvalue_r [...]
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:
libstdc++-v3/ChangeLog | 15 +++++++++++++++
libstdc++-v3/include/std/type_traits | 20 ++++++++++++--------
.../testsuite/20_util/declval/requirements/1_neg.cc | 2 +-
.../20_util/make_signed/requirements/typedefs_neg.cc | 2 +-
.../make_unsigned/requirements/typedefs_neg.cc | 2 +-
5 files changed, 30 insertions(+), 11 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 34982dbf26e 2017-09-18 Richard Biener <rguenther(a)suse.de>
new 076d07cde56 Update checksums for isl-0.18.tar.bz2
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:
contrib/prerequisites.md5 | 2 +-
contrib/prerequisites.sha512 | 2 +-
2 files changed, 2 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 gcc-6-branch
in repository gcc.
from d6e84aff464 Remove test failing on the branch.
new 06105ab1a9d 2017-09-18 Richard Biener <rguenther(a)suse.de>
new 892792460b5 2017-09-18 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 | 24 ++++++++++
gcc/fold-const.c | 31 ++++++++----
gcc/fold-const.h | 1 +
gcc/testsuite/ChangeLog | 31 ++++++++++++
gcc/testsuite/g++.dg/torture/pr81977.C | 55 ++++++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr82084.C | 9 ++++
gcc/testsuite/gcc.dg/torture/pr80281.c | 14 ++++++
gcc/testsuite/gcc.dg/torture/pr80341.c | 20 ++++++++
.../gcc.dg/{torture/pr52298.c => ubsan/pr81505.c} | 1 +
gcc/tree-ssa-sccvn.c | 2 +-
gcc/tree-vect-stmts.c | 6 +++
11 files changed, 183 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81977.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr82084.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80281.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80341.c
copy gcc/testsuite/gcc.dg/{torture/pr52298.c => ubsan/pr81505.c} (73%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.