This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 5e66dcb50 [ELF] Improve error message for incompatible section flags
new 7b910a8b3 Add a test for ICF and REL relocations.
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/ELF/icf-i386.s | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 test/ELF/icf-i386.s
--
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 ibm/2.24/master
in repository glibc.
from 5939404d49 Merge branch 'release/2.24/master' into ibm/2.24/master
adds b3b37f1a55 CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]
adds d012ea8506 X86_64: Don't use PLT nor GOT in static archives [BZ #20750]
adds 4d393a8831 Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]
adds 658b0abcff hppa: Fix setting of __libc_stack_end
adds 7043946c79 posix_spawn: fix stack setup on ia64 [BZ #21275]
adds 8cc2792743 fts: Fix symbol redirect for fts_set [BZ #21289]
adds cc5dcd8803 posix_spawn: use a larger min stack for -fstack-check [BZ #21253]
adds 3966298a45 x86-64: Improve branch predication in _dl_runtime_resolve_av [...]
adds b2e8c40afc Fix MIPS n64 readahead (bug 21026).
new 3af49a0209 Merge branch release/2.24/master into ibm/2.24/master
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 | 65 ++++++++
NEWS | 9 +
include/arpa/nameser_compat.h | 6 +-
io/fts.h | 2 +-
resolv/Makefile | 5 +
resolv/nss_dns/dns-host.c | 2 +-
resolv/res_mkquery.c | 4 +
resolv/res_query.c | 6 +-
resolv/tst-resolv-qtypes.c | 185 +++++++++++++++++++++
sysdeps/hppa/dl-machine.h | 9 +-
.../unix/sysv/linux/mips/mips64/n64/syscalls.list | 2 +
sysdeps/unix/sysv/linux/spawni.c | 16 +-
sysdeps/x86_64/dl-trampoline.S | 3 +-
sysdeps/x86_64/dl-trampoline.h | 9 +-
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 2 +
sysdeps/x86_64/sysdep.h | 3 +-
16 files changed, 303 insertions(+), 25 deletions(-)
create mode 100644 resolv/tst-resolv-qtypes.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 gcc.
from 0e6ba620ce8 PR target/77728 * config/arm/arm.c: Include gimple.h. (a [...]
new d2421fa007c PR bootstrap/80486 - spurious -Walloc-size-larger-than and [...]
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/dominance.c | 13 +++++++------
2 files changed, 15 insertions(+), 6 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 b3518390c19 [InstSimplify] Handle (~A & ~B) | (~A ^ B) -> ~A ^ B
new 2854ea835f7 [WebAssembly] Read global index in init expression as LEB
new 178cf77a735 [WebAssembly] Fix relocation count in wasm binaries with ca [...]
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:
lib/MC/WasmObjectWriter.cpp | 2 +-
lib/Object/WasmObjectFile.cpp | 2 +-
lib/ObjectYAML/WasmYAML.cpp | 3 +++
test/ObjectYAML/wasm/elem_section.yaml | 8 ++++----
4 files changed, 9 insertions(+), 6 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 41042eb4562 [PM] Run IndirectCallPromotion only when PGO is enabled.
new b3518390c19 [InstSimplify] Handle (~A & ~B) | (~A ^ B) -> ~A ^ B
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/InstructionSimplify.cpp | 14 +++++---
test/Transforms/InstSimplify/AndOrXor.ll | 62 ++++++++++++++++++++++++++++++++
2 files changed, 72 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 9a24d62d45 [index] Index type source info for class specializations
new 4eaf83fa60 [libclang] Check for a record declaration before a template [...]
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/Index/print-type.cpp | 8 +++++++-
tools/libclang/CXType.cpp | 6 +++---
2 files changed, 10 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 ea5eba046be [SelectionDAG] Added getBuildVector(ArrayRef<SDUse>) helper.
new 0a2cedfdb95 [ValueTracking] Use BitWidth local variable instead of re-r [...]
new a14d021e5a7 [ValueTracking] Use APInt instead of auto. NFC
new c4708bac0e6 [ValueTracking] Use APInt::operator|=(uint64_t) instead of [...]
new 65c40b4fbab [InstCombine] Remove superfluous curly braces around a sing [...]
new 41042eb4562 [PM] Run IndirectCallPromotion only when PGO is enabled.
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:
lib/Analysis/ValueTracking.cpp | 8 ++++----
lib/Transforms/IPO/PassManagerBuilder.cpp | 18 +++++++++---------
.../InstCombine/InstCombineSimplifyDemanded.cpp | 3 +--
3 files changed, 14 insertions(+), 15 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 gcc-7-branch
in repository gcc.
from 8f9e51281cb PR target/77728 * config/arm/arm.c: Include gimple.h. (a [...]
new bbba11e2225 PR sanitizer/80349 * fold-const.c (fold_binary_loc) <case [...]
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/fold-const.c | 6 ++++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/ubsan/pr80349-2.C | 11 +++++++++++
4 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr80349-2.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 llvm.
from 21b590cebcb [DAGCombiner] Refactor to make it easy to add support for v [...]
new ea5eba046be [SelectionDAG] Added getBuildVector(ArrayRef<SDUse>) helper.
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/CodeGen/SelectionDAG.h | 11 ++++++++++-
lib/Target/X86/X86ISelLowering.cpp | 8 ++++----
2 files changed, 14 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 openmp.
from 079ec52 [OpenMP] Add missing parenthesis which triggers a compile error
new 23f1ee8 [OpenMP] Optimized default kernel launch parameters in CUDA plugin
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:
libomptarget/plugins/cuda/src/rtl.cpp | 41 +++++++++++++++++++++++++----------
1 file changed, 30 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.