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-next-defconfig
in repository toolchain/ci/llvm-project.
from bfb1bd1b9906 [Clang][Sema] Avoid crashing for va_arg expressions with b [...]
adds eecd0f055baa Have lit preserve SOURCE_DATE_EPOCH
adds eaeb7dcf3249 ARM: make FastISel & GISel pass -1 to ADJCALLSTACKUP to si [...]
adds 52a400d8e4c4 [InlineCost] model calls to llvm.is.constant* more carefully
adds 9d9efb1f67ff [lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC
adds b9a243d1cac2 [Coroutines] Enhance symmetric transfer for constant CmpInst
adds 5869ea6c6254 [sanitizer] msan build fix on non linux platforms
adds fc043d8a256b Revert "[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC"
No new revisions were added by this update.
Summary of changes:
compiler-rt/lib/msan/msan_interceptors.cpp | 1 +
llvm/lib/Analysis/InlineCost.cpp | 24 ++++++
llvm/lib/Target/ARM/ARMCallLowering.cpp | 2 +-
llvm/lib/Target/ARM/ARMFastISel.cpp | 2 +-
llvm/lib/Transforms/Coroutines/CoroSplit.cpp | 98 ++++++++++++++--------
.../CodeGen/ARM/GlobalISel/arm-call-lowering.ll | 16 ++--
.../CodeGen/ARM/GlobalISel/arm-param-lowering.ll | 26 +++---
.../GlobalISel/irtranslator-varargs-lowering.ll | 8 +-
llvm/test/CodeGen/ARM/fast-call-frame-restore.ll | 19 +++++
.../Transforms/Coroutines/coro-split-musttail4.ll | 65 ++++++++++++++
.../Inline/call-intrinsic-is-constant.ll | 39 +++++++++
llvm/utils/lit/lit/TestingConfig.py | 2 +-
12 files changed, 239 insertions(+), 63 deletions(-)
create mode 100644 llvm/test/CodeGen/ARM/fast-call-frame-restore.ll
create mode 100644 llvm/test/Transforms/Coroutines/coro-split-musttail4.ll
create mode 100644 llvm/test/Transforms/Inline/call-intrinsic-is-constant.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-defconfig
in repository toolchain/ci/binutils-gdb.
from d114d4e9bc Automatic date update in version.in
adds ebadd3ef87 Automatic date update in version.in
adds eb31394c23 Automatic date update in version.in
adds 6e072dd0f1 Automatic date update in version.in
adds 1f5be5f22a 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards b19ba474 0: update: binutils-llvm-linux-qemu: boot
new 538e86aa 0: update: binutils-llvm-linux-qemu: boot
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 (b19ba474)
\
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 1564 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 42036 -> 41932 bytes
04-build_llvm/console.log.xz | Bin 58264 -> 58528 bytes
05-build_abe-qemu/console.log.xz | Bin 29816 -> 30576 bytes
06-build_linux/console.log.xz | Bin 3384 -> 3492 bytes
07-boot_linux/console.log.xz | Bin 5724 -> 5748 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 15 insertions(+), 15 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 dcf8fe1eeab libgcc: Fix __gthr_i486_lock_cmp_xchg clobber for Windows
new f4a2cecd689 i386: Improve and optimize ix86_expand_sse_movcc
new 52d28210389 libstdc++: Fix ODR issues with different -m flags
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:
gcc/config/i386/i386-expand.c | 138 ++++----
gcc/config/i386/sse.md | 2 +-
libstdc++-v3/include/experimental/bits/simd.h | 380 ++++++++++++++-------
.../include/experimental/bits/simd_builtin.h | 41 ++-
.../include/experimental/bits/simd_detail.h | 40 +++
.../include/experimental/bits/simd_fixed_size.h | 39 ++-
libstdc++-v3/include/experimental/bits/simd_math.h | 45 ++-
libstdc++-v3/include/experimental/bits/simd_neon.h | 4 +-
libstdc++-v3/include/experimental/bits/simd_ppc.h | 4 +-
.../include/experimental/bits/simd_scalar.h | 71 ++--
libstdc++-v3/include/experimental/bits/simd_x86.h | 4 +-
11 files changed, 502 insertions(+), 266 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_gnu_native_check_gdb/master-arm
in repository toolchain/ci/gdb.
from 2026dcfcc0 gdb/testsuite: enable __INTEL_LLVM_COMPILER preprocessor in [...]
adds 513569fbb7 gdb.dlang/demangle.exp: update expected output for _D8demang [...]
adds e55d9a1579 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/testsuite/gdb.dlang/demangle.exp | 2 +-
2 files changed, 2 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_gnu_native_check_gdb/master-arm
in repository toolchain/ci/linux.
from 112450df61b7 Merge branch 'i2c/for-mergewindow' of git://git.kernel.org [...]
adds 65552b02a10a xfs: take the ILOCK when readdir inspects directory mapping data
adds 4a9bca86806f xfs: fix online fsck handling of v5 feature bits on second [...]
adds a33f5c380c4b Merge tag 'xfs-5.17-merge-3' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
fs/xfs/scrub/agheader.c | 53 +++++++++++++++++++++---------------------
fs/xfs/scrub/agheader_repair.c | 12 ++++++++++
fs/xfs/xfs_dir2_readdir.c | 53 +++++++++++++++++++++++++++---------------
3 files changed, 72 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.