This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 0d13dfa17b Don't include math.h/math_private.h in math_ldbl_opt.h.
new a5df0318ef hurd: add gscope support
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/dl-support.c | 3 +++
sysdeps/aarch64/nptl/tls.h | 1 +
sysdeps/alpha/nptl/tls.h | 1 +
sysdeps/arm/nptl/tls.h | 1 +
sysdeps/generic/ldsodefs.h | 3 +++
sysdeps/generic/tls.h | 6 ++++++
sysdeps/hppa/nptl/tls.h | 1 +
sysdeps/i386/nptl/tls.h | 1 +
sysdeps/ia64/nptl/tls.h | 1 +
sysdeps/m68k/nptl/tls.h | 1 +
sysdeps/mach/hurd/tls.h | 21 +++++++++++++++++++++
sysdeps/microblaze/nptl/tls.h | 1 +
sysdeps/mips/nptl/tls.h | 1 +
sysdeps/nios2/nptl/tls.h | 1 +
sysdeps/powerpc/nptl/tls.h | 1 +
sysdeps/riscv/nptl/tls.h | 1 +
sysdeps/s390/nptl/tls.h | 1 +
sysdeps/sh/nptl/tls.h | 1 +
sysdeps/sparc/nptl/tls.h | 1 +
sysdeps/tile/nptl/tls.h | 1 +
sysdeps/x86_64/nptl/tls.h | 1 +
21 files changed, 50 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 7e6bfebf859 [X86][AVX512] createVariablePermute - Non-VLX targets can w [...]
new 78049a406dc [X86][AVX] createVariablePermute - use 2xVPERMIL+PCMPGT+SEL [...]
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 | 37 ++--
test/CodeGen/X86/var-permute-256.ll | 372 +++++++++++++-----------------------
2 files changed, 158 insertions(+), 251 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 ccddf0fbd5f [x86][SSE] Add widenSubVector helper. NFCI.
new 7e6bfebf859 [X86][AVX512] createVariablePermute - Non-VLX targets can w [...]
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 | 14 ++++-
test/CodeGen/X86/var-permute-256.ll | 100 ++++++++++--------------------------
2 files changed, 40 insertions(+), 74 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 71d757ba1f7 [MemorySSA] Fix comment + remove redundant dyn_casts; NFC
new ccddf0fbd5f [x86][SSE] Add widenSubVector helper. 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/Target/X86/X86ISelLowering.cpp | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 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 openmp.
from 9ffdc41 [OpenMP][libomptarget] Fix union.
new cb02548 fix a typo on the website
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:
www/index.html | 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 gcc.
from b4882eb2016 [NDS32] Implement strlensi pattern.
new cfe12225535 [NDS32] Add new function nds32_cpu_cpp_builtins and use it [...]
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 | 9 ++++++++
gcc/config/nds32/nds32-protos.h | 3 +++
gcc/config/nds32/nds32.c | 48 +++++++++++++++++++++++++++++++++++++++++
gcc/config/nds32/nds32.h | 34 ++---------------------------
4 files changed, 62 insertions(+), 32 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 412ce4417b7 [NDS32] Add intrinsic function for ffb, ffmism and flmism.
new b4882eb2016 [NDS32] Implement strlensi pattern.
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/config/nds32/nds32-memory-manipulation.c | 63 ++++++++++++++++++++++++++++
gcc/config/nds32/nds32-multiple.md | 13 ++++++
gcc/config/nds32/nds32-protos.h | 1 +
4 files changed, 85 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 5640c618b0b Daily bump.
new 412ce4417b7 [NDS32] Add intrinsic function for ffb, ffmism and flmism.
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 | 15 +++++++++++++++
gcc/config/nds32/constants.md | 3 +++
gcc/config/nds32/nds32-intrinsic.c | 20 ++++++++++++++++++++
gcc/config/nds32/nds32-intrinsic.md | 34 ++++++++++++++++++++++++++++++++++
gcc/config/nds32/nds32.h | 3 +++
5 files changed, 75 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 aa85acb15c0 Test commit - change comment slightly.
new 71d757ba1f7 [MemorySSA] Fix comment + remove redundant dyn_casts; 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/Analysis/MemorySSA.cpp | 30 ++++++++++++------------------
1 file changed, 12 insertions(+), 18 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 60a5e731799 Add REQUIRES: arm-registered-target to test using an arm-ap [...]
new aa85acb15c0 Test commit - change comment slightly.
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/AMDGPU/SIPeepholeSDWA.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.