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-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 3b58ab8 0: update: gcc-e0e548075fed6c1ff4bab593dcc0a546d560dddf: -5
new 098ffc9 0: update: gcc-6fa9a1bf55a23cf166a8e9343561e2a58a5ed564: -5
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 (3b58ab8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 428 +-
03-build_abe-bootstrap_O3/console.log | 89201 +++++++++++++++----------------
console.log | 89781 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
5 files changed, 89778 insertions(+), 89768 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 libcxx.
from 1639ec22a Add another buildbot username to the workaround list
new 3c7356184 Reorganize the 'bit' header to make most of the facilities av [...]
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/__bit_reference | 28 ++--
include/__hash_table | 2 +-
include/algorithm | 2 +-
include/bit | 278 ++++++++++++++++++++++------------
test/libcxx/numerics/bit.ops.pass.cpp | 70 +++++++++
5 files changed, 263 insertions(+), 117 deletions(-)
create mode 100644 test/libcxx/numerics/bit.ops.pass.cpp
--
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/gnu-release-arm-mainline-defconfig
in repository toolchain/ci/gcc.
from 6bab5cac009 Daily bump.
adds a0ca98db700 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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_kernel/gnu-release-arm-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from 0e5ef89880 Automatic date update in version.in
adds 13c724eec0 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_kernel/gnu-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 220666b 0: update: binutils-gcc-linux: boot
new 1b866b4 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 (220666b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 130 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 10888 ++++++-------
04-build_abe-stage1/console.log | 17419 ++++++++++-----------
05-build_linux/console.log | 596 +-
06-boot_linux/console.log | 476 +-
console.log | 29578 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 29756 insertions(+), 29767 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 lldb.
from 2d614c39c [Target] Replace Plugin headers with non-plugin headers
new b6f9277c1 [Expression] Move IRDynamicChecks to ClangExpressionParser
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/lldb/Expression/DynamicCheckerFunctions.h | 62 ++++++++++++++++++++++
source/Expression/CMakeLists.txt | 1 -
.../Plugins/ExpressionParser/Clang/CMakeLists.txt | 1 +
.../Clang/ClangExpressionParser.cpp | 37 +++++++------
.../ExpressionParser/Clang}/IRDynamicChecks.cpp | 19 +++----
.../ExpressionParser/Clang}/IRDynamicChecks.h | 40 +++++---------
source/Target/Process.cpp | 2 +-
source/Target/ThreadPlanCallUserExpression.cpp | 2 +-
8 files changed, 108 insertions(+), 56 deletions(-)
create mode 100644 include/lldb/Expression/DynamicCheckerFunctions.h
rename source/{Expression => Plugins/ExpressionParser/Clang}/IRDynamicChecks.cpp (96%)
rename {include/lldb/Expression => source/Plugins/ExpressionParser/Clang}/IRDynami [...]
--
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/gnu-release-arm-stable-defconfig
in repository toolchain/ci/gcc.
from 6bab5cac009 Daily bump.
new a0ca98db700 Daily bump.
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/DATESTAMP | 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_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from 0e5ef89880 Automatic date update in version.in
new 13c724eec0 Automatic date update in version.in
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:
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.