This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 859d215b7 Cygwin: split out fhandler_socket into inet and local classes
new 8906a4d33 Cygwin: fix whitespaces in socket code
new a5dfbc694 Cygwin: inline get_socket_flags()
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:
winsup/cygwin/fhandler.h | 13 +++++++++++--
winsup/cygwin/fhandler_socket.cc | 11 -----------
winsup/cygwin/fhandler_socket_inet.cc | 10 +++++-----
winsup/cygwin/fhandler_socket_local.cc | 2 +-
winsup/cygwin/include/cygwin/_socketflags.h | 20 ++++++++++++++++++++
winsup/cygwin/include/cygwin/socket.h | 9 ++-------
winsup/cygwin/syslog.cc | 2 +-
7 files changed, 40 insertions(+), 27 deletions(-)
create mode 100644 winsup/cygwin/include/cygwin/_socketflags.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 llvm.
from b0c13268b82 [AArch64] add SLP test for matmul (PR36280); NFC
new 5c377f610d6 [AArch64] fix IR names to not be 'tmp' because that gives t [...]
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/SLPVectorizer/AArch64/matmul.ll | 80 ++++++++++++-------------
1 file changed, 40 insertions(+), 40 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 newlib.
from dff3bc9a8 Cygwin: net.cc: drop redundant declarations
new 859d215b7 Cygwin: split out fhandler_socket into inet and local classes
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:
winsup/cygwin/Makefile.in | 2 +
winsup/cygwin/dtable.cc | 8 +-
winsup/cygwin/fhandler.h | 239 +++-
winsup/cygwin/fhandler_socket.cc | 2068 ++------------------------------
winsup/cygwin/fhandler_socket_inet.cc | 1163 ++++++++++++++++++
winsup/cygwin/fhandler_socket_local.cc | 1844 ++++++++++++++++++++++++++++
winsup/cygwin/net.cc | 140 ---
winsup/cygwin/security.h | 1 +
winsup/cygwin/syslog.cc | 40 +-
winsup/cygwin/uinfo.cc | 4 +-
10 files changed, 3292 insertions(+), 2217 deletions(-)
create mode 100644 winsup/cygwin/fhandler_socket_inet.cc
create mode 100644 winsup/cygwin/fhandler_socket_local.cc
--
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 2d01b0d814c Revert "[IRMover] Implement name based structure type mapping"
new b0c13268b82 [AArch64] add SLP test for matmul (PR36280); 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/SLPVectorizer/AArch64/matmul.ll | 139 ++++++++++++++++++++++++
1 file changed, 139 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/AArch64/matmul.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 clang.
from 2014a3637b [analyzer] Prevent AnalyzerStatsChecker from crash
new c04d025d2d Replace incorrect usage of isInvalidDecl with intended setIn [...]
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/SemaDecl.cpp | 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 llvm.
from 9540e47959f Fix a memory leak and a cross module reference.
new 2d01b0d814c Revert "[IRMover] Implement name based structure type mapping"
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/Linker/IRMover.h | 28 +++++++++++-----------------
lib/Linker/IRMover.cpp | 21 +++++++--------------
test/Linker/Inputs/struct-mapping.ll | 4 ----
test/Linker/struct-mapping.ll | 12 ------------
tools/llvm-link/llvm-link.cpp | 9 +--------
5 files changed, 19 insertions(+), 55 deletions(-)
delete mode 100644 test/Linker/Inputs/struct-mapping.ll
delete mode 100644 test/Linker/struct-mapping.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 lld.
from 0978fe1c7 [mips][lld] Address post commit review nit.
new 4a0e4190e Revert r325679: [ELF] Add -nopie alias for -no-pie (PR36423)
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:
ELF/Options.td | 1 -
test/ELF/pie.s | 4 +---
2 files changed, 1 insertion(+), 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 binutils-gdb.
from 8ec57239e9 Add "common-defs.h" include to files in arch/ subdir not yet [...]
new 54a27fe598 Fix a typo.
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/ChangeLog | 4 ++++
gdb/testsuite/gdb.arch/amd64-i386-address.exp | 2 +-
2 files changed, 5 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 d75338c058e PR c/84229 * ipa-cp.c (determine_versionability): Do not [...]
new 985f3f23ae9 * ipa-cp.c (determine_versionability): Fix comment typos.
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 | 4 ++++
gcc/ipa-cp.c | 6 +++---
2 files 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 master
in repository lld.
from b9c75533c [WebAssembly] Use make<> rather then make_unique<>. NFC.
new 0978fe1c7 [mips][lld] Address post commit review nit.
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:
ELF/Arch/Mips.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.