This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 31f11d057 newlib: vf[w]scanf: Use SIZE_MAX rather than ~0
new 0fd2c9bd1 newlib: vf[w]scanf: add validity checks
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:
newlib/libc/stdio/vfscanf.c | 19 +++++++++++++++++++
newlib/libc/stdio/vfwscanf.c | 18 ++++++++++++++++++
2 files changed, 37 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 llvm.
from bdc984ca3d9 [dsymutil] Upstream getBundleInfo implementation
new 6bb5dbce84a [dsymutil] Exclude namespace from ifdef in CFBundle
new b785e2618f6 [X86][AVX512] Tag RCP/RSQRT/GETEXP instructions scheduler classes
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:
lib/Target/X86/X86InstrAVX512.td | 148 ++++++++++++++++++++----------------
lib/Target/X86/X86InstrSSE.td | 16 ++++
test/CodeGen/X86/recip-fastmath2.ll | 12 +--
tools/dsymutil/CFBundle.cpp | 2 +
4 files changed, 108 insertions(+), 70 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 f636eae26 cygwin: export wmempcpy
new 2e328edee newlib: vf[w]scanf: Only return from a single point to simpli [...]
new 5e4a1c9c9 newlib: vfscanf: fix formatting
new 31f11d057 newlib: vf[w]scanf: Use SIZE_MAX rather than ~0
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:
newlib/libc/stdio/vfscanf.c | 11 +++++------
newlib/libc/stdio/vfwscanf.c | 7 +++----
2 files changed, 8 insertions(+), 10 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 f425ec6600 Prevent an illegal memory access in readelf when attempting [...]
new e21440ba62 Revert "x86: Update segment register check in Intel syntax"
new fd4e034759 x86/Intel: issue diagnostics for redundant segment override [...]
new b5014f7af2 x86: drop Vec_Disp8
new 7ac2002247 x86: derive DispN from BaseIndex
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:
gas/ChangeLog | 37 +-
gas/config/tc-i386-intel.c | 33 +-
gas/config/tc-i386.c | 70 +-
gas/testsuite/gas/i386/intelok.d | 1 +
gas/testsuite/gas/i386/intelok.e | 2 +
gas/testsuite/gas/i386/intelok.s | 2 +-
gas/testsuite/gas/i386/inval-seg.l | 22 +-
gas/testsuite/gas/i386/inval-seg.s | 9 +-
gas/testsuite/gas/i386/x86-64-inval-seg.l | 22 +-
gas/testsuite/gas/i386/x86-64-inval-seg.s | 6 -
opcodes/ChangeLog | 27 +
opcodes/i386-gen.c | 62 +-
opcodes/i386-init.h | 107 +-
opcodes/i386-opc.h | 4 -
opcodes/i386-opc.tbl | 8226 ++++----
opcodes/i386-tbl.h | 28296 ++++++++++++++--------------
16 files changed, 18485 insertions(+), 18441 deletions(-)
create mode 100644 gas/testsuite/gas/i386/intelok.e
--
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 0101c006298 PR target/81616 * x86-tnue-costs.h (generic_cost): Revise [...]
new 3dee933857c PR target/83210 * internal-fn.c (expand_mul_overflow): Op [...]
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 | 8 ++++-
gcc/internal-fn.c | 43 ++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/i386/pr83210.c | 53 +++++++++++++++++++++++++++++++++
4 files changed, 108 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr83210.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 50f1f9435ae Revert rL319407: [SROA] enable splitting for non-whole-allo [...]
new bdc984ca3d9 [dsymutil] Upstream getBundleInfo implementation
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:
.../Contents => dsymutil/Inputs}/Info.plist | 6 +-
...asic-linking-bundle.test => darwin-bundle.test} | 20 +-
tools/dsymutil/CFBundle.cpp | 205 +++++++++++++++++++++
tools/dsymutil/CFBundle.h | 26 +++
tools/dsymutil/CMakeLists.txt | 4 +
tools/dsymutil/dsymutil.cpp | 37 ++--
6 files changed, 264 insertions(+), 34 deletions(-)
copy test/tools/{llvm-symbolizer/Inputs/dsym-test-exe.dSYM/Contents => dsymutil/In [...]
copy test/tools/dsymutil/X86/{basic-linking-bundle.test => darwin-bundle.test} (59%)
create mode 100644 tools/dsymutil/CFBundle.cpp
create mode 100644 tools/dsymutil/CFBundle.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 clang.
from 66ded8c1f9 [CodeGen] Add initial support for union members in TBAA
new f64fbddb87 clang-format: [JS] do not wrap after async/await.
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/Format/TokenAnnotator.cpp | 12 ++++++------
unittests/Format/FormatTestJS.cpp | 5 +++++
2 files changed, 11 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 binutils-gdb.
from e8020e54f4 Fix sol-thread.c compilation on Solaris
new f425ec6600 Prevent an illegal memory access in readelf when attempting [...]
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:
binutils/ChangeLog | 6 ++++++
binutils/readelf.c | 4 ++++
2 files changed, 10 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 lldb.
from 651311985 refactor: Simplify loop with DWARFCompileUnit::Extract
new fa92f7f50 Fix assertion in ClangASTContext
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/lldb/Symbol/ClangASTContext.h | 2 +-
include/lldb/Symbol/CompilerType.h | 14 +++++++++++---
include/lldb/Symbol/TypeSystem.h | 5 ++---
source/API/SBType.cpp | 2 +-
source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp | 6 ++----
source/Symbol/ClangASTContext.cpp | 10 +++++-----
source/Symbol/CompilerType.cpp | 7 +++----
source/Symbol/TypeSystem.cpp | 6 +++---
unittests/Symbol/TestClangASTContext.cpp | 15 ++++++++-------
9 files changed, 36 insertions(+), 31 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 dadc9e7e4 RTEMS: Add semaphore <sys/lock.h> functions
new b3281de25 cygwin: add Object Size Checking to sys/poll.h
new da4839ec1 cygwin: add Object Size Checking to sys/socket.h
new 8a94bca69 string: add wmempcpy
new f636eae26 cygwin: export wmempcpy
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:
newlib/libc/include/wchar.h | 4 ++
newlib/libc/string/Makefile.am | 5 ++-
newlib/libc/string/Makefile.in | 67 ++++++++++++++++------------------
newlib/libc/string/wcstrings.tex | 4 ++
newlib/libc/string/wmempcpy.c | 43 ++++++++++++++++++++++
winsup/cygwin/common.din | 1 +
winsup/cygwin/include/cygwin/version.h | 3 +-
winsup/cygwin/include/ssp/poll.h | 26 +++++++++++++
winsup/cygwin/include/ssp/socket.h | 20 ++++++++++
winsup/cygwin/include/sys/poll.h | 4 ++
winsup/cygwin/include/sys/socket.h | 4 ++
winsup/doc/posix.xml | 1 +
12 files changed, 143 insertions(+), 39 deletions(-)
create mode 100644 newlib/libc/string/wmempcpy.c
create mode 100644 winsup/cygwin/include/ssp/poll.h
create mode 100644 winsup/cygwin/include/ssp/socket.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.