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-O2_LTO
in repository toolchain/ci/base-artifacts.
discards c21d63cc 0: update: binutils-79b377b3cf3a0e71e1e4710c4ee1e65e7a27a5d4: 0
new c71233b9 0: init: 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 (c21d63cc)
\
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 | 235 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11659 ++--
04-build_abe-stage1/console.log | 15354 ++---
05-build_abe-linux/console.log | 319 +-
06-build_abe-glibc/console.log | 39871 ++++++------
07-build_abe-stage2/console.log | 40537 ++++++------
08-build_llvm-true/console.log | 11864 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 17 +-
09-benchmark/console.log | 275 +-
10-check_regression/console.log | 48 +-
11-update_baseline/console.log | 58 +-
console.log | 120658 ++++++++++++++++++-----------------
jenkins/manifest.sh | 27 +-
results.csv | 1 -
results_id | 2 +-
17 files changed, 121787 insertions(+), 119578 deletions(-)
delete mode 100644 results.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 lldb.
from b9bd853ca [Target] Use llvm::scope_exit to restore m_suppress_stop_hook [...]
new bc2967e38 Add support to read aux vector values
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/lldb/Host/common/NativeProcessProtocol.h | 4 +
include/lldb/Target/Process.h | 4 +-
.../Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h | 108 ---------------------
.../DynamicLoader/POSIX-DYLD/CMakeLists.txt | 2 +-
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 26 +++--
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 1 +
source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 4 +-
source/Plugins/Process/FreeBSD/ProcessFreeBSD.h | 2 +-
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 15 +++
source/Plugins/Process/Linux/NativeProcessLinux.h | 4 +
.../POSIX-DYLD => Process/Utility}/AuxVector.cpp | 97 +++++-------------
source/Plugins/Process/Utility/AuxVector.h | 73 ++++++++++++++
source/Plugins/Process/Utility/CMakeLists.txt | 1 +
source/Plugins/Process/elf-core/ProcessElfCore.cpp | 4 +-
source/Plugins/Process/elf-core/ProcessElfCore.h | 2 +-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 4 +-
.../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 2 +-
source/Target/Process.cpp | 2 +-
18 files changed, 149 insertions(+), 206 deletions(-)
delete mode 100644 source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h
rename source/Plugins/{DynamicLoader/POSIX-DYLD => Process/Utility}/AuxVector.cpp (53%)
create mode 100644 source/Plugins/Process/Utility/AuxVector.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.
unknown user pushed a change to branch master
in repository libcxx.
from 20e25e007 Check in test that demonstrates ABI break for std::function.
new 88b46e4a1 XFAIL a couple of tests on apple-clang-9.1, which is a compil [...]
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/std/containers/associative/map/map.cons/deduct.fail.cpp | 2 +-
test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp | 2 +-
test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp | 3 ++-
3 files changed, 4 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 gcc.
from be63b32a65f * MAINTAINERS (Write After Approval): Add myself.
new d108f845e22 * config/mips/mips.c (mips_final_postscan_insn): Modify ca [...]
new a7e95895e31 removed extra .com, fixed e-mail.
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:
ChangeLog | 2 +-
gcc/ChangeLog | 6 +++
gcc/config/mips/mips.c | 16 ++++++--
gcc/testsuite/ChangeLog | 5 +++
.../gcc.target/mips/data-sym-multi-pool.c | 45 ++++++++++++++++++++++
gcc/testsuite/gcc.target/mips/data-sym-pool.c | 5 +--
6 files changed, 72 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/mips/data-sym-multi-pool.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.