This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.26/master
in repository glibc.
from 27233446a6 resolv: __resolv_conf_attach must not free passed conf objec [...]
new d265b61291 __libc_dynarray_emplace_enlarge: Add missing else
new 8a1adb5939 dynarray: Set errno on overflow-induced allocation failure
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:
ChangeLog | 13 +++++++++++++
malloc/dynarray_emplace_enlarge.c | 10 +++++++---
malloc/dynarray_resize.c | 7 ++++++-
malloc/tst-dynarray.c | 29 +++++++++++++++++++++++++++++
4 files changed, 55 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 lld.
from b3f242709 [ELF] Rewrite --symbol-ordering-file path in reproducer
new 9b091d58c [ELF] Move fixSectionAlignments() before first call to assign [...]
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 | 6 +++---
1 file changed, 3 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 release/2.26/master
in repository glibc.
from a71a3374cd getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]
new 85cfe50856 tst-res_use_inet6: Enhance test to cover IPv4-to-IPv6 addres [...]
new 3005466abe nss_dns: Remove dead PTR IPv4-to-IPv6 mapping code
new 905a612914 resolv: Fix memory leak with OOM during resolv.conf parsing [...]
new 27233446a6 resolv: __resolv_conf_attach must not free passed conf objec [...]
The 4 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 ++++
NEWS | 2 +
resolv/nss_dns/dns-host.c | 13 --
resolv/res_init.c | 5 +
resolv/resolv_conf.c | 5 +-
resolv/tst-res_use_inet6.c | 408 +++++++++++++++++++++++++++++++++++++++------
6 files changed, 402 insertions(+), 67 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 a830473081 resolv: __resolv_conf_attach must not free passed conf objec [...]
new ab5ac271e6 __libc_dynarray_emplace_enlarge: Add missing else
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 | 5 +++++
malloc/dynarray_emplace_enlarge.c | 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 3017f27ac3e [X86][X87] Ensure x87 instructions are tagged as altering t [...]
new adf1cb63f21 AMDGPU: Make worst-case assumption about the wait states 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:
lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 3 ++-
test/CodeGen/AMDGPU/hazard.mir | 29 +++++++++++++++++++++++++++++
2 files changed, 31 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 gcc.
from b75ceb30d72 2017-09-06 Richard Biener <rguenther(a)suse.de>
new 2b4051ed9c0 [arm] auto-generate arm-isa.h from CPU descriptions
new 64560951def [arm] Improve error checking in parsecpu.awk
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/ChangeLog | 32 +++++
gcc/common/config/arm/arm-common.c | 10 +-
gcc/config.gcc | 2 +-
gcc/config/arm/arm-cpus.in | 262 +++++++++++++++++++++++++++++++++----
gcc/config/arm/arm-isa.h | 172 ------------------------
gcc/config/arm/arm.c | 32 ++---
gcc/config/arm/arm.h | 8 +-
gcc/config/arm/parsecpu.awk | 213 +++++++++++++++++++++---------
gcc/config/arm/t-arm | 9 ++
9 files changed, 454 insertions(+), 286 deletions(-)
delete mode 100644 gcc/config/arm/arm-isa.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 glibc.
from 5670c4ab25 resolv: Fix memory leak with OOM during resolv.conf parsing [...]
new a830473081 resolv: __resolv_conf_attach must not free passed conf objec [...]
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 ++++++
resolv/resolv_conf.c | 5 +----
2 files changed, 7 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 clang.
from c5cd22bdca [AST] Traverse CXXOperatorCallExpr in LexicallyOrderedRecurs [...]
new 451a8da2ab [AST] Add TableGen for StmtDataCollectors
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/clang/AST/CMakeLists.txt | 3 +
include/clang/AST/StmtDataCollectors.td | 242 ++++++++++++++++++++++++++
lib/AST/StmtDataCollectors.inc | 141 ---------------
lib/Analysis/CloneDetection.cpp | 2 +-
unittests/AST/DataCollectionTest.cpp | 2 +-
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/ClangDataCollectorsEmitter.cpp | 18 ++
utils/TableGen/TableGen.cpp | 6 +
utils/TableGen/TableGenBackends.h | 2 +
9 files changed, 274 insertions(+), 143 deletions(-)
create mode 100644 include/clang/AST/StmtDataCollectors.td
delete mode 100644 lib/AST/StmtDataCollectors.inc
create mode 100644 utils/TableGen/ClangDataCollectorsEmitter.cpp
--
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 c77eb96925 nss_dns: Remove dead PTR IPv4-to-IPv6 mapping code
new 5670c4ab25 resolv: Fix memory leak with OOM during resolv.conf parsing [...]
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 ++++++
resolv/res_init.c | 5 +++++
2 files changed, 11 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.