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-release-arm-stable-allnoconfig
in repository toolchain/ci/llvm-project.
from d218ef07a072 Re-apply the fix on DwarfEHPrepare and add a test
adds 6cf25deec7d0 [libc++] counting_semaphore should not be default-constructible.
adds 00f64ccb49d9 [libc++] Remove non-atomic "platform" semaphore implementations.
adds 216200aff268 [libc++] Fix hang in counting_semaphore::try_acquire
new ed38280d006c [ARM] Use hardware TLS register in Thumb2 mode when -mtp=c [...]
new ff2cb6e400c3 [clang] Partially revert d8cd7806310c51af912a647a6ca46de62 [...]
new d5159b99105d MLIR can't support -Bsymbolic link option, fail at CMake t [...]
The 3 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/lib/Basic/Targets/OSTargets.h | 4 +-
clang/test/Preprocessor/init.c | 2 -
libcxx/docs/ReleaseNotes.rst | 11 ++-
libcxx/include/__threading_support | 71 -----------------
libcxx/include/semaphore | 90 +++++-----------------
libcxx/src/support/win32/thread_win32.cpp | 36 ---------
.../std/thread/thread.semaphore/acquire.pass.cpp | 3 +
.../std/thread/thread.semaphore/binary.pass.cpp | 3 +
.../thread/thread.semaphore/ctor.compile.pass.cpp | 31 ++++++++
.../test/std/thread/thread.semaphore/max.pass.cpp | 7 +-
.../std/thread/thread.semaphore/release.pass.cpp | 3 +
.../thread/thread.semaphore/try_acquire.pass.cpp | 3 +
llvm/lib/Target/ARM/ARMInstrThumb.td | 1 +
llvm/lib/Target/ARM/ARMInstrThumb2.td | 3 +
llvm/test/CodeGen/ARM/readtp.ll | 2 +
llvm/test/CodeGen/ARM/thread_pointer.ll | 8 +-
mlir/CMakeLists.txt | 6 ++
17 files changed, 92 insertions(+), 192 deletions(-)
create mode 100644 libcxx/test/std/thread/thread.semaphore/ctor.compile.pass.cpp
--
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-release-arm-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 96eb21265e PR28540, segmentation fault on NULL byte_get
adds 61cf8d6174 Automatic date update in version.in
adds 6e83428eea Automatic date update in version.in
adds f728a39abc Automatic date update in version.in
adds 3f7b7aaa8a 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-release-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a35733492 0: update: binutils-llvm-linux-qemu: all
new 1caa16a13 0: update: binutils-llvm-linux-qemu: 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 (a35733492)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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.xz | Bin 1552 -> 1688 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 41752 -> 42072 bytes
04-build_llvm/console.log.xz | Bin 58076 -> 59080 bytes
05-build_abe-qemu/console.log.xz | Bin 30384 -> 30012 bytes
06-build_linux/console.log.xz | Bin 3460 -> 3480 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 11 insertions(+), 11 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 binutils-gdb.
from 603955c8de0 Automatic date update in version.in
new 9be90c6894a libctf: add CTF format specification
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:
libctf/ChangeLog | 12 +
libctf/Makefile.am | 4 +
libctf/Makefile.in | 189 ++++-
libctf/configure | 88 +-
libctf/configure.ac | 26 +-
libctf/doc/Makefile.am | 33 +
{gas => libctf}/doc/Makefile.in | 303 ++-----
libctf/doc/ctf-spec.texi | 1737 +++++++++++++++++++++++++++++++++++++++
8 files changed, 2116 insertions(+), 276 deletions(-)
create mode 100644 libctf/doc/Makefile.am
copy {gas => libctf}/doc/Makefile.in (76%)
create mode 100644 libctf/doc/ctf-spec.texi
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.