This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cfb7755d107 rtl-ssa: Add new helper functions
new 8bb655d0c56 PR modula2/111955 introduce isnan support to Builtins.def
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/m2/gm2-gcc/m2builtins.cc | 25 +++++++++++++++++
gcc/m2/gm2-libs-ch/wrapc.c | 27 +++++++++++++++++++
gcc/m2/gm2-libs/Builtins.def | 4 +++
gcc/m2/gm2-libs/Builtins.mod | 16 +++++++++++
gcc/m2/gm2-libs/wrapc.def | 29 ++++++++++++++++----
gcc/testsuite/gm2/pimlib/run/pass/testnan.mod | 17 ++++++++++++
libgm2/libm2pim/wrapc.cc | 39 +++++++++++++++++++++++++++
7 files changed, 152 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gm2/pimlib/run/pass/testnan.mod
--
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_gcc_build/master-aarch64
in repository toolchain/ci/base-artifacts/tcwg_gcc_build/master-aarch64.
from bef32c7 onsuccess: #1265: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new e4eccd4 onsuccess: #1266: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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:
01-reset_artifacts/console.log.xz | Bin 2116 -> 2120 bytes
02-prepare_abe/console.log.xz | Bin 2620 -> 2624 bytes
04-build_abe-gcc/console.log.xz | Bin 211736 -> 210640 bytes
04-build_abe-gcc/make-gcc-stage2.log.xz | Bin 177992 -> 177532 bytes
05-check_regression/console.log.xz | Bin 1128 -> 1124 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 203 +++++++++++++++++---------------
jenkins/notify-init.log | 74 ++++++------
jenkins/rewrite.log | 20 ++--
jenkins/run-build.env | 6 +-
manifest.sh | 2 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 17 +--
notify/mail-recipients.txt | 2 +-
notify/mail-subject.txt | 2 +-
16 files changed, 175 insertions(+), 157 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 7b2ae64b681 Handle OpenACC 'self' clause for compute constructs in Open [...]
new 01b42e98808 rtl-ssa: Ensure global registers are live on exit
new d5e0321c3f4 rtl-ssa: Create REG_UNUSED notes after all pending changes
new 60ef0d2cdc9 rtl-ssa: Fix ICE when deleting memory clobbers
new adf1b369c53 rtl-ssa: Handle artifical uses of deleted defs
new ba97d0e3b96 rtl-ssa: Calculate dominance frontiers for the exit block
new cc15a0f49d3 rtl-ssa: Handle call clobbers in more places
new d7266f655e5 rtl-ssa: Use frequency-weighted insn costs
new 39cac7c3148 rtl-ssa: Extend make_uses_available
new cfb7755d107 rtl-ssa: Add new helper functions
The 9 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/Makefile.in | 1 +
gcc/rtl-ssa/access-utils.h | 68 ++++++++---
gcc/rtl-ssa/accesses.cc | 125 ++++++++++++++++++++-
gcc/rtl-ssa/blocks.cc | 60 +++++++---
gcc/rtl-ssa/changes.cc | 86 ++++++++++++--
gcc/rtl-ssa/functions.cc | 2 +-
gcc/rtl-ssa/functions.h | 19 ++++
gcc/rtl-ssa/insns.cc | 2 +
gcc/rtl-ssa/internals.h | 4 +
gcc/rtl-ssa/member-fns.inl | 9 ++
.../movement.cc} | 48 ++++----
gcc/rtl-ssa/movement.h | 4 +
12 files changed, 355 insertions(+), 73 deletions(-)
copy gcc/{rust/resolve/rust-ast-resolve-stmt.cc => rtl-ssa/movement.cc} (53%)
--
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 047841a68eb Extend test suite coverage for OpenACC 'self' clause for co [...]
new 7b2ae64b681 Handle OpenACC 'self' clause for compute constructs in Open [...]
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/omp-expand.cc | 14 ++++++++++++--
gcc/omp-oacc-kernels-decompose.cc | 15 ++++++++-------
gcc/testsuite/c-c++-common/goacc/self-clause-2.c | 6 ++++++
gcc/testsuite/gfortran.dg/goacc/kernels-tree.f95 | 2 +-
libgomp/oacc-parallel.c | 17 +++++------------
libgomp/testsuite/libgomp.oacc-fortran/self-1.f90 | 15 +++++++--------
6 files changed, 39 insertions(+), 30 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 a5e919027fd Consistently order 'OMP_CLAUSE_SELF' right after 'OMP_CLAUSE_IF'
new 047841a68eb Extend test suite coverage for OpenACC 'self' clause for co [...]
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/c-c++-common/goacc/if-clause-2.c | 2 +
gcc/testsuite/c-c++-common/goacc/self-clause-1.c | 6 +++
gcc/testsuite/c-c++-common/goacc/self-clause-2.c | 20 ++++++++++
gcc/testsuite/gfortran.dg/goacc/if.f95 | 10 ++++-
gcc/testsuite/gfortran.dg/goacc/kernels-tree.f95 | 5 ++-
gcc/testsuite/gfortran.dg/goacc/parallel-tree.f95 | 3 +-
gcc/testsuite/gfortran.dg/goacc/self.f95 | 8 ++++
libgomp/testsuite/libgomp.oacc-c-c++-common/if-1.c | 4 ++
.../libgomp.oacc-c-c++-common/if-self-1.c | 36 ++++++++++++++++++
.../testsuite/libgomp.oacc-c-c++-common/self-1.c | 5 +++
libgomp/testsuite/libgomp.oacc-fortran/if-1.f90 | 4 ++
.../libgomp.oacc-fortran/{if-1.f90 => self-1.f90} | 44 ++++++++++++----------
12 files changed, 123 insertions(+), 24 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/if-self-1.c
copy libgomp/testsuite/libgomp.oacc-fortran/{if-1.f90 => self-1.f90} (93%)
--
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 8064e7e2b50 RISC-V: Export some functions from riscv-vsetvl to riscv-v[NFC]
new a5e919027fd Consistently order 'OMP_CLAUSE_SELF' right after 'OMP_CLAUSE_IF'
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/tree-core.h | 6 +++---
gcc/tree-pretty-print.cc | 13 +++++++------
gcc/tree.cc | 4 ++--
gcc/tree.h | 4 ++--
4 files changed, 14 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.