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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
from 65c0dba5 3: reset: linux-ab02888e39212af2d1dddc565cd67192548b9fd8: 17760
new 783fe9e7 4: update: linux-a188339ca5a396acc588e5851ed7e19f66b0ebd9: 17760
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 | 167 +-
02-prepare_abe/console.log | 346 +-
03-build_abe-binutils/console.log | 10040 ++++++------
04-build_abe-stage1/console.log | 18908 +++++++++++-----------
05-build_linux/console.log | 902 +-
07-check_regression/console.log | 20 +-
08-update_baseline/console.log | 30 +-
console.log | 30455 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
10 files changed, 30502 insertions(+), 30376 deletions(-)
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 1aea5580c4 Automatic date update in version.in
adds 2a912e42d7 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-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 2712f6c1 0: update: binutils-gcc-linux: all
new 3c651aea 0: update: binutils-gcc-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 (2712f6c1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 16 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 9062 +++++------
04-build_abe-stage1/console.log | 18986 +++++++++++------------
05-build_linux/console.log | 715 +-
06-boot_linux/console.log | 2 +-
console.log | 29203 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 29204 insertions(+), 29214 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 2d3f411b4ab Resubmit "[DebugInfo] Update loop metadata for inlined loops"
new dc944629068 [InstSimplify] Teach fsub -0.0, (fneg X) ==> X about unary fneg
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/Analysis/InstructionSimplify.cpp | 3 ++-
test/Transforms/InstSimplify/floating-point-arithmetic.ll | 12 +++---------
2 files changed, 5 insertions(+), 10 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 0764aec253 [Syntax] Introduce TokenBuffer, start clangToolingSyntax library
new 656c684180 [LibTooling] Add RangeSelector library for defining source r [...]
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/Tooling/Refactoring/RangeSelector.h | 80 ++++
lib/Tooling/Refactoring/CMakeLists.txt | 1 +
lib/Tooling/Refactoring/RangeSelector.cpp | 264 ++++++++++++
unittests/Tooling/CMakeLists.txt | 3 +
unittests/Tooling/RangeSelectorTest.cpp | 496 ++++++++++++++++++++++
5 files changed, 844 insertions(+)
create mode 100644 include/clang/Tooling/Refactoring/RangeSelector.h
create mode 100644 lib/Tooling/Refactoring/RangeSelector.cpp
create mode 100644 unittests/Tooling/RangeSelectorTest.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.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from cea9a04de28 Daily bump.
new 1c784e5dbb2 PR c++/90532 Ensure __is_constructible(T[]) is false
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 | 9 ++++
gcc/cp/method.c | 2 +
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/g++.dg/ext/90532.C | 27 +++++++++++
libstdc++-v3/ChangeLog | 16 +++++++
libstdc++-v3/include/std/type_traits | 52 +++-------------------
.../testsuite/20_util/is_constructible/value.cc | 7 +++
.../20_util/is_default_constructible/value.cc | 10 +++++
.../20_util/is_trivially_constructible/value.cc | 2 +
.../is_trivially_default_constructible/value.cc | 9 ++++
10 files changed, 95 insertions(+), 47 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/90532.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.