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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards e4ee4e5c7 binutils-55e8aae79a341ce777565dade196e47773b53274: all
new 0322ce213 binutils-bb27775165d9b992120371383012404e213b1981: 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 (e4ee4e5c7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 66 +-
2-prepare_abe/console.log | 6 +-
3-build_abe-binutils/console.log | 3446 ++---
4-build_abe-stage1/console.log | 5165 ++++---
5-count_linux_objs/console.log | 22221 +++++++++++++++--------------
console.log | 28376 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 29530 insertions(+), 29766 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 e55d66cf170 [llvm-readelf] Allow single-letter flags to be merged.
new 4e878ddc59d [X86] Fix register class for assembly constraints to ST(7). NFCI.
new a42cde68412 [SelectionDAG] Check membership of register in class for si [...]
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:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 7 +------
lib/Target/X86/X86ISelLowering.cpp | 11 +++++++----
lib/Target/X86/X86RegisterInfo.td | 6 ++++++
3 files changed, 14 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards d74f860bd binutils-d63f2be21bfbedb8a83b5c5f317896bf2bb19a95: all
new 6200af6b6 linux-fe76fc6aaf538df27708ffa3e5d549a6c8e16142: 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 (d74f860bd)
\
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 | 74 +-
2-prepare_abe/console.log | 24 +-
3-build_abe-binutils/console.log | 6689 ++++----
4-build_abe-stage1/console.log | 9543 +++++------
5-count_linux_objs/console.log | 18024 ++++++++++----------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 34098 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 34138 insertions(+), 34342 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 a9ba146cfa7 gn build: Don't assume valgrind.h exists on Linux
new b8f7485f871 [X86] Bailout of lowerVectorShuffleAsPermuteAndUnpack for s [...]
new 416cb77e36e [llvm-objcopy] Use SHT_NOTE for added note sections.
new e55d66cf170 [llvm-readelf] Allow single-letter flags to be merged.
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:
lib/Target/X86/X86ISelLowering.cpp | 9 +-
test/CodeGen/X86/buildvec-extract.ll | 15 +-
test/CodeGen/X86/vector-shuffle-128-v8.ll | 15 +-
test/tools/llvm-objcopy/ELF/add-note.test | 36 +++++
.../llvm-objcopy/ELF/add-section-special.test | 22 +++
test/tools/llvm-readobj/dyn-symbols.test | 163 +++++++++++++++++++++
test/tools/llvm-readobj/merged.test | 13 ++
test/tools/llvm-readobj/sections-ext.test | 14 ++
tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 22 +--
tools/llvm-readobj/llvm-readobj.cpp | 49 ++++---
10 files changed, 309 insertions(+), 49 deletions(-)
create mode 100644 test/tools/llvm-objcopy/ELF/add-note.test
create mode 100644 test/tools/llvm-objcopy/ELF/add-section-special.test
create mode 100644 test/tools/llvm-readobj/dyn-symbols.test
create mode 100644 test/tools/llvm-readobj/merged.test
--
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 9222a7e41a9 [X86] Add PR40318 shuffle test case
new a9ba146cfa7 gn build: Don't assume valgrind.h exists on Linux
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:
utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn | 7 +------
1 file changed, 1 insertion(+), 6 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/gnu-release-arm-stable-defconfig
in repository toolchain/ci/gcc.
from fb636249665 PR libstdc++/80762 add missing dg-require-filesystem-ts
adds 2508b2a376d 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 7cb36c24f gcc-fb636249665c9e664de3ea8ff0469add4484ccef: all
new 2a39c1952 gcc-2508b2a376d1a3856a2bdfbbbde475ca36dc9416: 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 (7cb36c24f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 154 +-
2-prepare_abe/console.log | 28 +-
3-build_abe-binutils/console.log | 6244 ++++++------
4-build_abe-stage1/console.log | 12027 ++++++++++++------------
5-count_linux_objs/console.log | 186 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18755 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 4 +-
12 files changed, 18730 insertions(+), 18688 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 c415e6f6fb2 2019-01-15 Richard Biener <rguenther(a)suse.de>
new 9d1cdb749a1 PR inline-asm/52813 revisited
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 | 10 ++++++++++
gcc/c-family/ChangeLog | 5 +++++
gcc/c-family/c.opt | 4 ++--
gcc/cfgexpand.c | 16 ++++++++++------
gcc/common.opt | 4 ++++
gcc/d/ChangeLog | 5 +++++
gcc/d/lang.opt | 2 +-
gcc/doc/extend.texi | 9 +++++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr52813.c | 3 ++-
10 files changed, 54 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.