This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.23/master
in repository glibc.
from d990d79610 i686: Add missing IS_IN (libc) guards to vectorized strcspn
new 4401ec26af X86-64: Correct CFA in _dl_runtime_resolve
new bc566388d6 Avoid .symver on common symbols [BZ #21666]
new 93710f5174 x86-64: Verify that _dl_runtime_resolve preserves vector registers
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:
ChangeLog | 36 ++++++++++++++++
misc/regexp.c | 9 ++--
sysdeps/x86_64/Makefile | 18 +++++++-
sysdeps/x86_64/dl-trampoline.h | 2 +
sysdeps/x86_64/{tst-audit4-aux.c => tst-avx-aux.c} | 26 ++++++++----
sysdeps/x86_64/{tst-audit4.c => tst-avx.c} | 6 +--
.../x86_64/{tst-audit10-aux.c => tst-avx512-aux.c} | 35 +++++++++-------
sysdeps/x86_64/{tst-audit10.c => tst-avx512.c} | 6 +--
sysdeps/x86_64/tst-avx512mod.c | 48 ++++++++++++++++++++++
sysdeps/x86_64/{tst-auditmod4a.c => tst-avxmod.c} | 24 +++++------
sysdeps/{i386/tst-audit3.c => x86_64/tst-sse.c} | 29 ++++++++-----
sysdeps/x86_64/{tst-auditmod5a.c => tst-ssemod.c} | 26 ++++++------
12 files changed, 195 insertions(+), 70 deletions(-)
copy sysdeps/x86_64/{tst-audit4-aux.c => tst-avx-aux.c} (62%)
copy sysdeps/x86_64/{tst-audit4.c => tst-avx.c} (92%)
copy sysdeps/x86_64/{tst-audit10-aux.c => tst-avx512-aux.c} (51%)
copy sysdeps/x86_64/{tst-audit10.c => tst-avx512.c} (92%)
create mode 100644 sysdeps/x86_64/tst-avx512mod.c
copy sysdeps/x86_64/{tst-auditmod4a.c => tst-avxmod.c} (75%)
copy sysdeps/{i386/tst-audit3.c => x86_64/tst-sse.c} (55%)
copy sysdeps/x86_64/{tst-auditmod5a.c => tst-ssemod.c} (52%)
--
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 0ecb8857e93 [X86] Replace custom scalar integer absolute matching with [...]
new 2942c7833b7 Revert r315992 because of a found miscompilation failure
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/Analysis/ValueTracking.cpp | 45 ++++++++----------------------
test/Transforms/InstCombine/minmax-fold.ll | 20 ++++++-------
2 files changed, 22 insertions(+), 43 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 glibc.
from 4b0fa403ab Add new locale mjw_IN [BZ #13994]
new 4d916f0f12 x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]
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 | 21 +++++++++++++++++++++
sysdeps/x86/cpu-features.c | 12 ++++++++----
sysdeps/x86_64/Makefile | 20 ++++++++++++++++++++
.../x86_64/tst-platform-1.c | 8 ++++++--
.../x86_64/tst-platformmod-1.c | 8 ++++++--
.../x86_64/tst-platformmod-2.c | 8 ++++++--
6 files changed, 67 insertions(+), 10 deletions(-)
copy elf/tst-main1mod.c => sysdeps/x86_64/tst-platform-1.c (85%)
copy elf/tst-main1.c => sysdeps/x86_64/tst-platformmod-1.c (92%)
copy elf/tst-main1.c => sysdeps/x86_64/tst-platformmod-2.c (91%)
--
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 a75868f50b Fix inferior deadlock with "target remote | CMD"
new 95e42ad442 Fix the AVR assembler so that it will correctly issue warnin [...]
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 | 13 +++++++++++++
gas/config/tc-avr.c | 14 +++++++++++---
gas/config/tc-avr.h | 5 ++++-
gas/testsuite/gas/avr/pr21621.d | 4 ++++
gas/testsuite/gas/avr/pr21621.l | 2 ++
gas/testsuite/gas/avr/pr21621.s | 15 +++++++++++++++
6 files changed, 49 insertions(+), 4 deletions(-)
create mode 100644 gas/testsuite/gas/avr/pr21621.d
create mode 100644 gas/testsuite/gas/avr/pr21621.l
create mode 100644 gas/testsuite/gas/avr/pr21621.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 binutils-gdb.
from 2edf834e29 xml_fetch_content_from_file: Read in whole file in one go
new a75868f50b Fix inferior deadlock with "target remote | CMD"
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 | 8 +++
gdb/ser-base.c | 19 ++++++
gdb/testsuite/ChangeLog | 5 ++
...env-with-gdbserver.c => long-inferior-output.c} | 28 ++++----
gdb/testsuite/gdb.base/long-inferior-output.exp | 75 ++++++++++++++++++++++
5 files changed, 120 insertions(+), 15 deletions(-)
copy gdb/testsuite/gdb.base/{share-env-with-gdbserver.c => long-inferior-output.c} (59%)
create mode 100644 gdb/testsuite/gdb.base/long-inferior-output.exp
--
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 e4959200b5c [X86] Add scalar (abs (abs x)) -> (abs x) combine test.
new a9278fb1d87 Fix MSVC signed/unsigned comparison warning
new 0ecb8857e93 [X86] Replace custom scalar integer absolute matching with [...]
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/X86ISelLowering.cpp | 57 ++++++++++++--------------------
lib/Transforms/Scalar/LoopUnrollPass.cpp | 2 +-
test/CodeGen/X86/combine-abs.ll | 7 ++--
3 files changed, 24 insertions(+), 42 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 e67a33183 [COFF] Exclude certain static libraries and object files when [...]
new 8c61feed6 [ELF] - Simplify. 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:
ELF/Writer.cpp | 4 +---
1 file changed, 1 insertion(+), 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 llvm.
from 1437cc9a527 [RISCV] Prepare for the use of variable-sized register classes
new e4959200b5c [X86] Add scalar (abs (abs x)) -> (abs x) combine test.
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/combine-abs.ll | 19 +++++++++++++++++++
1 file changed, 19 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 gcc.
from bff9f879c48 Improve tests for error reporting in Filesystem TS
new e6e9878940f PR c++/82600 * typeck.c (check_return_expr): Don't call [...]
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 | 6 ++++++
gcc/cp/typeck.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wreturn-local-addr-4.C | 18 ++++++++++++++++++
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wreturn-local-addr-4.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.