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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 315590b6 0: update: llvm-linux: all
new 9fbdb08f 0: update: llvm-linux: 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 (315590b6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 128 +-
02-build_llvm/console.log | 12434 +++++++++++++--------------
03-build_linux/console.log | 5158 ++++++------
04-boot_linux/console.log | 2 +-
console.log | 17722 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 17728 insertions(+), 17724 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 73073838701 * config/rs6000/rs6000.c (move_to_end_of_ready): New, fact [...]
new c258851f428 Consider parm types equivalence for operator rewrite tiebreaker.
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/cp/ChangeLog | 7 +++
gcc/cp/call.c | 63 +++++++++++++++----------
gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite2.C | 12 +++++
gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite3.C | 10 ++++
gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite4.C | 12 +++++
5 files changed, 80 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite3.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite4.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 435d3d8836 Replace "if (attr)" with "if (attr != nullptr)".
new 9f6ad286ef Fix the "winheight" command
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/ChangeLog | 8 ++++++
gdb/testsuite/ChangeLog | 4 +++
.../gdb.tui/{resize.exp => winheight.exp} | 17 ++++++-------
gdb/tui/tui-data.c | 19 --------------
gdb/tui/tui-data.h | 1 -
gdb/tui/tui-win.c | 29 ++++++++++++++++------
6 files changed, 41 insertions(+), 37 deletions(-)
copy gdb/testsuite/gdb.tui/{resize.exp => winheight.exp} (80%)
--
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 1c1cf6a02e2 Move ChangeLog entry to correct file
new 73073838701 * config/rs6000/rs6000.c (move_to_end_of_ready): New, fact [...]
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 | 9 +
gcc/config/rs6000/rs6000.c | 424 ++++++++++++++++++++++-----------------------
2 files changed, 220 insertions(+), 213 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4b30b40a 9: update: llvm-linux: 16047
new 73f7f2fb 9: update: llvm-linux: 16047
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 (4b30b40a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 216 +-
02-build_llvm/console.log | 12374 ++++++++++++-------------
03-build_linux/console.log | 6364 ++++++-------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 22 +-
console.log | 18984 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 19016 insertions(+), 18960 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 c9739b6a06 Report GetLastError value when DebugActiveProcess fails
new 435d3d8836 Replace "if (attr)" with "if (attr != nullptr)".
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/ChangeLog | 27 ++++++++++++++++
gdb/dwarf2read.c | 96 ++++++++++++++++++++++++++++----------------------------
2 files changed, 75 insertions(+), 48 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_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 14218876 0: update: gcc-5701643c8d1c82cbc674b1728aa898bde2fe107c: 1
new 9579f67c 0: update: gcc-79e56994f0b5a13ccd94a651cea5ae06c90dae5e: 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 (14218876)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 128 +-
02-prepare_abe/console.log | 178 +-
03-build_abe-bootstrap_O3/console.log | 67985 +++++++++++++++----------------
console.log | 68323 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
5 files changed, 68346 insertions(+), 68276 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 3c2f41325c9 [MIPS] Prevent MSA branches from being put into delay slots
new 50267ac88a2 Avoid redundant computations in edge_badness.
new fea2cabf29d Remove unused parameter PROB in ipa-fnsummary.c
new 1c1cf6a02e2 Move ChangeLog entry to correct file
The 3 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:
ChangeLog | 13 -------------
gcc/ChangeLog | 23 +++++++++++++++++++++++
gcc/ipa-fnsummary.c | 12 ++++--------
gcc/ipa-inline.c | 37 ++++++++++++++++++++++++++++++-------
4 files changed, 57 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.