This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from da81ae645d Add [BZ #16335] annotation to ChangeLog entry.
new e9537dddc7 IFUNC for Cavium ThunderX2
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:
ChangeLog | 17 +++++++++++++++++
sysdeps/aarch64/multiarch/Makefile | 4 ++--
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 3 ++-
sysdeps/aarch64/multiarch/memcpy.c | 5 ++++-
sysdeps/aarch64/multiarch/memcpy_thunderx.S | 22 ++++++++++++++++------
.../aarch64/multiarch/memcpy_thunderx2.S | 20 ++++++++------------
sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 5 +++++
7 files changed, 54 insertions(+), 22 deletions(-)
copy wcsmbs/test-char-types.c => sysdeps/aarch64/multiarch/memcpy_thunderx2.S (70%)
--
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 6b6b680700 x86: Add {rex} pseudo prefix
new 7bdf778b10 Diagnose when trying to assemble conditional FP16 vmovx and vins
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/config/tc-arm.c | 14 +
gas/testsuite/gas/arm/armv8-2-fp16-scalar-bad.l | 446 +++++++++++++-----------
gas/testsuite/gas/arm/armv8-2-fp16-scalar-bad.s | 24 ++
3 files changed, 279 insertions(+), 205 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 da8fd78f78a PR 78534, 84509 Fix libgfortran API for PAUSE statement
new 28c20cf26e3 [ARM] Multilib mapping for Armv8-R
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/config/arm/t-multilib | 9 +++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/arm/multilib.exp | 19 +++++++++++++++++++
4 files changed, 36 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 f410ef7d961 TableGen: Add strict assertions to sanity check earlier typ [...]
new 82c99bc02ea [DEBUGINFO] Do not output labels for empty macinfo sections.
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/CodeGen/AsmPrinter/DwarfDebug.cpp | 7 +++++--
test/DebugInfo/X86/{header.ll => empty_macinfo.ll} | 14 +++++---------
2 files changed, 10 insertions(+), 11 deletions(-)
copy test/DebugInfo/X86/{header.ll => empty_macinfo.ll} (74%)
--
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-tools-extra.
from 807a8aa5 [clangd] fix test use-after-free from r325774
new 864eda4e Fix "not all control paths return a value" MSVC warning. NFCI.
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:
clangd/TUScheduler.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 29beef5f8d5 Add "native" as a valid option value for -mcpu/-mtune= on a [...]
new 845973448ec * inclhack.def (aix_stdlib_vec_malloc): New. (aix_stdlib_ve [...]
new da8fd78f78a PR 78534, 84509 Fix libgfortran API for PAUSE statement
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:
fixincludes/ChangeLog | 8 ++++
fixincludes/fixincl.x | 96 ++++++++++++++++++++++++++++++++++++++---
fixincludes/inclhack.def | 20 +++++++++
fixincludes/tests/base/stdlib.h | 10 +++++
gcc/fortran/ChangeLog | 9 ++++
gcc/fortran/trans-decl.c | 6 +--
gcc/fortran/trans-stmt.c | 9 ++--
libgfortran/ChangeLog | 8 ++++
libgfortran/runtime/pause.c | 10 ++---
9 files changed, 159 insertions(+), 17 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 a3b5795b0 doc/ntsec.xml: Fix typo
new 84c5e0fd3 Cygwin: make socketpair an AF_LOCAL-only method
new 233bde312 Cygwin: fhandler_socket: Move shutdown and close methods into [...]
new 79598f94f Cygwin: fhandler_socket: Add derived ioctl methods
new 9c593d9b3 Cygwin: fhandler_socket: Add derived fcntl methods
new 479080bae Cygwin: fhandler_socket: Rearrange methods
new b8a57a2d2 Cygwin: fhandler_socket: Move select functions into derived classes
The 6 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 | 112 ++++++-----
winsup/cygwin/fhandler_socket.cc | 345 +++++++++++----------------------
winsup/cygwin/fhandler_socket_inet.cc | 192 ++++++++++++++++--
winsup/cygwin/fhandler_socket_local.cc | 174 +++++++++++++++--
winsup/cygwin/net.cc | 18 +-
winsup/cygwin/select.cc | 60 +++++-
6 files changed, 566 insertions(+), 335 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 clang-tools-extra.
from 2d7f298f [clangd] DidChangeConfiguration Notification
new 807a8aa5 [clangd] fix test use-after-free from r325774
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:
unittests/clangd/TUSchedulerTests.cpp | 7 +++----
1 file changed, 3 insertions(+), 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 release_60
in repository clang-tools-extra.
from c7f15b42 Merging r323040: -------------------------------------------- [...]
new b2d63006 docs: remove in-progress warnings
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:
docs/ReleaseNotes.rst | 17 +++--------------
1 file changed, 3 insertions(+), 14 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 bcdec400081 [RISCV] Implement c.lui immediate operand constraint
new 83e2fa52c4e AMDGPU: Stop using .NAME in .td files
new a61d1a5d0b8 TableGen: Add some more helpful error messages
new 869ea800def TableGen: Generalize type deduction for !listconcat
new b5681f5c717 TableGen: Fix type deduction for !foreach
new b5d03008a3a TableGen: Fix type of resolved and converted lists
new 6d22c1fe698 TableGen: Allow implicit casting between string and code
new f410ef7d961 TableGen: Add strict assertions to sanity check earlier typ [...]
The 7 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/TableGen/Record.h | 9 +++++++
lib/TableGen/Record.cpp | 48 ++++++++++++++++++++++++-------------
lib/TableGen/TGParser.cpp | 26 +++++++++++++-------
lib/Target/AMDGPU/DSInstructions.td | 12 +++++-----
test/TableGen/code.td | 23 ++++++++++++++++++
test/TableGen/foreach.td | 12 ++++++++++
test/TableGen/listconcat.td | 14 +++++++++++
7 files changed, 114 insertions(+), 30 deletions(-)
create mode 100644 test/TableGen/code.td
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.