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-release-arm-mainline-allnoconfig
in repository toolchain/ci/llvm-project.
from 90c78073f73 Linker/module-max-warn.ll: Fix test to be compatible with W [...]
adds da883d2c3b2 [clangd] Expose Code Completion score to the client
No new revisions were added by this update.
Summary of changes:
clang-tools-extra/clangd/CodeComplete.cpp | 2 ++
clang-tools-extra/clangd/Protocol.cpp | 1 +
clang-tools-extra/clangd/Protocol.h | 7 +++++++
clang-tools-extra/clangd/test/completion-auto-trigger.test | 3 +++
clang-tools-extra/clangd/test/completion-snippets.test | 1 +
clang-tools-extra/clangd/test/completion.test | 2 ++
clang-tools-extra/clangd/test/protocol.test | 3 +++
clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp | 2 ++
8 files changed, 21 insertions(+)
--
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-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6191a7ac 0: update: llvm-linux: all
new 24b78c41 0: update: llvm-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 (6191a7ac)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 220 +-
02-build_llvm/console.log | 12570 +++++++++++++++++------------------
03-build_linux/console.log | 676 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 16 +-
console.log | 13507 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13492 insertions(+), 13521 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-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 04efe589 0: update: llvm-linux: all
new 91c94d77 0: update: llvm-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 (04efe589)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 166 +-
02-build_llvm/console.log | 12630 +++++++++++++++++------------------
03-build_linux/console.log | 866 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13676 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 13687 insertions(+), 13679 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 releases/gcc-9
in repository gcc.
from d7ab361df60 Intrinsic macro of vpshr* and vpshl* lack a closing parenth [...]
new c6480e01fc5 middle-end/92674 delay purging EH edges when folding during [...]
new 4230afc0f4f tree-optimization/92704 fix ifcvt ICE with loops without stores
new 794bb8c2f5d debug/92763 keep DIEs that might be used in DW_TAG_inlined_ [...]
new 3bcda566d6f middle-end/93054 deal with undefs in call gimplification
new 03d2b1d7974 tree-optimization/93439 move clique bookkeeping to OMP expansion
The 5 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 | 51 ++++++++++++++++++++++++++
gcc/dwarf2out.c | 9 ++---
gcc/gimplify.c | 3 +-
gcc/testsuite/ChangeLog | 32 ++++++++++++++++
gcc/testsuite/g++.dg/debug/pr92763.C | 20 ++++++++++
gcc/testsuite/gcc.dg/pr93054.c | 10 +++++
gcc/testsuite/gcc.dg/torture/pr92704.c | 24 ++++++++++++
gcc/testsuite/gfortran.dg/graphite/pr93439.f90 | 21 +++++++++++
gcc/tree-cfg.c | 17 +++++++++
gcc/tree-if-conv.c | 9 +++++
gcc/tree-inline.c | 44 +++++++++++++++-------
gcc/tree-parloops.c | 1 -
12 files changed, 220 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/pr92763.C
create mode 100644 gcc/testsuite/gcc.dg/pr93054.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr92704.c
create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr93439.f90
--
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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 234a2041 0: update: binutils-gcc-linux: boot
new 46991422 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 (234a2041)
\
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:
01-reset_artifacts/console.log | 170 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11905 +++++++-------
04-build_abe-stage1/console.log | 15391 +++++++++---------
05-build_linux/console.log | 2820 ++--
06-boot_linux/console.log | 404 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 31138 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 31169 insertions(+), 31113 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 binutils-gdb.
from 258bf0ee374 [gdb] Speedup lnp_state_machine::handle_special_opcode
new a9b34532453 Fix argv[] in programs invoked by gdbserver on MS-Windows
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:
gdbserver/ChangeLog | 7 +++++++
gdbserver/win32-low.cc | 44 ++++++++++++++++++++++++++------------------
2 files changed, 33 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.