This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from aceaeff814 Fix buffer overrun when parsing an ELF attribute string that [...]
new 30326b094b Check for an invalid note size when parsing ELF notes.
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:
bfd/ChangeLog | 6 ++++++
bfd/elf.c | 2 +-
2 files changed, 7 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 8481f03defd [AVX512] Suppress duplicate register only FMA patterns.
new 930b028c653 [MergeICmps] MergeICmps is a new optimization pass that tur [...]
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/llvm/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/Transforms/Scalar.h | 6 +
lib/CodeGen/TargetPassConfig.cpp | 8 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/MergeICmps.cpp | 641 +++++++++++++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 1 +
test/Transforms/MergeICmps/pair-int32-int32.ll | 87 ++++
test/Transforms/MergeICmps/tuple-four-int8.ll | 73 +++
test/Transforms/MergeICmps/volatile.ll | 30 ++
10 files changed, 849 insertions(+)
create mode 100644 lib/Transforms/Scalar/MergeICmps.cpp
create mode 100644 test/Transforms/MergeICmps/pair-int32-int32.ll
create mode 100644 test/Transforms/MergeICmps/tuple-four-int8.ll
create mode 100644 test/Transforms/MergeICmps/volatile.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 binutils-gdb.
from 5c811d30d1 PR gdb/22046: Fix T-stopped detach regression on old Linux kernels
new 2a143b99fc Fix buffer overrun when parsing an ELF attribute string that [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/elf-attrs.c | 4 +++-
2 files changed, 9 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 binutils-2_29-branch
in repository binutils-gdb.
from 8950116852 Automatic date update in version.in
new aceaeff814 Fix buffer overrun when parsing an ELF attribute string that [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/elf-attrs.c | 4 +++-
2 files changed, 9 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 lnt.
from aa76f14 Fix log page crash
new 637ec35 Graph for sample API: Fixes the way field_index is generated [...]
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:
lnt/server/ui/views.py | 9 ++++-----
1 file changed, 4 insertions(+), 5 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 fe70e7d53a5 Fix check-llvm on kernel 4.9+ with asan or msan
new c945ee63fe8 [X86] Remove unnecessary COPY_TO_REGCLASS(VR128) from the o [...]
new 10f7b4fa41e [X86] Add isel patterns for memory forms of FMA3 intrinsic [...]
new 4650545edb7 [X86] Add a couple TODOs to the PMADD52 instrucions about m [...]
new 86af00af8a5 [X86] Simplify some multiclasses by inheriting from similar [...]
new bd19fad99b4 [X86] Remove unused multiclass.
new 8481f03defd [AVX512] Suppress duplicate register only FMA patterns.
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:
lib/Target/X86/X86InstrAVX512.td | 112 +++++++++++++++------------------
lib/Target/X86/X86InstrFMA.td | 25 ++++++--
test/CodeGen/X86/fma-intrinsics-x86.ll | 96 ++++++++++++++--------------
3 files changed, 119 insertions(+), 114 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 5f8340f583 getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports N [...]
new f4a6be2582 getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]
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 | 14 +++++
nss/Makefile | 7 +++
nss/tst-nss-files-hosts-erange.c | 109 +++++++++++++++++++++++++++++++++++++++
resolv/tst-resolv-basic.c | 78 +++++++++++++++++++---------
sysdeps/posix/getaddrinfo.c | 42 +++++++--------
5 files changed, 205 insertions(+), 45 deletions(-)
create mode 100644 nss/tst-nss-files-hosts-erange.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 glibc.
from 65329bd233 support_chroot_create: Add support for /etc/hosts, /etc/host.conf
new 5f8340f583 getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports N [...]
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 | 6 ++++++
sysdeps/posix/getaddrinfo.c | 8 ++++++++
2 files changed, 14 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 glibc.
from d9ff799a5b ILP32 math changes
new 924b121c59 getaddrinfo: Use &errno has the errno pointer
new 53250a21b8 getaddrinfo: Use &h_errno has the h_errno pointer
new ad816a5e00 getaddrinfo: Properly set errno for NSS function lookup failure
new a2881ef014 getaddrinfo: In gaih_inet, use h_errno for certain status va [...]
new 65329bd233 support_chroot_create: Add support for /etc/hosts, /etc/host.conf
The 5 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 | 32 ++++++++++++++++++
support/namespace.h | 11 +++++--
support/support_chroot.c | 32 +++++++++++++-----
sysdeps/posix/getaddrinfo.c | 80 +++++++++++++++++++++------------------------
4 files changed, 100 insertions(+), 55 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.
from dbd62fc14b [OPENMP] Fix the test, NFC.
new 618f522e3f Reland r312224 - [ItaniumCXXABI] Always use linkonce_odr lin [...]
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/ItaniumCXXABI.cpp | 16 +++++++---------
test/CodeGenCXX/rtti-mingw64.cpp | 5 +++++
test/CodeGenCXX/virt-dtor-key.cpp | 4 +++-
3 files changed, 15 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.