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-master-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards a45b9eab 4: update: binutils-1aa7f807d239dc32433e5f10840cdc8e80824c64: 0
discards 96222ab0 3: reset: glibc-c7e4b684e77323d1ef85dcdde8a41411ebe3b581: 0
discards 689086d3 2: update: llvm-2e418e16ddd43f763606ff88453f8f3b9c3fe135: 0
discards 393328fd 1: reset: llvm-83cca94194b14aae5e0fd8d3feca9292a631578e: 0
discards 86e81bf5 0: update: gcc-8430765bb36bb6f669fa0d1c19bb0a2744b6d2e8: 0
new 30ab645a 0: update: binutils-gcc-glibc-llvm: 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 (a45b9eab)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-aarch64- [...]
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 | 139 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 10904 +--
04-build_abe-stage1---/console.log | 15337 ++--
05-build_abe-linux/console.log | 312 +-
06-build_abe-glibc/console.log | 39824 +++++-----
07-build_abe-stage2---/console.log | 38558 +++++----
08-build_llvm-true/console.log | 11980 +--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 14 +-
09-benchmark/console.log | 158 +-
10-check_regression/console.log | 5634 +-
11-update_baseline/console.log | 21342 +++--
console.log | 144658 ++++++++++++++++++----------------
jenkins/manifest.sh | 23 +-
results-full.csv | 2079 +-
results.csv | 145 +-
results_id | 2 +-
18 files changed, 156792 insertions(+), 134737 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 f68f3663ea2 [ORC] Make sure that queries on emitted-but-not-ready symbo [...]
new b901ad6dd1a [hwasan] Fix test failure in r369721.
new c04d77bfcb2 [WebAssembly] Fix SSA rebuilding in SjLj transformation
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:
.../WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp | 7 ++-----
.../Instrumentation/HWAddressSanitizer.cpp | 5 +++--
test/CodeGen/WebAssembly/lower-em-sjlj.ll | 20 ++++++++++++++++++++
3 files changed, 25 insertions(+), 7 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 compiler-rt.
from 81b015544 [asan_symbolize] Attempt to fix build-bot failure after lates [...]
new 9497fffe8 [hwasan] Fix test failure in r369721.
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/hwasan/lit.cfg.py | 9 ++++++---
1 file changed, 6 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.
unknown user pushed a change to branch master
in repository llvm.
from 64c1a98a241 Debug Info: Support for DW_AT_export_symbols for anonymous structs
new ebaaf65942b [GlobalISel] Import patterns containing INSERT_SUBREG
new ebccbafd97e [WebAssembly] Combine emscripten SjLj tests
new 3cee2c93202 [ORC] Fix an overly aggressive assert.
new f68f3663ea2 [ORC] Make sure that queries on emitted-but-not-ready symbo [...]
The 4 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/ExecutionEngine/Orc/Core.h | 13 +-
lib/ExecutionEngine/Orc/Core.cpp | 190 +++++++++------------
.../AArch64/GlobalISel/select-concat-vectors.mir | 26 +--
test/CodeGen/AArch64/GlobalISel/select-int-ext.mir | 24 +--
.../WebAssembly/lower-em-sjlj-longjmp-only.ll | 24 ---
test/CodeGen/WebAssembly/lower-em-sjlj-sret.ll | 10 +-
test/CodeGen/WebAssembly/lower-em-sjlj.ll | 10 ++
test/CodeGen/X86/GlobalISel/select-copy.mir | 15 +-
test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir | 5 +-
test/CodeGen/X86/GlobalISel/select-ext.mir | 6 +-
test/CodeGen/X86/GlobalISel/x86_64-select-zext.mir | 15 +-
test/TableGen/GlobalISelEmitterSubreg.td | 119 +++++++++++++
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 83 +++++++++
utils/TableGen/CodeGenTarget.cpp | 40 +++++
utils/TableGen/CodeGenTarget.h | 6 +
utils/TableGen/GlobalISelEmitter.cpp | 190 ++++++++++++++++++++-
16 files changed, 591 insertions(+), 185 deletions(-)
delete mode 100644 test/CodeGen/WebAssembly/lower-em-sjlj-longjmp-only.ll
create mode 100644 test/TableGen/GlobalISelEmitterSubreg.td
--
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 7a66cb4921 Updating a test case that was missed in r369957.
new eff099ee18 Revert r369843 "[Testing] Unbreak r369830"
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/CodeGenCXX/lifetime-sanitizer.cpp | 1 -
1 file changed, 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 5c31b35808 [gdb, c++] Improve error message when using libstdcxx withou [...]
new 9aa5520697 Factor out the common code in lookup_{static,global}_symbol
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:
gdb/ChangeLog | 12 +++++++
gdb/symtab.c | 102 ++++++++++++++++++++++++++--------------------------------
2 files changed, 57 insertions(+), 57 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.