This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/wtedesch/icc_version
in repository binutils-gdb.
at 3f772b1830 icc: allow code path for newer versions of icc.
This branch includes the following new commits:
new 8bf5d94471 dwarf2read: move producers help functions to a dwarf specific file
new 3f772b1830 icc: allow code path for newer versions of icc.
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.
--
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 df4660d314e gcc/
new f89bc7fb6b6 internal,net,os,runtime,syscall: fixes for AIX followin [...]
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/go/gofrontend/MERGE | 2 +-
libgo/go/cmd/go/internal/base/signal_unix.go | 2 +-
libgo/go/internal/poll/export_posix_test.go | 2 +-
libgo/go/internal/poll/fd_poll_runtime.go | 2 +-
libgo/go/internal/poll/fd_posix.go | 2 +-
libgo/go/internal/poll/fd_posix_test.go | 2 +-
libgo/go/internal/poll/fd_unix.go | 2 +-
libgo/go/internal/poll/hook_unix.go | 2 +-
libgo/go/internal/poll/sockopt.go | 2 +-
libgo/go/internal/poll/sockoptip.go | 2 +-
libgo/go/internal/poll/sys_cloexec.go | 2 +-
libgo/go/net/error_posix.go | 2 +-
libgo/go/os/user/cgo_lookup_unix.go | 2 +-
libgo/go/runtime/export_unix_test.go | 2 +-
libgo/go/runtime/netpoll_aix.go | 15 ++--
libgo/go/syscall/forkpipe_bsd.go | 2 +-
libgo/go/syscall/libcall_aix.go | 130 +++++++++++++++++++++++++++
17 files changed, 155 insertions(+), 20 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 652f5e624e3 [X86][SSE] Add PR22415 test case
new 2d05b60473d Revert r313753: "Fix a -Wsign-compare warning in LoopAccess [...]
new e1631a5af76 Revert r313736: "[SLP] Vectorize jumbled memory loads."
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:
include/llvm/Analysis/LoopAccessAnalysis.h | 15 --
lib/Analysis/LoopAccessAnalysis.cpp | 71 ------
lib/Transforms/Vectorize/SLPVectorizer.cpp | 265 +++++++--------------
.../SLPVectorizer/X86/jumbled-load-multiuse.ll | 24 +-
.../X86/jumbled-load-shuffle-placement.ll | 68 ------
test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 37 +--
test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +-
7 files changed, 135 insertions(+), 370 deletions(-)
delete mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.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 master
in repository binutils-gdb.
from 37dd082596 add ChangeLog from previous commit
new 1b7fa39ed9 [OBV] amd64-features-makefile: add missing backslash.
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/features/Makefile | 2 +-
2 files changed, 6 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 binutils-gdb.
from 6470a84860 gdb - avx512: tests were failing due to missing memory aligment.
new 37dd082596 add ChangeLog from previous commit
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 | 6 ++++++
1 file changed, 6 insertions(+)
--
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 ad2840d5e45 2017-09-19 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new fcb39c32d5a PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t th [...]
new 4a2bf14144a PR libstdc++/82262 fix std::hash<std::optional<const T>>
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:
libstdc++-v3/ChangeLog | 25 ++++++
libstdc++-v3/include/std/optional | 12 +--
libstdc++-v3/include/std/type_traits | 25 +++++-
.../20_util/is_nothrow_invocable/value.cc | 96 +++++++++++++++++-----
.../20_util/is_nothrow_invocable/value_ext.cc | 4 +-
libstdc++-v3/testsuite/20_util/optional/hash.cc | 17 +++-
6 files changed, 145 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 llvm.
from 160a98b89bd Fix a -Wsign-compare warning in LoopAccessAnalysis.cpp
new 652f5e624e3 [X86][SSE] Add PR22415 test case
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/vector-shuffle-combining-ssse3.ll | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
--
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 2100b0595f [Sema] CheckTautologicalComparisonWithZero(): always complai [...]
new 9a0f62efc8 Replace r313747, don't always warn on enums, rework testcases.
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/Sema/SemaChecking.cpp | 12 +-
.../Sema/tautological-unsigned-enum-zero-compare.c | 28 +++-
.../tautological-unsigned-enum-zero-compare.cpp | 176 +++++++++++++++++++++
3 files changed, 205 insertions(+), 11 deletions(-)
create mode 100644 test/Sema/tautological-unsigned-enum-zero-compare.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 582c7b270a9 Remove non-standard std::copy_exception function
new d6680b5c83f Revert my 2017-09-19 patch.
new df4660d314e gcc/
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 | 32 ++++++---
gcc/config.gcc | 2 +-
gcc/config/i386/driver-i386.c | 7 ++
gcc/config/i386/i386-c.c | 7 ++
gcc/config/i386/i386.c | 14 ++++
gcc/config/i386/i386.h | 2 +
gcc/config/i386/i386.md | 92 --------------------------
gcc/config/i386/x86-tune.def | 46 ++++++-------
gcc/doc/invoke.texi | 6 ++
gcc/testsuite/ChangeLog | 12 ++--
gcc/testsuite/gcc.target/i386/bt-5.c | 11 ---
gcc/testsuite/gcc.target/i386/bt-6.c | 12 ----
gcc/testsuite/gcc.target/i386/bt-mask-3.c | 12 ----
gcc/testsuite/gcc.target/i386/bt-mask-4.c | 12 ----
gcc/testsuite/gcc.target/i386/builtin_target.c | 4 ++
gcc/testsuite/gcc.target/i386/funcspec-56.inc | 1 +
libgcc/ChangeLog | 45 +++++++------
libgcc/config/i386/cpuinfo.c | 4 ++
libgcc/config/i386/cpuinfo.h | 1 +
19 files changed, 123 insertions(+), 199 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/i386/bt-5.c
delete mode 100644 gcc/testsuite/gcc.target/i386/bt-6.c
delete mode 100644 gcc/testsuite/gcc.target/i386/bt-mask-3.c
delete mode 100644 gcc/testsuite/gcc.target/i386/bt-mask-4.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 binutils-gdb.
from 64b5d6d785 [GOLD] PowerPC function address in non-PIC
new 6470a84860 gdb - avx512: tests were failing due to missing memory aligment.
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/testsuite/gdb.arch/i386-avx512.c | 128 +++++++++++++++++------------------
1 file changed, 64 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.