This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch
in repository binutils-gdb.
from 1846c30c1e Automatic date update in version.in
new 6bf7691309 Automatic date update in version.in
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/version.h | 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 zorg.
from 52df568 [sanitizer] Run multiple test in parallel on single device
new 43bb274 [sanitizers] Fix sharded test execution
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:
zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh | 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 zorg.
from 03d2763 [sanitizers] Fix parallel check for tested Android platforms
new 52df568 [sanitizer] Run multiple test in parallel on single device
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:
.../sanitizers/buildbot_android_functions.sh | 29 ++++++++++++++++------
1 file changed, 22 insertions(+), 7 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 5a8feb78939 MathExtras UnitTest: Assert that isPowerOf2(0) is false. NFC.
new 67b79a41fc6 [X86][SSE4A] Add support for combining from EXTRQI/INSERTQI [...]
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 | 22 ++++++++++++++++++++++
test/CodeGen/X86/vector-shuffle-combining-sse4a.ll | 17 +++++++----------
test/CodeGen/X86/vector-shuffle-sse4a.ll | 10 ++--------
3 files changed, 31 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 gcc.
from fb10536b23b /cp 2017-07-03 Paolo Carlini <paolo.carlini(a)oracle.com>
new f8de0f623c7 2017-06-27 Olivier Hainque <hainque(a)adacore.com>
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:
libgcc/config/{t-vxworks => t-vxworks7} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
copy libgcc/config/{t-vxworks => t-vxworks7} (58%)
--
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 352f4ff9a2 resolv: Introduce struct resolv_context [BZ #21668]
new f30a54b21b resolv: Introduce struct resolv_conf with extended resolver state
new 3f853f22c8 resolv: Lift domain search list limits [BZ #19569] [BZ #21475]
new a1c4eb8794 resolv: Mirror the entire resolver configuration in struct r [...]
new aef16cc8a4 resolv: Automatically reload a changed /etc/resolv.conf file [...]
new e237357a5a resolv: Introduce free list for resolv_conf index slosts
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 | 129 +++++++
NEWS | 12 +
resolv/Makefile | 15 +-
resolv/bits/types/res_state.h | 4 +-
resolv/nss_dns/dns-host.c | 37 +-
resolv/res-close.c | 3 +
resolv/res_debug.c | 1 +
resolv/res_init.c | 460 +++++++++++++++--------
resolv/res_libc.c | 18 -
resolv/res_query.c | 11 +-
resolv/resolv-internal.h | 3 -
resolv/resolv.h | 1 +
resolv/resolv_conf.c | 687 ++++++++++++++++++++++++++++++++++
resolv/resolv_conf.h | 103 +++++
resolv/resolv_context.c | 65 +++-
resolv/resolv_context.h | 89 ++++-
resolv/tst-resolv-res_init-skeleton.c | 265 +++++++++++--
resolv/tst-resolv-res_ninit.c | 74 ++++
18 files changed, 1741 insertions(+), 236 deletions(-)
create mode 100644 resolv/resolv_conf.c
create mode 100644 resolv/resolv_conf.h
create mode 100644 resolv/tst-resolv-res_ninit.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 zorg.
from eb70c80 [sanitizers] Fix Android logging
new 03d2763 [sanitizers] Fix parallel check for tested Android platforms
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:
.../builders/sanitizers/buildbot_android_functions.sh | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 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 4e45d83c92 resolv: Add preinit tests to resolv/tst-resolv-res_init-skeleton.c
new 352f4ff9a2 resolv: Introduce struct resolv_context [BZ #21668]
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 | 85 ++++++++++++
include/resolv.h | 23 ----
nscd/aicache.c | 21 +--
nss/digits_dots.c | 21 ++-
nss/getXXbyYY.c | 28 +++-
nss/getXXbyYY_r.c | 34 +++--
nss/getnssent_r.c | 42 ++++--
nss/nsswitch.h | 10 ++
resolv/Makefile | 3 +-
resolv/Versions | 10 +-
resolv/compat-gethnamaddr.c | 95 +++++++++-----
resolv/nss_dns/dns-canon.c | 19 ++-
resolv/nss_dns/dns-host.c | 104 +++++++++------
resolv/nss_dns/dns-network.c | 21 ++-
resolv/res-close.c | 3 +
resolv/res_libc.c | 31 -----
resolv/res_mkquery.c | 92 +++++++------
resolv/res_query.c | 298 +++++++++++++++++++++++++------------------
resolv/res_send.c | 44 +++++--
resolv/res_use_inet6.h | 49 +++++++
resolv/resolv-internal.h | 36 +++++-
resolv/resolv_context.c | 201 +++++++++++++++++++++++++++++
resolv/resolv_context.h | 95 ++++++++++++++
sysdeps/posix/getaddrinfo.c | 39 +++---
24 files changed, 1033 insertions(+), 371 deletions(-)
create mode 100644 resolv/res_use_inet6.h
create mode 100644 resolv/resolv_context.c
create mode 100644 resolv/resolv_context.h
--
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 787d8dd6640 [X86][SSE4A] Add SSE4A shuffle tests on pre-SSSE3 hardware
new 5a8feb78939 MathExtras UnitTest: Assert that isPowerOf2(0) is false. 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:
unittests/Support/MathExtrasTest.cpp | 2 ++
1 file changed, 2 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 0896bdf5f6c 2017-07-03 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new cb4faf05e96 2017-07-03 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new fb10536b23b /cp 2017-07-03 Paolo Carlini <paolo.carlini(a)oracle.com>
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:
gcc/cp/ChangeLog | 7 ++++
gcc/cp/decl.c | 60 ++++++++++++++-------------
gcc/fortran/ChangeLog | 5 +++
gcc/fortran/resolve.c | 2 +-
gcc/testsuite/ChangeLog | 10 +++++
gcc/testsuite/g++.dg/cpp0x/trailing14.C | 15 +++++++
gcc/testsuite/gfortran.dg/coarray_event_2.f08 | 13 ++++++
7 files changed, 83 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/trailing14.C
create mode 100644 gcc/testsuite/gfortran.dg/coarray_event_2.f08
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.