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-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 38c4aa16 0: update: binutils-gcc-linux: boot
new a116ac81 0: update: binutils-gcc-linux: boot
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 (38c4aa16)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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-prepare_abe/console.log | 238 +-
03-build_abe-binutils/console.log | 9852 +++++++--------
04-build_abe-stage1/console.log | 12946 +++++++++----------
05-build_linux/console.log | 595 +-
console.log | 24016 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
7 files changed, 23929 insertions(+), 23862 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-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 214f0389 0: update: llvm-linux: boot
new 40e508dd 0: update: llvm-linux: boot
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 (214f0389)
\
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 | 70 +-
02-build_llvm/console.log | 11694 ++++++++++++++++----------------
03-build_linux/console.log | 1680 ++---
04-boot_linux/console.log | 392 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 13850 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13906 insertions(+), 13802 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 clang.
from 3065f15c2e [OPENMP]Initial support for non-rectangular loop nest.
new 22a581b73b [codeview] Fix symbol names for dynamic initializers and ate [...]
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:
include/clang/AST/GlobalDecl.h | 15 +++++++
lib/CodeGen/CGDebugInfo.cpp | 57 +++++++++++++++++++++++++
lib/CodeGen/CGDebugInfo.h | 7 +++
lib/CodeGen/CGDeclCXX.cpp | 12 +++---
test/CodeGenCXX/debug-info-global-ctor-dtor.cpp | 44 +++++++++++++++----
5 files changed, 120 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.
unknown user pushed a change to branch master
in repository gcc.
from 9ed117789d0 Update C++17 library status tables
new a25ad23098b libphobos: Fix linker warning and SEGV in core.thread tests.
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:
libphobos/ChangeLog | 19 +
libphobos/configure | 108 +++-
libphobos/configure.ac | 1 +
libphobos/libdruntime/Makefile.am | 73 ++-
libphobos/libdruntime/Makefile.in | 213 +++++--
.../libdruntime/config/aarch64/switchcontext.S | 103 ++++
libphobos/libdruntime/config/arm/switchcontext.S | 118 ++++
.../{gcc/drtstuff.c => config/common/threadasm.S} | 30 +-
libphobos/libdruntime/config/mingw/switchcontext.S | 109 ++++
libphobos/libdruntime/config/mips/switchcontext.S | 102 +++
.../libdruntime/config/powerpc/switchcontext.S | 150 +++++
.../libdruntime/config/powerpc64/callwithstack.S | 168 +++++
libphobos/libdruntime/config/x86/switchcontext.S | 96 +++
libphobos/libdruntime/core/threadasm.S | 682 ---------------------
libphobos/m4/druntime/cpu.m4 | 38 ++
15 files changed, 1230 insertions(+), 780 deletions(-)
create mode 100644 libphobos/libdruntime/config/aarch64/switchcontext.S
create mode 100644 libphobos/libdruntime/config/arm/switchcontext.S
copy libphobos/libdruntime/{gcc/drtstuff.c => config/common/threadasm.S} (55%)
create mode 100644 libphobos/libdruntime/config/mingw/switchcontext.S
create mode 100644 libphobos/libdruntime/config/mips/switchcontext.S
create mode 100644 libphobos/libdruntime/config/powerpc/switchcontext.S
create mode 100644 libphobos/libdruntime/config/powerpc64/callwithstack.S
create mode 100644 libphobos/libdruntime/config/x86/switchcontext.S
delete mode 100644 libphobos/libdruntime/core/threadasm.S
--
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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards eda02999 4: update: llvm-linux: 17561
new a105bc72 4: update: llvm-linux: 17561
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 (eda02999)
\
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 | 70 +-
02-build_llvm/console.log | 11384 ++++++++++++-------------
03-build_linux/console.log | 6004 ++++++-------
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 79 +-
console.log | 17547 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 17496 insertions(+), 17606 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 llvm.
from 4eb4e8f21e2 [PowerPC] Allow using initial-exec TLS with PIC
new 42ee3f57985 [DAGCombiner] scale repeated FP divisor by splat factor
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 16 +++++++++++++---
test/CodeGen/X86/fdiv-combine-vec.ll | 28 +++++++++++++++-------------
2 files changed, 28 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.