This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 35df2a38417 [MIPS GlobalISel] Select bitwise instructions
new d92e522f128 [TargetLowering] Add BuildSDiv support for division by one [...]
new 48cb502069d [DAGCombiner] Reduce load widths of shifted masks
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 49 ++-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 42 ++-
test/CodeGen/ARM/and-load-combine.ll | 539 ++++++++++++++++++++++++++--
test/CodeGen/X86/combine-sdiv.ll | 207 +++++------
test/CodeGen/X86/fp128-i128.ll | 28 +-
5 files changed, 688 insertions(+), 177 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 88a179e20e7 Remove redundant { dg-do run } directives in tests
new b65055ed7a6 Fix DSE big-endian subreg crash on AArch64.
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 | 4 ++++
gcc/expmed.c | 4 ++++
gcc/testsuite/ChangeLog | 4 ++++
.../gcc.target/aarch64/large_struct_copy.c | 23 ++++++++++++++++++++++
4 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/large_struct_copy.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 88ffb39dc6 __readlink_chk: Assume HAVE_INLINED_SYSCALLS
new ef939d928a __readlink_chk: Remove micro-optimization
new c7627f41ba Makeconfig: Do not sort and deduplicate +cflags [BZ # 17248]
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 | 10 ++++++++
Makeconfig | 3 ---
debug/readlink_chk.c | 4 ----
sysdeps/unix/sysv/linux/generic/readlink_chk.c | 33 --------------------------
4 files changed, 10 insertions(+), 40 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/generic/readlink_chk.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 6a7f249a141 Restrict the pr86763 test to *-*-linux* targets
new 88a179e20e7 Remove redundant { dg-do run } directives in tests
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:
libstdc++-v3/ChangeLog | 9 +++++++++
.../testsuite/26_numerics/bit/bitops.count/countl_one.cc | 2 --
.../testsuite/26_numerics/bit/bitops.count/countl_zero.cc | 2 --
.../testsuite/26_numerics/bit/bitops.count/countr_one.cc | 2 --
.../testsuite/26_numerics/bit/bitops.count/countr_zero.cc | 2 --
libstdc++-v3/testsuite/26_numerics/bit/bitops.count/popcount.cc | 2 --
6 files changed, 9 insertions(+), 10 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 c321f678588 2018-08-21 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 6a7f249a141 Restrict the pr86763 test to *-*-linux* targets
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/torture/pr86763.C | 4 ++--
2 files changed, 6 insertions(+), 2 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 86e8c814f0f vxworks: add target/h/wrn/coreip to the set of system inclu [...]
new f8a195db4f2 libgcc: add crt{begin,end} for powerpc-wrs-vxworks target
new ba51b9b497e vxworks: enable use of .init_array/.fini_array for cdtors
new 3d1f316e9e9 vxworks: don't define vxworks_asm_out_constructor when usin [...]
new c321f678588 2018-08-21 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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:
gcc/ChangeLog | 19 +++++++++++++++++++
gcc/config/vxworks.c | 9 +++++++--
gcc/config/vxworks.h | 14 ++++++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/Wstringop-overflow-6.c | 2 +-
gcc/tree-ssa-strlen.c | 7 +++++++
libgcc/ChangeLog | 5 +++++
libgcc/config.host | 1 +
8 files changed, 55 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 gcc.
from fd5cbc99f7b 2018-08-21 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 86e8c814f0f vxworks: add target/h/wrn/coreip to the set of system inclu [...]
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 | 5 +++++
gcc/config/vxworks.h | 9 ++++++---
2 files changed, 11 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 master
in repository binutils-gdb.
from 9cf7e5687f Use operand->extract to provide defaults for optional PowerP [...]
new 9dcbfff1e0 Fix invalid strcpy on unterminated buffer
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:
gas/ChangeLog | 5 +++++
gas/read.c | 3 ++-
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 lld.
from 1d02ba43f [LLD][ELF] - Check the architecture of lazy objects earlier.
new da7b76285 [LLD][ELF] - Fix BB after r340257.
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/lazy-arch-conflict.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.