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-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards ecac8cac 0: update: gcc-e81486bd394b0a44dedb6c3e2592e13ea6d0b1a0: 1
new 8646de89 0: update: gcc-f46751d4eea7540e2a8e6601d6ed0b6122a3a973: 1
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 (ecac8cac)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 436 +-
03-build_abe-bootstrap_ubsan/console.log | 73568 ++++++++++++++--------------
06-update_baseline/console.log | 8 +-
console.log | 74140 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
6 files changed, 74291 insertions(+), 73999 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-lts-allyesconfig
in repository toolchain/ci/llvm-project.
from d7c87c72e59 Fix a link in the lld 9.0 release notes
adds cbadd0d30ca git-llvm: Update for release_90 branch
adds 966822b67f2 Bump version to 9.0.1
adds 9493ac85971 gn: Bump version to 9.0.1
No new revisions were added by this update.
Summary of changes:
libcxx/CMakeLists.txt | 2 +-
libcxxabi/CMakeLists.txt | 2 +-
libunwind/CMakeLists.txt | 2 +-
llvm/CMakeLists.txt | 2 +-
llvm/utils/git-svn/git-llvm | 6 +++---
llvm/utils/gn/secondary/llvm/version.gni | 2 +-
llvm/utils/lit/lit/__init__.py | 2 +-
llvm/utils/release/build_llvm_package.bat | 4 ++--
8 files changed, 11 insertions(+), 11 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 15690151 0: update: llvm-linux: 16
new 00dbd538 0: update: llvm-linux: 16
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 (15690151)
\
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 | 12048 ++++++++++++++++++------------------
03-build_linux/console.log | 838 ++-
06-update_baseline/console.log | 28 -
console.log | 13080 +++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
6 files changed, 13057 insertions(+), 13113 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 6e09104148b [lit] Extend internal diff to support -U
new e82847b71b8 gn build: restore tablegen restat optimization after r373664
new 83c1b78b175 Unbreak windows buildbots.
new 885227718e1 [DAGCombiner] fold select-of-constants to shift
new b03999f4534 Unbreak llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast b [...]
The 4 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 | 15 ++++++++++++---
lib/DebugInfo/GSYM/GsymCreator.cpp | 2 +-
lib/DebugInfo/GSYM/GsymReader.cpp | 1 -
test/CodeGen/X86/selectcc-to-shiftand.ll | 12 ++++--------
utils/gn/secondary/llvm/utils/TableGen/tablegen.gni | 2 ++
5 files changed, 19 insertions(+), 13 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 e4abe0c4f [test] Use a different module cache for Shell and API tests.
new 7a2173306 Implement serializing scripted breakpoints and their extra args.
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:
.../lldb/Breakpoint/BreakpointResolverScripted.h | 3 +-
.../serialize/TestBreakpointSerialization.py | 89 +++++++++++++++++++++-
.../breakpoint/serialize/resolver.py | 17 +++++
.../breakpoint/serialize/side_effect.py | 1 +
source/Breakpoint/BreakpointResolver.cpp | 3 +-
source/Breakpoint/BreakpointResolverScripted.cpp | 44 ++++-------
source/Target/Target.cpp | 3 +-
7 files changed, 123 insertions(+), 37 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/seria [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/seria [...]
--
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 6dfc004112 gdb/testsuite: Fix typos in infcall-nested-structs.c
new c2c440a903 Move declaration of varobjdebug to header
new 26344e0c53 Include gdbtk.h to avoid declarations
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:
gdb/ChangeLog | 11 +++++++++++
gdb/main.c | 7 +++----
gdb/mi/mi-cmd-var.c | 2 --
gdb/varobj.c | 2 +-
gdb/varobj.h | 5 +++++
5 files changed, 20 insertions(+), 7 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 gcc-9-branch
in repository gcc.
from c73f00e0bd6 gcc/ Backport from mainline 2019-10-10 Oleg Endo <olege [...]
new 716292941f3 PR target/92022 * config/alpha/alpha.c (alpha_handle_trap [...]
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 | 5 +++++
gcc/config/alpha/alpha.c | 3 +++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr92022.C | 13 +++++++++++++
4 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/pr92022.C
--
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 065cf229973 gn build: Merge r374381
new 183d96f73d8 [lit] Make internal diff work in pipelines
new 238c73b3ab5 [lit] Clean up internal diff's encoding handling
new b8f574b8594 [lit] Extend internal diff to support `-` argument
new 6575e39e15b gn build: merge r374381 more (effectively a no-op)
new 6e09104148b [lit] Extend internal diff to support -U
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:
.../gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn | 1 +
utils/lit/lit/TestRunner.py | 224 +---------------
utils/lit/lit/builtin_commands/diff.py | 241 +++++++++++++++++
.../tests/Inputs/shtest-shell/diff-encodings.txt | 15 ++
.../lit/tests/Inputs/shtest-shell/diff-error-0.txt | 3 -
utils/lit/tests/Inputs/shtest-shell/diff-in.bin | Bin 0 -> 26 bytes
utils/lit/tests/Inputs/shtest-shell/diff-in.utf16 | Bin 0 -> 24 bytes
utils/lit/tests/Inputs/shtest-shell/diff-in.utf8 | 3 +
utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt | 25 ++
.../tests/Inputs/shtest-shell/diff-r-error-7.txt | 2 +
.../tests/Inputs/shtest-shell/diff-r-error-8.txt | 2 +
.../lit/tests/Inputs/shtest-shell/diff-unified.txt | 38 +++
utils/lit/tests/max-failures.py | 2 +-
utils/lit/tests/shtest-shell.py | 286 ++++++++++++++++++++-
14 files changed, 601 insertions(+), 241 deletions(-)
create mode 100644 utils/lit/lit/builtin_commands/diff.py
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt
delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-0.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.bin
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.utf16
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.utf8
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-7.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-8.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-unified.txt
--
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-lts-allnoconfig
in repository toolchain/ci/llvm-project.
from d7c87c72e59 Fix a link in the lld 9.0 release notes
adds cbadd0d30ca git-llvm: Update for release_90 branch
adds 966822b67f2 Bump version to 9.0.1
adds 9493ac85971 gn: Bump version to 9.0.1
No new revisions were added by this update.
Summary of changes:
libcxx/CMakeLists.txt | 2 +-
libcxxabi/CMakeLists.txt | 2 +-
libunwind/CMakeLists.txt | 2 +-
llvm/CMakeLists.txt | 2 +-
llvm/utils/git-svn/git-llvm | 6 +++---
llvm/utils/gn/secondary/llvm/version.gni | 2 +-
llvm/utils/lit/lit/__init__.py | 2 +-
llvm/utils/release/build_llvm_package.bat | 4 ++--
8 files changed, 11 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.