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_build/master-aarch64
in repository toolchain/ci/glibc.
from d8e7d06381 bench-math: Sort and put each bench per line
adds bad852b61b x86: Replace sse2 instructions with avx in memcmp-evex-movbe.S
No new revisions were added by this update.
Summary of changes:
sysdeps/x86_64/multiarch/memcmp-evex-movbe.S | 4 ++--
1 file 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_build/master-aarch64
in repository toolchain/ci/gcc.
from 36051875168 x86_64: Add insn patterns for V1TI mode logic operations.
adds d891ab1bc87 Move bind-c-intent-out-2.f90 to gfortran.dg/ubsan
adds e3725624ec0 cleanup compute_points_to_sets
adds 710d9ad5a25 config/i386: Commentary typo fix
adds a350f56f063 Daily bump.
adds dfe1ac896af doc: Remove details around Itanium on GNU/Linux and Windows
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 15 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/x86-tune-sched-bd.c | 2 +-
gcc/doc/install.texi | 11 -----------
gcc/testsuite/ChangeLog | 17 +++++++++++++++++
.../gfortran.dg/{ => ubsan}/bind-c-intent-out-2.f90 | 0
gcc/tree-ssa-structalias.c | 12 ++++++++----
7 files changed, 42 insertions(+), 17 deletions(-)
rename gcc/testsuite/gfortran.dg/{ => ubsan}/bind-c-intent-out-2.f90 (100%)
--
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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 0dfb49bd 0: update: binutils-gcc-linux-glibc-gdb: 6
new a92119e2 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (0dfb49bd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 1524 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 52136 -> 52876 bytes
05-build_abe-gcc/console.log.xz | Bin 210968 -> 209436 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 8956 -> 8896 bytes
08-build_abe-glibc/console.log.xz | Bin 237500 -> 237188 bytes
09-build_abe-gdb/console.log.xz | Bin 45792 -> 46008 bytes
10-check_regression/console.log.xz | Bin 416 -> 420 bytes
11-update_baseline/console.log | 26 +++++++++++++-------------
jenkins/manifest.sh | 22 +++++++++++-----------
11 files changed, 24 insertions(+), 24 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-release-arm-mainline-allnoconfig
in repository toolchain/ci/llvm-project.
from 8a93745a7121 Remove "In Progress" text from release notes
adds 1a40203f8e94 workflows: Update lldb workaround to latest version of Mac OS X
adds 0a5ae011cd23 [HIP] Fix test rcom-detect.hip
adds a797306b7721 [clang-format] [PR51640] - New AfterEnum brace wrapping ch [...]
adds 30c05f43b662 [runtimes] Properly handle the sysroot/triple/gcc-toolchain
adds 2ac023cd540a [clang] Omit most AttributedStatements from the CFG
adds 914355ee793c [CMake] Re-enable use --gc-sections on OpenBSD
adds 47f53eec6485 [Mips] Add glue between CopyFromReg, CopyToReg and RDHWR n [...]
adds 3ee9a2b63cfd [Support][mips] Remove unnecessary includes from Memory.inc
adds 73daeb3d507f [CUDA] Make sure <string.h> is included with original __TH [...]
No new revisions were added by this update.
Summary of changes:
.github/workflows/lldb-tests.yml | 2 +-
clang/lib/Analysis/CFG.cpp | 32 ++-
clang/lib/Format/TokenAnnotator.cpp | 42 +++-
clang/lib/Format/UnwrappedLineParser.cpp | 5 +-
clang/lib/Headers/__clang_cuda_runtime_wrapper.h | 6 +-
clang/test/Driver/rocm-detect.hip | 3 +-
clang/test/SemaCXX/switch-implicit-fallthrough.cpp | 4 +
clang/test/SemaCXX/unreachable-code.cpp | 22 +++
clang/unittests/Format/FormatTest.cpp | 11 +-
clang/unittests/Format/FormatTestCSharp.cpp | 214 +++++++++++++++++++++
libcxx/CMakeLists.txt | 19 +-
libcxxabi/CMakeLists.txt | 21 +-
libunwind/CMakeLists.txt | 17 +-
llvm/cmake/modules/AddLLVM.cmake | 2 +-
llvm/lib/Support/Unix/Memory.inc | 8 -
llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 7 +-
llvm/test/CodeGen/Mips/tls-static.ll | 4 +-
17 files changed, 359 insertions(+), 60 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.