This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards 66756f1f 0: update: binutils-gcc-glibc-llvm: -1
new 487dd81e 0: update: binutils-gcc-glibc-llvm: -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 (66756f1f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-release-arm-spe [...]
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 | 171 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10536 +-
.../console.log | 17226 +--
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 37607 +++---
.../console.log | 45753 ++++---
08-build_llvm-true/console.log | 11896 +-
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 4 +-
09-benchmark/console.log | 110 +-
console.log | 124047 +++++++++---------
jenkins/manifest.sh | 14 +-
13 files changed, 124043 insertions(+), 124053 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-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 6020da83 0: update: llvm-linux: boot
new d1b31ad2 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 (6020da83)
\
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 | 162 +-
02-build_llvm/console.log | 12173 +-
03-build_linux/console.log | 664460 ++++++++++++++++++-------------------
04-boot_linux/console.log | 436 +-
06-update_baseline/console.log | 8 +-
console.log | 678507 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 677794 insertions(+), 677960 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 515eefeb33f [RISCV] Split SP adjustment to reduce the offset of callee [...]
new 21ddb432f74 [JITLink] Switch from an atom-based model to a "blocks and [...]
new 06596b06697 gn build: Merge r373689
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:
.../llvm/ExecutionEngine/JITLink/EHFrameSupport.h | 2 +-
include/llvm/ExecutionEngine/JITLink/JITLink.h | 1244 +++++++++++---------
.../ExecutionEngine/JITLink/JITLinkMemoryManager.h | 17 +-
.../JITLink/BasicGOTAndStubsBuilder.h | 35 +-
lib/ExecutionEngine/JITLink/CMakeLists.txt | 2 +-
lib/ExecutionEngine/JITLink/EHFrameSupport.cpp | 195 ++-
lib/ExecutionEngine/JITLink/EHFrameSupportImpl.h | 50 +-
lib/ExecutionEngine/JITLink/JITLink.cpp | 150 ++-
lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp | 372 +++---
lib/ExecutionEngine/JITLink/JITLinkGeneric.h | 183 ++-
.../JITLink/JITLinkMemoryManager.cpp | 17 +-
.../JITLink/MachOAtomGraphBuilder.cpp | 412 -------
.../JITLink/MachOAtomGraphBuilder.h | 138 ---
.../JITLink/MachOLinkGraphBuilder.cpp | 535 +++++++++
.../JITLink/MachOLinkGraphBuilder.h | 269 +++++
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp | 261 ++--
lib/ExecutionEngine/Orc/Core.cpp | 21 +-
lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp | 176 ++-
.../JITLink/X86/MachO_zero_fill_alignment.s | 10 +-
tools/llvm-jitlink/llvm-jitlink-macho.cpp | 139 ++-
tools/llvm-jitlink/llvm-jitlink.cpp | 108 +-
tools/llvm-jitlink/llvm-jitlink.h | 2 +-
.../ExecutionEngine/JITLink/JITLinkTestCommon.cpp | 26 +-
.../ExecutionEngine/JITLink/JITLinkTestCommon.h | 68 +-
.../ExecutionEngine/JITLink/MachO_x86_64_Tests.cpp | 117 +-
.../llvm/lib/ExecutionEngine/JITLink/BUILD.gn | 2 +-
26 files changed, 2418 insertions(+), 2133 deletions(-)
delete mode 100644 lib/ExecutionEngine/JITLink/MachOAtomGraphBuilder.cpp
delete mode 100644 lib/ExecutionEngine/JITLink/MachOAtomGraphBuilder.h
create mode 100644 lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
create mode 100644 lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
--
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-release-aarch64-next-allmodconfig
in repository toolchain/ci/gcc.
from bab49f3811b Daily bump.
adds 4c35a88fc1c Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9579b3d1 2: update: binutils-gcc-linux: 18937
new 867fb0c9 2: update: binutils-gcc-linux: 18950
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 (9579b3d1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 220 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 10732 +++++++--------
04-build_abe-stage1/console.log | 14007 +++++++++----------
05-build_linux/console.log | 698 +-
07-check_regression/console.log | 18 +-
08-update_baseline/console.log | 36 +-
console.log | 26139 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
10 files changed, 26154 insertions(+), 26132 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-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards afad75d2 0: update: llvm-linux: boot
new e7a29e76 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 (afad75d2)
\
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 | 68 +-
02-build_llvm/console.log | 12237 +++++++++++++++++-----------------
03-build_linux/console.log | 720 +-
04-boot_linux/console.log | 352 +-
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 14 +-
console.log | 13407 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 13331 insertions(+), 13497 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.