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-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 0e290772cd Automatic date update in version.in
adds e7b681f1c6 Automatic date update in version.in
new 82cb27ff6b Remove redundant assignment from dwarf2_find_containing_comp_unit
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 +-
gdb/ChangeLog | 5 +++++
gdb/dwarf2read.c | 1 -
3 files changed, 6 insertions(+), 2 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d130d9b 0: good: binutils-gcc-linux: all
new e97072b 0: good: 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 (d130d9b)
\
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 | 25 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4122 +++---
4-build_abe-stage1/console.log | 5370 ++++---
5-build_linux/console.log | 19065 ++++++++++++-------------
6-boot_linux/console.log | 2 +-
console.log | 28536 ++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 27637 insertions(+), 29501 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7813263 0: good: llvm-linux: all
new c9a3dcd 0: good: 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 (7813263)
\
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 9213 ++++++++++++++++++++--------------------
3-build_linux/console.log | 21 +-
4-boot_linux/console.log | 2 +-
console.log | 9250 +++++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
6 files changed, 9260 insertions(+), 9248 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 ca9c63cecee [X86] Extend widening comparison test.
new d891699e6f7 Detect malformed LC_LINKER_COMMANDs in Mach-O binaries
new b11ac3d4e1a [coroutines][PR40979] Ignore unreachable uses across suspen [...]
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/Object/MachOObjectFile.cpp | 4 ++
lib/Transforms/Coroutines/CoroSplit.cpp | 2 +
.../{phi-coro-end.ll => coro-frame-unreachable.ll} | 44 +++++++++++----------
.../X86/Inputs/macho-invalid-linker-command | Bin 0 -> 908 bytes
test/tools/llvm-objdump/X86/malformed-machos.test | 17 ++++----
5 files changed, 39 insertions(+), 28 deletions(-)
copy test/Transforms/Coroutines/{phi-coro-end.ll => coro-frame-unreachable.ll} (54%)
create mode 100644 test/tools/llvm-objdump/X86/Inputs/macho-invalid-linker-command
--
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 3fe5ea0a8 Makefile.rules: Upstream SDKROOT handling code for Darwin.
new 050608db1 Fix a crasher in StackFrame::GetValueForVariableExpressionPath()
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:
.../var_path}/Makefile | 0
.../test/functionalities/var_path/TestVarPath.py | 103 +++++++++++++++++++++
.../test/functionalities/var_path/main.cpp | 15 +++
source/Target/StackFrame.cpp | 7 +-
4 files changed, 124 insertions(+), 1 deletion(-)
copy packages/Python/lldbsuite/test/{api/check_public_api_headers => functionaliti [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/var_path/TestVarPath.py
create mode 100644 packages/Python/lldbsuite/test/functionalities/var_path/main.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 master
in repository llvm.
from 1b9ddbde026 [NFC][PowerPC] Add comment for PPCAsmPrinter::printOperand
new ca9c63cecee [X86] Extend widening comparison test.
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:
test/CodeGen/X86/widen_compare-1.ll | 33 ++++++++++++++++++++++++++++++---
1 file changed, 30 insertions(+), 3 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 62a013a 0: good: llvm-linux: 16
new 05da230 0: good: 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 (62a013a)
\
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:
1-reset_artifacts/console.log | 68 +-
2-build_llvm/console.log | 10490 +++++++++++++++++++-------------------
3-build_linux/console.log | 55 +-
5-check_regression/console.log | 2 +-
6-update_baseline/console.log | 4 +-
console.log | 10619 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 6 +-
7 files changed, 10629 insertions(+), 10615 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 4e3754ce697 [DAG] Move SetCC NaN handling into FoldSetCC
new 905c1b120c7 [Utils] Extract EliminateUnreachableBlocks (NFC)
new 0280621b312 [DAG] FoldSetCC - reuse valuetype + ensure its simple.
new 1b9ddbde026 [NFC][PowerPC] Add comment for PPCAsmPrinter::printOperand
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:
include/llvm/Transforms/Utils/BasicBlockUtils.h | 6 +++
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 7 ++-
lib/CodeGen/UnreachableBlockElim.cpp | 25 +---------
lib/Target/PowerPC/PPCAsmPrinter.cpp | 8 ++-
lib/Transforms/Utils/BasicBlockUtils.cpp | 22 ++++++++
unittests/Transforms/Utils/BasicBlockUtilsTest.cpp | 58 ++++++++++++++++++++++
6 files changed, 97 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.