This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 2c0b90ab44 Enable tunables by default
new 93e46f8773 x86-64: Implement memset family IFUNC selectors in C
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 | 18 +++++
sysdeps/x86_64/multiarch/Makefile | 3 +-
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 6 +-
.../multiarch/{ifunc-memmove.h => ifunc-memset.h} | 31 +++-----
.../multiarch/memset-sse2-unaligned-erms.S} | 42 +++++------
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 5 ++
sysdeps/x86_64/multiarch/memset.S | 82 ----------------------
sysdeps/x86_64/multiarch/{memmove.c => memset.c} | 21 +++---
...mcpy_chk-nonshared.S => memset_chk-nonshared.S} | 2 +-
sysdeps/x86_64/multiarch/memset_chk.S | 61 ----------------
.../multiarch/{memcpy_chk.c => memset_chk.c} | 12 ++--
sysdeps/x86_64/multiarch/wmemset.c | 7 ++
sysdeps/x86_64/multiarch/wmemset_chk-nonshared.S | 2 +-
13 files changed, 83 insertions(+), 209 deletions(-)
copy sysdeps/x86_64/multiarch/{ifunc-memmove.h => ifunc-memset.h} (69%)
copy sysdeps/{i386/i686/multiarch/memrchr.S => x86_64/multiarch/memset-sse2-unalig [...]
delete mode 100644 sysdeps/x86_64/multiarch/memset.S
copy sysdeps/x86_64/multiarch/{memmove.c => memset.c} (70%)
copy sysdeps/x86_64/multiarch/{memcpy_chk-nonshared.S => memset_chk-nonshared.S} (95%)
delete mode 100644 sysdeps/x86_64/multiarch/memset_chk.S
copy sysdeps/x86_64/multiarch/{memcpy_chk.c => memset_chk.c} (81%)
--
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 0d96e4df48 i386-dis: Check valid bnd register
new 8cac017d35 i386-dis: Add 2 tests with invalid bnd register
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 | 9 +++++++++
gas/testsuite/gas/i386/mpx.d | 4 ++++
gas/testsuite/gas/i386/mpx.s | 12 ++++++++++++
gas/testsuite/gas/i386/x86-64-mpx.d | 4 ++++
gas/testsuite/gas/i386/x86-64-mpx.s | 12 ++++++++++++
5 files changed, 41 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 41a776f2401 [DAG] Defer Pre/Post IndexStore merge to after mergestore. NFCI.
new 92b196b1b60 [InstCombine] auto-generate complete checks; 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/ffs-1.ll | 156 ++++++++++++++++++++++++-----------
1 file changed, 106 insertions(+), 50 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 d62e545b2b7 [X86][AVX2] Fix issue in lowerV8I16GeneralSingleInputVector [...]
new 41a776f2401 [DAG] Defer Pre/Post IndexStore merge to after mergestore. 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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 8 ++++----
1 file changed, 4 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 master
in repository llvm.
from 18ca0f5b74f [AArch64] Add indexed check to splitStores. NFC.
new d62e545b2b7 [X86][AVX2] Fix issue in lowerV8I16GeneralSingleInputVector [...]
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/X86/X86ISelLowering.cpp | 7 ++++---
test/CodeGen/X86/vector-shuffle-256-v16.ll | 18 ++++++++++++++++++
2 files changed, 22 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 llvm.
from 81f6df5c357 Revert r305465: [X86][AVX512] Improve lowering of AVX512 co [...]
new 18ca0f5b74f [AArch64] Add indexed check to splitStores. 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:
lib/Target/AArch64/AArch64ISelLowering.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 bc639bb598e [DAG] Allow truncated and extend memory operations in Store [...]
new 81f6df5c357 Revert r305465: [X86][AVX512] Improve lowering of AVX512 co [...]
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/X86/X86ISelLowering.cpp | 95 -
lib/Target/X86/X86InstrAVX512.td | 645 +-
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 32 +
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 13484 ----------------------
test/CodeGen/X86/compress_expand.ll | 8 +-
test/CodeGen/X86/masked_memop.ll | 16 +-
6 files changed, 75 insertions(+), 14205 deletions(-)
delete mode 100644 test/CodeGen/X86/avx512vl-vec-masked-cmp.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 libcxx.
from 270a04fb0 Renamed some of the newly added tests. No functional change
new daea5bc50 Add missing include to __bsd_locale_fallbacks.h. Fixes https [...]
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/__bsd_locale_fallbacks.h | 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 f6e4a7114b8 Fix problems with the MSP430 port's handling of persistent data.
new 9363d72dbb8 Update comment about is_leaf
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 | 5 +++++
gcc/emit-rtl.h | 2 +-
2 files changed, 6 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 llvm.
from ca8e28bea82 [DAG] Make MergeStores generate legalized stores. NFCI.
new bc639bb598e [DAG] Allow truncated and extend memory operations in Store [...]
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/SelectionDAG/DAGCombiner.cpp | 31 +++++++++++++++++++++----------
1 file changed, 21 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.