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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 1deacad 0: update: llvm-linux: all
new 936cfa6 0: update: 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 (1deacad)
\
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 | 184 +-
02-build_llvm/console.log | 12758 +++++++++++++++++------------------
03-build_linux/console.log | 786 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 30 +-
06-update_baseline/console.log | 48 +-
console.log | 13808 ++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 13097 insertions(+), 14533 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_bmk/gnu-master-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards d0989a2 2: update: binutils-f16a9783c5f085443d806646074e9c06fdee9a88: 0
new cc0acb6 2: update: binutils-6405cd73c0d160d9b6f82744bb5510b3e101ad59: 0
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 (d0989a2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-aarch64-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 | 177 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11680 ++--
04-build_abe-stage1/console.log | 14885 ++--
05-build_abe-linux/console.log | 304 +-
06-build_abe-glibc/console.log | 38884 ++++++-----
07-build_abe-stage2/console.log | 39912 +++++------
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 23 +-
09-benchmark/console.log | 144 +-
10-check_regression/console.log | 11456 +--
11-update_baseline/console.log | 13884 ++--
console.log | 132072 ++++++++++++++++++-----------------
jenkins/manifest.sh | 10 +-
results-full.csv | 2004 +
results.csv | 220 +-
results_id | 2 +-
17 files changed, 134052 insertions(+), 132045 deletions(-)
create mode 100644 results-full.csv
--
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 5fbbf499ea8 [DebugLine] Improve path handling.
new 0867478c7ef [SLC] Dereferenceable annonation - handle valid null pointers
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/Transforms/Utils/SimplifyLibCalls.cpp | 15 +++++++++++----
test/Transforms/InstCombine/mem-deref-bytes-addrspaces.ll | 13 +++++++++++++
test/Transforms/InstCombine/mem-deref-bytes.ll | 11 ++++++++++-
3 files changed, 34 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/InstCombine/mem-deref-bytes-addrspaces.ll
--
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 libcxx.
from c31d5a4ef [libc++] Enable <chrono> ""d and ""y literals for AppleClang [...]
new 2e9bd4cf8 This commit removes std::shared_ptr::make_shared and std::sha [...]
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/memory | 370 +++++++++++++++++----------------------------------------
1 file changed, 110 insertions(+), 260 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 clang.
from 6616e2d814 [Sema][ObjC] Fix a -Wformat false positive with localizedStr [...]
new da781a67c9 [NFC][clang] Moving argument handling: Driver::BuildActions [...]
new f6a49c4be8 [CFG] Introduce CFGElementRef, a wrapper that knows it's pos [...]
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/clang/Analysis/CFG.h | 175 ++++++++++++++++++++++++++++++-
include/clang/Driver/Driver.h | 9 ++
lib/Analysis/CFG.cpp | 4 +
lib/Driver/Driver.cpp | 232 +++++++++++++++++++++--------------------
unittests/Analysis/CFGTest.cpp | 133 +++++++++++++++++++++++
5 files changed, 437 insertions(+), 116 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 libcxx.
from 757c2e9bf [libc++] Do not define _LIBCPP_CLANG_VER for non-LLVM Clang
new c31d5a4ef [libc++] Enable <chrono> ""d and ""y literals for AppleClang [...]
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/__config | 7 ++++---
.../time.cal.day/time.cal.day.nonmembers/literals.pass.cpp | 2 +-
.../time.cal.year/time.cal.year.nonmembers/literals.pass.cpp | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.