This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from d02f3a123 Cygwin: sockets: Fix fstat on unnamed sockets
new 25ea6af17 Cygwin: cleanup header including within network-releated files
new 892efccb2 Cygwin: fhandler_socket_unix: store peer credentials in ucred member
new a27a7752e Cygwin: improve storage and handling of AF_UNIX socket path
new 7ae89fe70 Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_point
new 28cf818c2 Cygwin: path.cc: clean up includes
new 3e16fd698 Cygwin: ntdll.h: drop macros available in mingw-w64 headers
new 65267a9a3 Cygwin: move transaction helpers into ntdll.h
new aa467e6e3 Cygwin: add AF_UNIX reparse points to path handling
new dc3928fc7 Cygwin: convert sun_name_t into class
The 9 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:
winsup/cygwin/fhandler.cc | 6 +-
winsup/cygwin/fhandler.h | 56 +++++++++++++----
winsup/cygwin/fhandler_disk_file.cc | 2 +-
winsup/cygwin/fhandler_procnet.cc | 14 ++---
winsup/cygwin/fhandler_socket.cc | 38 ++---------
winsup/cygwin/fhandler_socket_inet.cc | 26 +++-----
winsup/cygwin/fhandler_socket_local.cc | 28 +++------
winsup/cygwin/fhandler_socket_unix.cc | 111 +++++++++++++++++++--------------
winsup/cygwin/include/cygwin/_ucred.h | 20 ++++++
winsup/cygwin/include/cygwin/socket.h | 7 +--
winsup/cygwin/include/sys/un.h | 5 +-
winsup/cygwin/net.cc | 24 ++-----
winsup/cygwin/ntdll.h | 48 +++++++++++---
winsup/cygwin/path.cc | 43 +++++++------
winsup/cygwin/path.h | 5 +-
winsup/cygwin/syscalls.cc | 51 +++------------
winsup/cygwin/syslog.cc | 1 +
17 files changed, 239 insertions(+), 246 deletions(-)
create mode 100644 winsup/cygwin/include/cygwin/_ucred.h
--
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 c9ac549aad3 2018-03-01 Paolo Carlini <paolo.carlini(a)oracle.com>
new 786721dc095 PR c++/84596 * constexpr.c (require_rvalue_constant_expre [...]
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 | 8 ++++++++
gcc/cp/constexpr.c | 15 +++++++++++++--
gcc/cp/cp-tree.h | 1 +
gcc/cp/semantics.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/static_assert14.C | 7 +++++++
6 files changed, 35 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/static_assert14.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 llvm.
from 9658ecff60f [InstCombine] remove stale comments for tests; NFC
new 4c5d04911d0 [Hexagon] Add guest registers
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:
.../Hexagon/Disassembler/HexagonDisassembler.cpp | 58 +++++++++++++++
lib/Target/Hexagon/HexagonDepIICScalar.td | 46 ++++++++++++
lib/Target/Hexagon/HexagonDepInstrInfo.td | 38 ++++++++++
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 7 ++
lib/Target/Hexagon/HexagonRegisterInfo.td | 86 +++++++++++++++++++++-
test/MC/Hexagon/guest.s | 67 +++++++++++++++++
6 files changed, 301 insertions(+), 1 deletion(-)
create mode 100644 test/MC/Hexagon/guest.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 454031760ea PR c++/71569 - ICE with redundant args on member variable [...]
new c9ac549aad3 2018-03-01 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/torture/pr79410.C | 10 ++++++++++
2 files changed, 15 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/pr79410.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 lldb.
from aa474e7aa Make Finalize tolerant of empty register sets.
new 0daacca4f Make TestDynamicValueSameBase gcc-compatible
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:
.../dynamic-value-same-basename/TestDynamicValueSameBase.py | 10 +++++++---
1 file changed, 7 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 gcc-7-branch
in repository gcc.
from b9ee6566126 PR c++/71569 - ICE with redundant args on member variable [...]
new 38d76fe515b 2017-03-01 Thomas Preud'homme <thomas.preudhomme(a)arm.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 | 9 +++++++++
gcc/testsuite/gcc.c-torture/unsorted/dump-noaddr.x | 16 ++++++++--------
2 files changed, 17 insertions(+), 8 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 275248c058e [Power9] Add missing instructions to the Power 9 scheduler
new 9658ecff60f [InstCombine] remove stale comments for tests; NFC
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/Transforms/InstCombine/vec_demanded_elts.ll | 3 ---
1 file changed, 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 4d354d8b89 [ARM] Clean up selection of feature bits
new c7b15a66dc Fix Rust enum test failures
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 ++++++
gdb/dwarf2read.c | 7 +++++--
2 files changed, 11 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 master
in repository binutils-gdb.
from d11ae95ea3 Prevent illegal memory accesses triggerd by intger overflow [...]
new 4d354d8b89 [ARM] Clean up selection of feature bits
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 | 44 ++++++++++
gas/config/tc-arm.c | 238 ++++++++++++++++++++++++++++------------------------
2 files changed, 171 insertions(+), 111 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 2d7eccead16 [WebAssembly] Update pre-generated test files to match late [...]
new 275248c058e [Power9] Add missing instructions to the Power 9 scheduler
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/PowerPC/P9InstrResources.td | 186 +++++++++++++++++++++++++--------
lib/Target/PowerPC/PPCScheduleP9.td | 16 +++
2 files changed, 160 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.