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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 65675a04 2: update: gcc-a452006ba2185a96e638ffcde5fa9a4beb77b280: 19565
new 0915873d 2: update: linux-89d8c504132e4c247707ac92d4bf6bb6607461dd: 19568
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 (65675a04)
\
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 | 129 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 9506 +++++------
04-build_abe-stage1/console.log | 19562 +++++++++++------------
05-build_linux/console.log | 918 +-
07-check_regression/console.log | 6 +-
08-update_baseline/console.log | 88 +-
console.log | 30647 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
10 files changed, 30416 insertions(+), 30878 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards ea3cb9ef 0: update: llvm-linux: boot
new bea095b1 0: update: llvm-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 (ea3cb9ef)
\
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 | 130 +-
02-build_llvm/console.log | 11642 ++++++++++++++++----------------
03-build_linux/console.log | 1796 +++--
04-boot_linux/console.log | 464 +-
06-update_baseline/console.log | 25 -
console.log | 14057 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 14036 insertions(+), 14086 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-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 56b33583 2: update: llvm-linux: 19135
new eb053898 2: update: llvm-linux: 19135
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 (56b33583)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 222 +-
02-build_llvm/console.log | 11787 ++++++++++++++---------------
03-build_linux/console.log | 3262 ++++----
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 20 +-
console.log | 15297 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 15302 insertions(+), 15300 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 08ffcb58b [Utility] Small improvements to the Broadcaster class (NFC)
new 213603d31 DWARFContext: Make loading of sections thread-safe
new 888a4836c DWARF: Implement DW_AT_signature lookup for type unit support
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:
lit/SymbolFile/DWARF/Inputs/debug-types-basic.cpp | 10 +-
.../DWARF/Inputs/debug-types-expressions.cpp | 8 ++
lit/SymbolFile/DWARF/debug-types-basic.test | 8 ++
lit/SymbolFile/DWARF/debug-types-expressions.test | 15 +++
.../DWARF/debug-types-missing-signature.test | 26 +++++
lit/SymbolFile/DWARF/debug-types-signature-loop.s | 115 +++++++++++++++++++++
lit/SymbolFile/DWARF/parallel-indexing-stress.s | 82 +++++++++++++++
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 32 +++---
source/Plugins/SymbolFile/DWARF/DWARFContext.cpp | 56 +++++-----
source/Plugins/SymbolFile/DWARF/DWARFContext.h | 31 ++++--
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp | 35 +++++--
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 6 ++
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 8 ++
source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp | 1 -
source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h | 8 ++
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 10 ++
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 8 ++
17 files changed, 386 insertions(+), 73 deletions(-)
create mode 100644 lit/SymbolFile/DWARF/debug-types-missing-signature.test
create mode 100644 lit/SymbolFile/DWARF/debug-types-signature-loop.s
create mode 100644 lit/SymbolFile/DWARF/parallel-indexing-stress.s
--
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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 456a212f 0: update: binutils-gcc-linux: boot
new bcb4ba23 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 (456a212f)
\
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 | 130 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 11142 ++++++-------
04-build_abe-stage1/console.log | 15387 +++++++++---------
05-build_linux/console.log | 2750 ++--
06-boot_linux/console.log | 416 +-
console.log | 30334 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 30298 insertions(+), 30301 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.