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 33115af33 Fix Mac compilation.
new eb52eec5f [Sanitizer] Intercept fdevname on FreeBSD
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:
.../sanitizer_common_interceptors.inc | 35 +++++++++++++++++
.../sanitizer_platform_interceptors.h | 1 +
.../sanitizer_common/TestCases/FreeBSD/fdevname.cc | 44 ++++++++++++++++++++++
3 files changed, 80 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/FreeBSD/fdevname.cc
--
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-stable-defconfig
in repository toolchain/binutils-gdb.
from 89e8cd357e Automatic date update in version.in
adds ee68c5f418 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 18e1b56f6 gcc-ca285bc7fe61cc3258dd7332eb37a046dd6736ee: all
new d35e3c2bd binutils-ee68c5f4184700e8fb4f3f16de5b9c0115cb5f9f: 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 (18e1b56f6)
\
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:
1-reset_artifacts/console.log | 161 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6569 ++++++++--------
4-build_abe-stage1/console.log | 8673 ++++++++++----------
5-count_linux_objs/console.log | 210 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 15643 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 15314 insertions(+), 15992 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-release-arm-mainline-allyesconfig
in repository toolchain/binutils-gdb.
from 89e8cd357e Automatic date update in version.in
adds ee68c5f418 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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/llvm-master-arm-mainline-defconfig
in repository toolchain/ci/llvm-monorepo.
from 9496c2a8b0c [NewPM] Port tsan
adds 0c36c9bcb60 Fix clang for r350647: Missed a function rename
adds f8908237505 [Sema] Teach Clang that aligned allocation is not supported [...]
adds 911a02ad6f4 Work around a linker error caused by https://reviews.llvm.o [...]
adds a142ba61df4 Convert to LLDB coding style (NFC)
adds 4d6e51bf22a [PdbAstBuilder] Remove unused functions
adds cd7e1b3aecc Revert "Work around a linker error caused by https://review [...]
adds b9906daf103 Revert "Revert "Revert "Resubmit rL345008 "Split MachinePip [...]
adds 73d9416df70 Don't write #include "Windows/WindowsSupport.h" from the Wi [...]
adds d136d84ccce [llvm-undname] Add support for demangling msvc's noexcept types.
new a74266858a8 Fix go bindings for r350647: missed a function rename
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:
clang/include/clang/Basic/AlignedAllocation.h | 4 +-
clang/lib/CodeGen/BackendUtil.cpp | 5 +-
.../test/Driver/unavailable_aligned_allocation.cpp | 8 +-
.../SemaCXX/unavailable_aligned_allocation.cpp | 12 +-
.../support.dynamic/libcpp_deallocate.sh.cpp | 8 +-
.../memory/aligned_allocation_macro.pass.cpp | 19 +-
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 14 +-
.../Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp | 17 -
llvm/bindings/go/llvm/InstrumentationBindings.cpp | 3 +-
llvm/include/llvm/CodeGen/MachinePipeliner.h | 615 ---------------------
llvm/include/llvm/Demangle/MicrosoftDemangle.h | 2 +-
.../include/llvm/Demangle/MicrosoftDemangleNodes.h | 3 +
llvm/lib/CodeGen/MachinePipeliner.cpp | 600 +++++++++++++++++++-
llvm/lib/Demangle/MicrosoftDemangle.cpp | 9 +-
llvm/lib/Demangle/MicrosoftDemangleNodes.cpp | 3 +
llvm/lib/Support/Windows/Threading.inc | 2 +-
llvm/test/Demangle/ms-cxx17-noexcept.test | 25 +
17 files changed, 676 insertions(+), 673 deletions(-)
delete mode 100644 llvm/include/llvm/CodeGen/MachinePipeliner.h
create mode 100644 llvm/test/Demangle/ms-cxx17-noexcept.test
--
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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 350d0d472 gcc-5ebed7d0054f66dd90e546b0d3f8b813fd31f8c9: all
new 7be0a2592 binutils-ee68c5f4184700e8fb4f3f16de5b9c0115cb5f9f: 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 (350d0d472)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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:
1-reset_artifacts/console.log | 92 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6374 ++++++-------
4-build_abe-stage1/console.log | 12002 ++++++++++++------------
5-count_linux_objs/console.log | 155 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18715 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 18580 insertions(+), 18806 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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 3432878aa llvm-9496c2a8b0cf39f961f28bd7c2ac7a435f312192: -10
discards a427c858a llvm-4020c4a942678a841b2c5431716546af12516994: all
new 9ecab9285 llvm-a74266858a8164cfb23d4e138cd4c7c37be0b5d1: 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 (3432878aa)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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:
1-reset_artifacts/console.log | 49 +-
2-build_llvm/build-ok | 0
2-build_llvm/console.log | 7172 ++++++++++++++++++++++++-----------
3-count_linux_objs/console.log | 813 ++++
4-check_regression/console.log | 9 +-
5-update_baseline/console.log | 28 +-
console.log | 8071 +++++++++++++++++++++++++++++-----------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 7 +-
results | 4 +
trigger-bisect-on-failure | 2 +-
12 files changed, 11871 insertions(+), 4288 deletions(-)
create mode 100644 2-build_llvm/build-ok
--
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-arm-mainline-allmodconfig
in repository toolchain/linux-next.
from 3bd6e94bec12 arch: restore generic-y += shmparam.h for some architectures
new 7b5585136713 fork: record start_time late
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:
kernel/fork.c | 13 +++++++++++--
1 file changed, 11 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-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 8ab686a6b binutils-ee68c5f4184700e8fb4f3f16de5b9c0115cb5f9f: all
new fe2d666f4 linux-7b55851367136b1efd84d98fea81ba57a98304cf: 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 (8ab686a6b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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:
1-reset_artifacts/console.log | 98 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3368 ++++++++---------
4-build_abe-stage1/console.log | 4111 ++++++++++----------
5-count_linux_objs/console.log | 129 +-
console.log | 7730 +++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 7692 insertions(+), 7764 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 f4448ba2089 [llvm-undname] Add support for demangling msvc's noexcept types.
new 8c244a62d85 Fix go bindings for r350647: missed a function rename
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:
bindings/go/llvm/InstrumentationBindings.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.