This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch
in repository gcc.
from 989b05aa9ef Backported from mainline 2019-10-05 Jakub Jelinek <jaku [...]
new ce1ce6237a8 Backported from mainline 2019-10-17 Jakub Jelinek <jaku [...]
new 7bdd6b659ac Backported from mainline 2019-10-17 Jakub Jelinek <jaku [...]
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 | 6 ++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.c-torture/compile/pr92056.c | 18 ++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/pr87752.f90 | 12 ++++++++++++
gcc/tree-object-size.c | 3 +++
5 files changed, 47 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr92056.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr87752.f90
--
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 a928d51b0f9 2019-10-21 Richard Biener <rguenther(a)suse.de>
new 861c5bd968f 2019-10-21 Richard Biener <rguenther(a)suse.de>
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 | 38 +++++
gcc/tree-vect-loop.c | 15 +-
gcc/tree-vect-slp.c | 379 ++++++++++++++++++++------------------------------
gcc/tree-vect-stmts.c | 49 ++-----
gcc/tree-vectorizer.h | 5 +-
5 files changed, 206 insertions(+), 280 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 1aba5cc8e76 [AArch64] Implement __rndr, __rndrrs intrinsics
new a928d51b0f9 2019-10-21 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr92161.f | 23 +++++++++++++++++++++++
gcc/tree-vect-loop.c | 11 +++++++++++
4 files changed, 45 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr92161.f
--
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 cc870b19ca1 [llvm/Object] - Make ELFObjectFile::getRelocatedSection ret [...]
new 91d68c5d934 Simplify usage of setFPAttrs.
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/IR/IRBuilder.h | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 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 f69d71733b0 [Alignment][NFC] TargetCallingConv::setOrigAlign and Target [...]
new cc870b19ca1 [llvm/Object] - Make ELFObjectFile::getRelocatedSection ret [...]
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/Object/ELFObjectFile.h | 13 +++++------
include/llvm/Object/ObjectFile.h | 6 +++---
lib/DebugInfo/DWARF/DWARFContext.cpp | 11 +++++++++-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 13 +++++++++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 14 ++++++++++--
lib/Object/ObjectFile.cpp | 3 ++-
test/tools/llvm-cxxdump/broken-reloc-sec.test | 20 +++++++++++++++++
.../llvm-dwarfdump/elf-broken-reloc-target.yaml | 20 +++++++++++++++++
.../llvm-objdump/X86/elf-disassemble-relocs.test | 25 ++++++++++++++++++++--
test/tools/llvm-objdump/relocations-elf.test | 6 +++---
test/tools/llvm-readobj/stack-sizes.test | 23 ++++++++++++++++++++
tools/llvm-cxxdump/llvm-cxxdump.cpp | 6 +++++-
tools/llvm-objdump/llvm-objdump.cpp | 23 ++++++++++++++++----
tools/llvm-readobj/ELFDumper.cpp | 12 +++++++++--
14 files changed, 168 insertions(+), 27 deletions(-)
create mode 100644 test/tools/llvm-cxxdump/broken-reloc-sec.test
create mode 100644 test/tools/llvm-dwarfdump/elf-broken-reloc-target.yaml
--
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 b2fccf585fe [vect] Only change base alignment if more restrictive
new 1aba5cc8e76 [AArch64] Implement __rndr, __rndrrs intrinsics
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 | 22 +++++++++
gcc/config/aarch64/aarch64-builtins.c | 67 ++++++++++++++++++++++++++-
gcc/config/aarch64/aarch64-c.c | 1 +
gcc/config/aarch64/aarch64-protos.h | 2 +-
gcc/config/aarch64/aarch64.c | 4 +-
gcc/config/aarch64/aarch64.h | 4 ++
gcc/config/aarch64/aarch64.md | 22 +++++++++
gcc/config/aarch64/arm_acle.h | 16 +++++++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/aarch64/acle/rng_1.c | 53 +++++++++++++++++++++
10 files changed, 190 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/rng_1.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig
in repository toolchain/ci/linux.
from 4fe34d61a3a9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
adds 85f0ae7e435a kbuild: update comment about KBUILD_ALLDIRS
adds 991b78fbd223 scripts: setlocalversion: fix a bashism
adds 700dea5a0bea kheaders: substituting --sort in archive creation
adds e2ab4ef83fe2 Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pu [...]
adds 7d194c2100ad Linux 5.4-rc4
No new revisions were added by this update.
Summary of changes:
Makefile | 4 ++--
kernel/gen_kheaders.sh | 11 +++++++----
scripts/setlocalversion | 2 +-
3 files changed, 10 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig
in repository toolchain/ci/gcc.
from ad599e8da59 Daily bump.
adds 9b9d9231a10 Avoid recomputing data references in BB SLP
adds b7ede04df31 Move code out of vect_slp_analyze_bb_1
adds 45bdc4af97b * tree-ssa-alias.c (nonoverlapping_refs_since_match_p): Do [...]
adds 90df02bce86 * doc/install.texi (Configuration, --enable-objc-gc): hboe [...]
adds cebbf5fb774 * config/i386/i386-protos.h (ix86_pre_reload_split): Decla [...]
adds 468eabd1cfe 2019-10-20 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
adds 624eed14c4d Daily bump.
adds d52decc96d3 Avoid setting current_vector_size in get_vec_alignment_for_ [...]
adds a2251dcb34a Pass a vec_info to vect_supportable_shift
adds 45e2a7924f6 Pass a vec_info to vect_supportable_direct_optab_p
adds ae4829cbfa4 Pass a vec_info to get_mask_type_for_scalar_type
adds 6b04d79cd3f Pass a vec_info to get_vectype_for_scalar_type
adds 2e245d56634 Pass a vec_info to duplicate_and_interleave
adds 443a43074c0 Pass a vec_info to can_duplicate_and_interleave_p
adds f6b782e9785 Pass a vec_info to simple_integer_narrowing
adds 9ce911a475c Pass a vec_info to supportable_narrowing_operation
adds bc3ff7a6772 Pass a loop_vec_info to vect_maybe_permute_loop_masks
adds e9dd0ceece1 Pass a vec_info to vect_halve_mask_nunits
adds 2da60498685 Pass a vec_info to vect_double_mask_nunits
adds a075fdc82fe Replace current_vector_size with vec_info::vector_size
adds 57e11588088 Fix some fallout for small targets. PR testsuite/52641 * [...]
adds b6bf4934164 2019-10-21 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new b2fccf585fe [vect] Only change base alignment if more restrictive
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 | 188 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/common.opt | 2 +-
gcc/config/i386/i386-protos.h | 1 +
gcc/config/i386/i386.c | 12 +
gcc/config/i386/i386.md | 72 +++---
gcc/config/i386/sse.md | 22 +-
gcc/doc/install.texi | 2 +-
gcc/testsuite/ChangeLog | 26 +++
.../gcc.c-torture/execute/alias-access-path-2.c | 11 +
gcc/testsuite/gcc.dg/torture/20181024-1.c | 1 +
gcc/testsuite/gcc.dg/torture/pr86034.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr86554-1.c | 12 +-
gcc/testsuite/gcc.dg/torture/pr87693.c | 3 +-
gcc/testsuite/gcc.dg/torture/pr90972.c | 1 +
gcc/testsuite/gcc.dg/torture/pr91178-2.c | 1 +
gcc/testsuite/gcc.dg/torture/pr91178.c | 1 +
.../gcc.dg/tree-ssa/alias-access-path-11.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr91091-1.c | 4 +-
gcc/testsuite/gcc.target/aarch64/sve/fmla_2.c | 1 +
gcc/tree-ssa-alias.c | 28 ++-
gcc/tree-vect-data-refs.c | 5 +-
gcc/tree-vect-loop-manip.c | 8 +-
gcc/tree-vect-loop.c | 46 ++--
gcc/tree-vect-patterns.c | 134 ++++++-----
gcc/tree-vect-slp.c | 254 ++++++++++-----------
gcc/tree-vect-stmts.c | 75 +++---
gcc/tree-vectorizer.c | 5 +-
gcc/tree-vectorizer.h | 28 ++-
29 files changed, 611 insertions(+), 338 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/alias-access-path-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from 80051c7439 Automatic date update in version.in
adds 2c9e9550ca [bfd] Provide 8-byte minimum alignment for .plt section
adds fd65fe1a18 Automatic date update in version.in
adds 54d83b8d39 Make unlink_objfile and put_objfile_before static
adds 95cc7c169c ar P support
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 17 ++++++++++++++
bfd/archive.c | 13 +++++++----
bfd/bfd-in2.h | 5 ++++-
bfd/bfd.c | 5 ++++-
bfd/elf32-hppa.c | 5 +++--
bfd/version.h | 2 +-
binutils/ChangeLog | 10 +++++++++
binutils/ar.c | 3 +++
binutils/doc/binutils.texi | 27 ++++++++++++++++-------
gdb/ChangeLog | 7 ++++++
gdb/objfiles.c | 55 +++++++++++++++++++---------------------------
gdb/objfiles.h | 4 ----
12 files changed, 99 insertions(+), 54 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.