This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch
in repository binutils-gdb.
from 964f1b3 Gold: Fix build with GCC 4.2
new 8e4b283 Enable Intel AVX512_VPOPCNTDQ instructions
new cd3ffd4 Don't use elf_i386_eh_frame_plt directly
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:
bfd/ChangeLog | 8 +
bfd/elf32-i386.c | 8 +-
gas/ChangeLog | 13 +
gas/config/tc-i386.c | 3 +
gas/doc/c-i386.texi | 4 +-
gas/testsuite/gas/i386/avx512_vpopcntdq-intel.d | 68 +
gas/testsuite/gas/i386/avx512_vpopcntdq.d | 68 +
gas/testsuite/gas/i386/avx512_vpopcntdq.s | 63 +
gas/testsuite/gas/i386/i386.exp | 4 +
.../gas/i386/x86-64-avx512_vpopcntdq-intel.d | 68 +
gas/testsuite/gas/i386/x86-64-avx512_vpopcntdq.d | 68 +
gas/testsuite/gas/i386/x86-64-avx512_vpopcntdq.s | 63 +
opcodes/ChangeLog | 13 +
opcodes/i386-dis-evex.h | 13 +-
opcodes/i386-dis.c | 2 +
opcodes/i386-gen.c | 7 +-
opcodes/i386-init.h | 278 +-
opcodes/i386-opc.h | 3 +
opcodes/i386-opc.tbl | 10 +-
opcodes/i386-tbl.h | 10450 ++++++++++---------
20 files changed, 5866 insertions(+), 5348 deletions(-)
create mode 100644 gas/testsuite/gas/i386/avx512_vpopcntdq-intel.d
create mode 100644 gas/testsuite/gas/i386/avx512_vpopcntdq.d
create mode 100644 gas/testsuite/gas/i386/avx512_vpopcntdq.s
create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_vpopcntdq-intel.d
create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_vpopcntdq.d
create mode 100644 gas/testsuite/gas/i386/x86-64-avx512_vpopcntdq.s
--
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 56ce87e PR tree-optimization/61912 PR tree-optimization/77485 * tr [...]
new 339f327 * tree-ssa-dse.c (decrement_count): New function. (incremen [...]
new 805aeef Add string_view support to COW std::string
new eb87bcd Short-circuit alt_fail case in record_reg_classes
new f0c3cf6 Avoid excessively-big hash tables in empty-add cycles
The 4 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 | 21 ++
gcc/hash-table.h | 25 ++-
gcc/ira-costs.c | 16 +-
gcc/testsuite/ChangeLog | 2 +
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-25.c | 16 ++
gcc/tree-ssa-dse.c | 95 ++++++++-
libstdc++-v3/ChangeLog | 6 +
libstdc++-v3/include/bits/basic_string.h | 330 ++++++++++++++++++++++++++++-
8 files changed, 498 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-25.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 binutils-2_28-branch
in repository binutils-gdb.
from 695f5e3 Add support for finding separate debug info files via the bui [...]
new 964f1b3 Gold: Fix build with GCC 4.2
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:
gold/ChangeLog | 6 ++++++
gold/powerpc.cc | 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from 2b95ff8 Do not try to make_docs in subdir if it does not exist.
new 44ec88a Disable --check as an alternative to --check 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:
abe.sh | 35 ++++++++++++++---------------------
test.sh | 54 ++++++++++++++++++++----------------------------------
2 files changed, 34 insertions(+), 55 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 e4241ac 'make check-headers' for c++ header
new 6f8976b Don't print too much if remote_debug is on
new 857e829 Gold: Fix build with GCC 4.2
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:
gdb/ChangeLog | 7 +++++++
gdb/remote.c | 36 ++++++++++++++++++++++++++++++++----
gold/ChangeLog | 6 ++++++
gold/powerpc.cc | 2 +-
4 files changed, 46 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 77d8139 Define cxx11-abi effective target for libstdc++ tests
new 7928621 PR tree-optimization/33562 PR tree-optimization/61912 PR t [...]
new 6412313 PR tree-optimization/33562 PR tree-optimizati [...]
new 56ce87e PR tree-optimization/61912 PR tree-optimization/77485 * tr [...]
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 | 39 ++
gcc/doc/invoke.texi | 4 +
gcc/params.def | 5 +
gcc/sbitmap.c | 164 +++++++
gcc/sbitmap.h | 3 +
gcc/testsuite/ChangeLog | 19 +
gcc/testsuite/g++.dg/tree-ssa/ssa-dse-1.C | 101 +++++
gcc/testsuite/gcc.dg/tree-ssa/complex-4.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/complex-5.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr30375.c | 3 +-
.../gcc.dg/tree-ssa/{complex-4.c => ssa-dse-18.c} | 6 +-
.../gcc.dg/tree-ssa/{complex-4.c => ssa-dse-19.c} | 6 +-
.../gcc.dg/tree-ssa/{complex-5.c => ssa-dse-20.c} | 6 +-
.../gcc.dg/tree-ssa/{complex-5.c => ssa-dse-21.c} | 5 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-24.c | 62 +++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-9.c | 2 +-
gcc/tree-ssa-dse.c | 494 ++++++++++++++++++---
17 files changed, 840 insertions(+), 83 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/ssa-dse-1.C
copy gcc/testsuite/gcc.dg/tree-ssa/{complex-4.c => ssa-dse-18.c} (60%)
copy gcc/testsuite/gcc.dg/tree-ssa/{complex-4.c => ssa-dse-19.c} (60%)
copy gcc/testsuite/gcc.dg/tree-ssa/{complex-5.c => ssa-dse-20.c} (57%)
copy gcc/testsuite/gcc.dg/tree-ssa/{complex-5.c => ssa-dse-21.c} (57%)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-24.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 clang.
from 0acac5f Another fix for r291850 because there are apparently targets [...]
new 8595bc0 [Sema] Add warning for unused lambda captures
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/clang/Basic/DiagnosticGroups.td | 6 +-
include/clang/Basic/DiagnosticSemaKinds.td | 3 +
include/clang/Sema/ScopeInfo.h | 17 +++-
include/clang/Sema/Sema.h | 3 +
lib/Sema/SemaExpr.cpp | 4 +-
lib/Sema/SemaExprCXX.cpp | 1 +
lib/Sema/SemaLambda.cpp | 23 ++++-
test/CXX/expr/expr.prim/expr.prim.lambda/p12.cpp | 2 +-
test/CXX/expr/expr.prim/expr.prim.lambda/p13.cpp | 2 +-
test/CXX/expr/expr.prim/expr.prim.lambda/p16.cpp | 2 +-
test/CXX/expr/expr.prim/expr.prim.lambda/p18.cpp | 2 +-
test/CXX/expr/expr.prim/expr.prim.lambda/p19.cpp | 2 +-
test/SemaCXX/uninitialized.cpp | 2 +-
test/SemaCXX/warn-unused-lambda-capture.cpp | 110 +++++++++++++++++++++++
14 files changed, 166 insertions(+), 13 deletions(-)
create mode 100644 test/SemaCXX/warn-unused-lambda-capture.cpp
--
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 31e1bbe PR libstdc++/78389 * include/bits/list.tcc (merge(list&&)): A [...]
new 77d8139 Define cxx11-abi effective target for libstdc++ tests
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 | 37 ++++++++++++++++++++++
.../21_strings/basic_string/allocator/71964.cc | 5 ++-
.../21_strings/basic_string/allocator/char/copy.cc | 9 ++----
.../basic_string/allocator/char/copy_assign.cc | 9 ++----
.../basic_string/allocator/char/minimal.cc | 6 ++--
.../21_strings/basic_string/allocator/char/move.cc | 9 ++----
.../basic_string/allocator/char/move_assign.cc | 9 ++----
.../basic_string/allocator/char/noexcept.cc | 4 +--
.../21_strings/basic_string/allocator/char/swap.cc | 9 ++----
.../basic_string/allocator/wchar_t/copy.cc | 9 ++----
.../basic_string/allocator/wchar_t/copy_assign.cc | 9 ++----
.../basic_string/allocator/wchar_t/minimal.cc | 6 ++--
.../basic_string/allocator/wchar_t/move.cc | 9 ++----
.../basic_string/allocator/wchar_t/move_assign.cc | 9 ++----
.../basic_string/allocator/wchar_t/noexcept.cc | 4 +--
.../basic_string/allocator/wchar_t/swap.cc | 9 ++----
libstdc++-v3/testsuite/23_containers/list/61347.cc | 3 +-
.../testsuite/27_io/basic_fstream/cons/base.cc | 3 +-
.../testsuite/27_io/ios_base/failure/cxx11.cc | 5 +--
libstdc++-v3/testsuite/lib/libstdc++.exp | 30 +++++++++++++++++-
20 files changed, 101 insertions(+), 92 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 9608051 Return -1 on memory error in print_insn_m68k
new e4241ac 'make check-headers' for c++ header
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:
gdb/ChangeLog | 5 +++++
gdb/Makefile.in | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.