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 5bb1199bbe Automatic date update in version.in
adds 907a9b092a Automatic date update in version.in
adds 72a6a32099 Automatic date update in version.in
adds 2de7516720 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 ba106295 0: update: binutils-gcc: 2
new 8c234352 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 (ba106295)
\
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 1560 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 37552 -> 37440 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 471836 -> 472624 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 15 insertions(+), 15 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-release-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 824249fd 3: reset: linux-62eb29526b48d20704668a2fdf97a49d01bf52ce: 20209
discards 90681d8f 2: update: linux-5191290407668028179f2544a11ae9b57f0bcf07: 20222
new e3c0201a 2: update: linux-5191290407668028179f2544a11ae9b57f0bcf07: 20222
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 (824249fd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 1608 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 29388 -> 29000 bytes
04-build_llvm/console.log.xz | Bin 61296 -> 59712 bytes
05-build_abe-qemu/console.log.xz | Bin 31672 -> 31300 bytes
06-build_linux/console.log.xz | Bin 5428 -> 5004 bytes
08-check_regression/console.log.xz | Bin 1252 -> 480 bytes
08-check_regression/jira-body.txt | 2 -
08-check_regression/mail-body.txt | 37 ------------
08-check_regression/mail-subject.txt | 1 -
08-check_regression/results.regressions | 11 ----
08-check_regression/trigger-bisect | 2 -
09-update_baseline/console.log | 104 +++++++++++++++++++++++++++++---
jenkins/manifest.sh | 10 +--
mail/jira-body.txt | 5 --
mail/mail-body.txt | 40 ------------
mail/mail-subject.txt | 1 -
reset-baseline | 0
results | 13 +---
19 files changed, 103 insertions(+), 123 deletions(-)
delete mode 100644 08-check_regression/jira-body.txt
delete mode 100644 08-check_regression/mail-body.txt
delete mode 100644 08-check_regression/mail-subject.txt
delete mode 100644 08-check_regression/results.regressions
delete mode 100644 08-check_regression/trigger-bisect
delete mode 100644 mail/jira-body.txt
delete mode 100644 mail/mail-body.txt
delete mode 100644 mail/mail-subject.txt
delete mode 100644 reset-baseline
--
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 fc8d9e44970 tree-optimization/105142 - wrong code with maybe_fold_{and, [...]
new 6d4bbee4f59 Support pandn for V1TI mode (i.e. *andnotv1ti3).
new 86242eb1bd0 tree-optimization/105148 - fix IVOPTs recording uses
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/config/i386/sse.md | 13 ++++++++-----
gcc/testsuite/gcc.dg/torture/pr105148.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/i386/sse2-v1ti-andnot.c | 11 +++++++++++
gcc/tree-ssa-loop-ivopts.cc | 6 ++++--
4 files changed, 43 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr105148.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-v1ti-andnot.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/llvm-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9a5cc355 0: update: binutils-llvm-linux-qemu: all
new d4c4c804 0: update: binutils-llvm-linux-qemu: all
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 (9a5cc355)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 1796 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 30364 -> 30080 bytes
04-build_llvm/console.log.xz | Bin 61404 -> 61572 bytes
05-build_abe-qemu/console.log.xz | Bin 31112 -> 30404 bytes
06-build_linux/console.log.xz | Bin 3580 -> 3564 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 16 ++++++++--------
10 files changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.