This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_fx/gnu-master-aarch64-cpu2017-O2
in repository toolchain/ci/base-artifacts.
discards c862a3d4 0: init: binutils-gcc-linux-glibc: 1
new f372e5bf 0: init: binutils-gcc-linux-glibc: 1
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 (c862a3d4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_fx/gnu-master-aa [...]
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 1484 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 30760 -> 31044 bytes
04-build_abe-stage1/console.log.xz | Bin 73904 -> 74096 bytes
06-build_abe-linux/console.log.xz | Bin 9140 -> 9120 bytes
07-build_abe-glibc/console.log.xz | Bin 239960 -> 240320 bytes
08-build_abe-stage2/console.log.xz | Bin 182192 -> 184676 bytes
09-benchmark/benchmark-build.log | 32 ++++++++++++++++----------------
09-benchmark/benchmark.log | 30 +++++++++++++++---------------
09-benchmark/console.log.xz | Bin 3004 -> 2988 bytes
10-check_regression/console.log.xz | Bin 360 -> 360 bytes
jenkins/manifest.sh | 16 ++++++++--------
results_id | 2 +-
13 files changed, 40 insertions(+), 40 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_gcc_bootstrap/release-aarch64-bootstrap_profiled
in repository toolchain/ci/binutils-gdb.
from af58abfd80 Automatic date update in version.in
adds bc8ba34fc2 Automatic date update in version.in
adds 93054037f1 Automatic date update in version.in
adds 912f2e4449 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-aarch64-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards 627f4e00 0: update: binutils-gcc: 2
new e637de1e 0: update: binutils-gcc: 2
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 (627f4e00)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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 1556 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2716 bytes
04-build_abe-binutils/console.log.xz | Bin 37580 -> 37700 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 490444 -> 492768 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from b2cb88fb45a Daily bump.
adds 6454b4a8f5d xtensa: Add setmemsi insn pattern
adds 9aad2b22436 xtensa: Improve bswap[sd]i2 insn patterns
new c62643579df Close gcc-9 branch
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:
contrib/gcc-changelog/git_update_version.py | 2 +-
gcc/config/xtensa/xtensa-protos.h | 2 +
gcc/config/xtensa/xtensa.cc | 211 ++++++++++++++++++++++++++++
gcc/config/xtensa/xtensa.md | 93 +++++++++---
gcc/config/xtensa/xtensa.opt | 2 +-
gcc/testsuite/gcc.target/xtensa/bswap-O1.c | 37 +++++
gcc/testsuite/gcc.target/xtensa/bswap-O2.c | 37 +++++
gcc/testsuite/gcc.target/xtensa/bswap-Os.c | 37 +++++
gcc/testsuite/gcc.target/xtensa/bswap.c | 14 --
9 files changed, 403 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/xtensa/bswap-O1.c
create mode 100644 gcc/testsuite/gcc.target/xtensa/bswap-O2.c
create mode 100644 gcc/testsuite/gcc.target/xtensa/bswap-Os.c
delete mode 100644 gcc/testsuite/gcc.target/xtensa/bswap.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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 5b30f76d 0: update: binutils-gcc: 2
new 49f4bf19 0: update: binutils-gcc: 2
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 (5b30f76d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1528 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 38400 -> 37896 bytes
05-build_abe-bootstrap/console.log.xz | Bin 273340 -> 271488 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.