This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 219110638 linux-a85b6b4f641697f54952f52fec8af1dac0826ecc: all
new aae4b7aa3 binutils-053af8c9034f92d6e36a1180655ba22a65c56437: 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 (219110638)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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:
1-reset_artifacts/console.log | 88 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3723 ++---
4-build_abe-stage1/console.log | 4972 ++++---
5-count_linux_objs/console.log | 19894 +++++++++++++------------
console.log | 28867 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 28664 insertions(+), 28902 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.
git pushed a change to annotated tag next-20190107
in repository linux-next.
at c7f318e39227 (tag)
tagging a85b6b4f641697f54952f52fec8af1dac0826ecc (commit)
replaces v4.20
tagged by Stephen Rothwell
on Mon Jan 7 15:01:12 2019 +1100
- Log -----------------------------------------------------------------
next-20190107
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmFtoH6RZGWmXU6JkifkcCkHVwHoFAlwyzwgACgkQifkcCkHV
wHq6bg/9HLmWN42WFp75eUWqFUF7adwdLuseMD4AbD6nSM+mdmU4AklcmqZ3SLsX
FR9sE8FVbYjyTFatpZ0ipMecFBPGAnRiah+dxDbhwEbJQ3JLyO3dI6m8jsrSQqDp
5nfTtO8gP8uXJa1rhwZ1M7QxlmX8podFUWvFajWM9wmzirClUkqnMWTOpHXGGEsB
jLsGSkHOYkPdGz4KpjVbO2nvRkpI90MSD1LiA8Ji7eFtzPsSd/H22o9SqRl3huLG
huIjRTpKU6uOwAIe5fK8dfvoy+Xz9CbKDC/SAkUjoPVR7fUv/JkeYz1AWAVC46ZU
owQslqF9qYUm06OVJdL7KRHf1yROw0rPGg7nEJ3xBrmKJCqeyt37UiGJbwxxt6kq
fmGuaXbwLdwfdxVByln7ZmWxdsRD2Mw0lGQei+Xv0WEGFhTdZfeMM7QrCG+cmE83
qGEplXov0BE0q1BvYHjHE8Zz8B9ZepQl0agx0Ro/UgiCEbCfHX4mbhmcF327d7Vf
hYtdW52SurEINmSYXO5wUi+x4tHIQeybpa7QJGkhbgCwDUGp7SCNA7v+3ODKp5OO
RHbGN/4KYb7A0OL2c/5tfOnt5o6Mohav6kCz0Y1lAPIzrGgRJ0jEiF+y95Si0Rdw
tFly0c2fSxPfE6TgR7GIR8MAjaXBUy6Gx172X+iqqR5lUDKRHbg=
=8HvZ
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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.
git pushed a change to branch master
in repository openmp.
from 58df016 [OpenMP] Fix nvidia-cuda-toolkit detection on Debian/Ubuntu
new 900210a [OPENMP][NVPTX]Improve performance + reduce number of used re [...]
new 38895e6 [OPENMP][NVPTX]General formatting/code improvement, NFC.
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:
libomptarget/deviceRTLs/nvptx/src/data_sharing.cu | 81 ++++++++++------------
libomptarget/deviceRTLs/nvptx/src/debug.h | 2 +-
libomptarget/deviceRTLs/nvptx/src/interface.h | 12 +++-
libomptarget/deviceRTLs/nvptx/src/libcall.cu | 43 ++++++++----
libomptarget/deviceRTLs/nvptx/src/loop.cu | 29 ++++----
.../deviceRTLs/nvptx/src/omptarget-nvptx.cu | 8 +--
.../deviceRTLs/nvptx/src/omptarget-nvptx.h | 30 ++++----
.../deviceRTLs/nvptx/src/omptarget-nvptxi.h | 18 ++---
libomptarget/deviceRTLs/nvptx/src/parallel.cu | 24 +++----
libomptarget/deviceRTLs/nvptx/src/reduction.cu | 55 ++++++++-------
libomptarget/deviceRTLs/nvptx/src/state-queue.h | 4 +-
libomptarget/deviceRTLs/nvptx/src/state-queuei.h | 3 +-
libomptarget/deviceRTLs/nvptx/src/support.h | 6 +-
libomptarget/deviceRTLs/nvptx/src/supporti.h | 12 ++--
libomptarget/deviceRTLs/nvptx/src/sync.cu | 2 +-
libomptarget/deviceRTLs/nvptx/src/task.cu | 6 +-
16 files changed, 176 insertions(+), 159 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.