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-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 17b78307 4: good: llvm-linux: 17560
new a924d645 4: good: llvm-linux: 17560
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 (17b78307)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 11505 ++++++++++++------------
03-build_linux/console.log | 6786 +++++++-------
console.log | 18457 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
5 files changed, 18488 insertions(+), 18434 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 2d966236 2: good: llvm-linux: 5372
new d8ec96d7 2: good: llvm-linux: 5372
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 (2d966236)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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-build_llvm/console.log | 11387 +++++++++++++++++----------------
03-build_linux/console.log | 1798 +++---
06-update_baseline/console.log | 76 +-
console.log | 13389 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 13384 insertions(+), 13402 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 f16fe4c53fd [LLVM-C] Add Section and Symbol Iterator Accessors for Obje [...]
new 5aa20826587 [LLVM-C] Add Bindings to Access an Instruction's DebugLoc
new 1642cf11e5c [LLVM-C] Correct The Current Debug Location Accessors
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:
include/llvm-c/Core.h | 35 ++++++++++++++++++++++++++++++++++-
include/llvm-c/DebugInfo.h | 16 ++++++++++++++++
lib/IR/Core.cpp | 12 +++++++++++-
lib/IR/DebugInfo.cpp | 11 +++++++++++
4 files changed, 72 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-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards a5fb0459 0: good: binutils-gcc-linux: boot
new cce6e052 0: good: 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 (a5fb0459)
\
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:
01-reset_artifacts/console.log | 162 +-
02-prepare_abe/console.log | 70 +-
03-build_abe-binutils/console.log | 10621 +++----
04-build_abe-stage1/console.log | 19219 ++++++------
05-build_linux/console.log | 27931 ++++++++---------
06-boot_linux/console.log | 394 +-
console.log | 58432 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 59019 insertions(+), 57822 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 da7a8456ae3 [X86] Fix a dangling StringRef issue introduced in r358029.
new f16fe4c53fd [LLVM-C] Add Section and Symbol Iterator Accessors for Obje [...]
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:
include/llvm-c/Object.h | 74 +++++++++++++++++++++++++++++++++++++++-------
lib/Object/Object.cpp | 28 ++++++++++++++++++
tools/llvm-c-test/object.c | 52 +++++++++++++++++++-------------
3 files changed, 122 insertions(+), 32 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 e6e85671777 [AArch64][GlobalISel] Add isel support for vector G_ICMP an [...]
new da7a8456ae3 [X86] Fix a dangling StringRef issue introduced in r358029.
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:
lib/Target/X86/AsmParser/X86AsmParser.cpp | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.