This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c92737722ff RISC-V/testsuite: add a default march (lacking zfa) to some [...]
new 328745607c5 RISC-V: NFC: Move scalar block move expansion code into ris [...]
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/config/riscv/riscv-protos.h | 5 +-
gcc/config/riscv/riscv-string.cc | 155 +++++++++++++++++++++++++++++++++++++++
gcc/config/riscv/riscv.cc | 155 ---------------------------------------
3 files changed, 158 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 binutils-gdb.
from 41ab08f84b9 Have DAP handle non-Value results from 'children'
new 8375fdfe4cb gdb: remove unnecessary declarations in target.c
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:
gdb/target.c | 34 ----------------------------------
1 file changed, 34 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 04c9cf5c786 Implement new RTL optimizations pass: fold-mem-offsets
new c92737722ff RISC-V/testsuite: add a default march (lacking zfa) to some [...]
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/gcc.target/riscv/fle-ieee.c | 3 ++-
gcc/testsuite/gcc.target/riscv/fle-snan.c | 3 ++-
gcc/testsuite/gcc.target/riscv/fle.c | 3 ++-
gcc/testsuite/gcc.target/riscv/flef-ieee.c | 3 ++-
gcc/testsuite/gcc.target/riscv/flef-snan.c | 3 ++-
gcc/testsuite/gcc.target/riscv/flef.c | 3 ++-
gcc/testsuite/gcc.target/riscv/flt-ieee.c | 3 ++-
gcc/testsuite/gcc.target/riscv/flt-snan.c | 3 ++-
gcc/testsuite/gcc.target/riscv/fltf-ieee.c | 3 ++-
gcc/testsuite/gcc.target/riscv/fltf-snan.c | 3 ++-
10 files changed, 20 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts/tcwg_kernel/llvm-master-aarch64-lts-defconfig.
from 0b5e61e onsuccess: #61: boot: [TCWG CI] https://ci.linaro.org/job/tcw [...]
new 8cb8e51 onsuccess: #62: boot: [TCWG CI] https://ci.linaro.org/job/tcw [...]
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 2324 -> 2292 bytes
02-prepare_abe/console.log.xz | Bin 2612 -> 2600 bytes
03-build_abe-binutils/console.log.xz | Bin 27756 -> 27892 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17832 -> 18044 bytes
04-build_kernel_llvm/console.log.xz | Bin 69596 -> 69792 bytes
05-build_abe-qemu/console.log.xz | Bin 35380 -> 34892 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 23308 -> 22988 bytes
06-build_linux/console.log.xz | Bin 3136 -> 3144 bytes
07-boot_linux/console.log.xz | Bin 6136 -> 6116 bytes
08-check_regression/console.log.xz | Bin 1204 -> 1208 bytes
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 285 +++++++++++------------------
jenkins/notify-init.log | 102 +++++------
jenkins/rewrite.log | 23 +--
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 48 +++--
notify/mail-subject.txt | 2 +-
22 files changed, 187 insertions(+), 293 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 964fd402c9b d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
new 04c9cf5c786 Implement new RTL optimizations pass: fold-mem-offsets
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/Makefile.in | 1 +
gcc/common.opt | 4 +
gcc/doc/invoke.texi | 8 +
gcc/fold-mem-offsets.cc | 901 +++++++++++++++++++++
gcc/passes.def | 1 +
gcc/testsuite/gcc.target/i386/pr52146.c | 2 +-
.../gcc.target/riscv/fold-mem-offsets-1.c | 16 +
.../gcc.target/riscv/fold-mem-offsets-2.c | 24 +
.../gcc.target/riscv/fold-mem-offsets-3.c | 17 +
gcc/tree-pass.h | 1 +
10 files changed, 974 insertions(+), 1 deletion(-)
create mode 100644 gcc/fold-mem-offsets.cc
create mode 100644 gcc/testsuite/gcc.target/riscv/fold-mem-offsets-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/fold-mem-offsets-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/fold-mem-offsets-3.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_gdb_build/master-arm
in repository toolchain/ci/base-artifacts/tcwg_gdb_build/master-arm.
discards d7f86e4 init: #350: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_gdb_b [...]
new 5cdc305 init: #351: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_gdb_b [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d7f86e4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gdb_build/master-arm (5cdc305)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 2344 -> 2592 bytes
02-prepare_abe/console.log.xz | Bin 2624 -> 2720 bytes
04-build_abe-gdb/console.log.xz | Bin 49012 -> 48240 bytes
04-build_abe-gdb/make-gdb.log.xz | Bin 38592 -> 38520 bytes
05-check_regression/console.log.xz | Bin 1136 -> 1092 bytes
git/gdb_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 82 ++++++++++++++++++-------------------
jenkins/notify-init.log | 50 +++++++++++-----------
jenkins/rewrite.log | 22 +++++-----
jenkins/run-build.env | 8 ++--
manifest.sh | 2 +-
notify/jira/comment-template.txt | 2 +-
notify/mail-body.txt | 2 +-
14 files changed, 86 insertions(+), 86 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.