This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from bfd2d7afda Automatic date update in version.in
new e4495167d9 PR22431, powerpc64 ld segfault when .plt discarded
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:
bfd/ChangeLog | 11 +++++++++++
bfd/elf64-ppc.c | 16 ++++++++++------
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/note-3.t | 1 +
4 files changed, 28 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 gcc.
from 366595fd959 PR libstdc++/83134 Ensure std::__not_ converts B::value to bool
new b88cf197f24 Add [[nodiscard]] attribute to C++17 components
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 | 8 ++++++
libstdc++-v3/include/bits/fs_path.h | 2 +-
libstdc++-v3/include/bits/node_handle.h | 2 +-
libstdc++-v3/include/bits/range_access.h | 6 ++---
libstdc++-v3/include/std/string_view | 2 +-
.../capacity/empty_neg.cc} | 6 ++---
.../range_access_cpp17_neg.cc} | 29 +++++++++-------------
.../filesystem/path/query/empty_neg.cc} | 6 ++---
8 files changed, 32 insertions(+), 29 deletions(-)
copy libstdc++-v3/testsuite/21_strings/{basic_string/cons/char/79162.cc => basic_s [...]
copy libstdc++-v3/testsuite/{20_util/tuple/78939.cc => 24_iterators/range_access_c [...]
copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/char/79162.cc => 27_io/f [...]
--
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 6d552d4400a Enable VBMI2 support [3/7]
new 366595fd959 PR libstdc++/83134 Ensure std::__not_ converts B::value to bool
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 | 11 +++++++++++
libstdc++-v3/include/std/type_traits | 15 ++++++---------
.../testsuite/20_util/declval/requirements/1_neg.cc | 2 +-
.../83134.cc} | 21 ++++++++++++---------
.../make_signed/requirements/typedefs_neg.cc | 2 +-
.../make_unsigned/requirements/typedefs_neg.cc | 2 +-
6 files changed, 32 insertions(+), 21 deletions(-)
copy libstdc++-v3/testsuite/20_util/{is_aggregate/requirements/explicit_instantiat [...]
--
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 binutils-gdb.
from 5f71e59e1a Fix build error with --enable-targets=all.
new c139731b13 Fix vax/ns32k/mmix gas testsuite regression.
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:
gas/ChangeLog | 3 +++
gas/testsuite/gas/all/err-fakelabel.s | 2 +-
2 files changed, 4 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 6a653cda7e8 Enable VBMI2 support [2/7]
new 6d552d4400a Enable VBMI2 support [3/7]
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 | 24 ++++
gcc/config/i386/avx512vbmi2intrin.h | 66 +++++++++++
gcc/config/i386/avx512vbmi2vlintrin.h | 131 +++++++++++++++++++++
gcc/config/i386/i386.c | 6 +
gcc/config/i386/sse.md | 30 +++++
gcc/testsuite/ChangeLog | 11 ++
.../gcc.target/i386/avx512f-vpexpandb-1.c | 22 ++++
.../gcc.target/i386/avx512f-vpexpandb-2.c | 68 +++++++++++
.../gcc.target/i386/avx512f-vpexpandw-1.c | 22 ++++
.../gcc.target/i386/avx512f-vpexpandw-2.c | 68 +++++++++++
.../gcc.target/i386/avx512vl-vpexpandb-1.c | 33 ++++++
...12vl-vpcompressb-2.c => avx512vl-vpexpandb-2.c} | 6 +-
.../gcc.target/i386/avx512vl-vpexpandw-1.c | 33 ++++++
...12vl-vpcompressb-2.c => avx512vl-vpexpandw-2.c} | 6 +-
14 files changed, 520 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpexpandb-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpexpandb-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpexpandw-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpexpandw-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vpexpandb-1.c
copy gcc/testsuite/gcc.target/i386/{avx512vl-vpcompressb-2.c => avx512vl-vpexpandb [...]
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vpexpandw-1.c
copy gcc/testsuite/gcc.target/i386/{avx512vl-vpcompressb-2.c => avx512vl-vpexpandw [...]
--
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 01eb33b4cb5 [YAMLParser] Don't crash on null keys in KeyValueNodes.
new 699de777521 [YAMLParser] Fix unused variable warning.
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:
include/llvm/Support/YAMLParser.h | 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 ac102ce6134 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): For [...]
new 6a653cda7e8 Enable VBMI2 support [2/7]
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 | 36 +++++
gcc/config/i386/avx512vbmi2intrin.h | 92 +++++++++++++
gcc/config/i386/avx512vbmi2vlintrin.h | 150 +++++++++++++++++++++
gcc/config/i386/i386.c | 37 ++++-
gcc/config/i386/immintrin.h | 4 +
gcc/config/i386/sse.md | 33 +++++
gcc/testsuite/ChangeLog | 13 ++
gcc/testsuite/gcc.target/i386/avx512-check.h | 3 +
.../gcc.target/i386/avx512f-vpcompressb-1.c | 20 +++
.../gcc.target/i386/avx512f-vpcompressb-2.c | 67 +++++++++
.../gcc.target/i386/avx512f-vpcompressw-1.c | 20 +++
.../gcc.target/i386/avx512f-vpcompressw-2.c | 64 +++++++++
.../gcc.target/i386/avx512vl-vpcompressb-1.c | 29 ++++
...x512vl-valignq-2.c => avx512vl-vpcompressb-2.c} | 7 +-
.../gcc.target/i386/avx512vl-vpcompressw-1.c | 29 ++++
...x512vl-valignq-2.c => avx512vl-vpcompressw-2.c} | 7 +-
gcc/testsuite/gcc.target/i386/i386.exp | 17 +++
17 files changed, 621 insertions(+), 7 deletions(-)
create mode 100644 gcc/config/i386/avx512vbmi2intrin.h
create mode 100644 gcc/config/i386/avx512vbmi2vlintrin.h
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpcompressb-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpcompressb-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpcompressw-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpcompressw-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vpcompressb-1.c
copy gcc/testsuite/gcc.target/i386/{avx512vl-valignq-2.c => avx512vl-vpcompressb-2 [...]
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vpcompressw-1.c
copy gcc/testsuite/gcc.target/i386/{avx512vl-valignq-2.c => avx512vl-vpcompressw-2 [...]
--
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-7-branch
in repository gcc.
from ecf49834dea 2017-11-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new cd3e2827ae2 2017-11-23 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 11 ++++++++
gcc/fortran/trans-expr.c | 2 ++
gcc/fortran/trans-stmt.c | 7 +++++
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gfortran.dg/class_result_5.f90 | 38 ++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/class_result_6.f90 | 24 ++++++++++++++++++
6 files changed, 89 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/class_result_5.f90
create mode 100644 gcc/testsuite/gfortran.dg/class_result_6.f90
--
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 6dce9fbec17 [X86] Don't invert NewCC variable while processing the jcc/ [...]
new 01eb33b4cb5 [YAMLParser] Don't crash on null keys in KeyValueNodes.
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:
include/llvm/Support/YAMLParser.h | 8 +++++---
unittests/Support/YAMLParserTest.cpp | 1 +
2 files changed, 6 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 binutils-gdb.
from f45e2a7704 Fix clang warnings about copy elision
new 5f71e59e1a Fix build error with --enable-targets=all.
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:
gas/ChangeLog | 6 ++++++
gas/as.c | 4 ++++
gas/config/obj-multi.h | 3 +++
3 files changed, 13 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.