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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 21cb5cfa 0: update: llvm-linux: 16
new e520c298 0: update: llvm-linux: 16
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 (21cb5cfa)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 117 +-
02-build_llvm/console.log | 11992 +++++++++++++++++------------------
03-build_linux/console.log | 844 +--
05-check_regression/console.log | 22 +-
06-update_baseline/console.log | 28 -
console.log | 12991 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 12992 insertions(+), 13014 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 release_90
in repository clang.
from 5f5d44f02d Merging r367008: ------------------------------------------- [...]
new f95b1fc47d Merging r366878 and r367301:
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:
lib/Basic/Targets/AArch64.cpp | 16 +++++++++++-----
test/CodeGen/aarch64-sve-inline-asm.c | 13 +++++++++++++
test/Preprocessor/aarch64-target-features.c | 2 +-
3 files changed, 25 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/aarch64-sve-inline-asm.c
--
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 clang.
from 15123f1bd0 AMDGPU: Add missing builtin declarations
new 7540ebe5d9 [InstCombine] canonicalize fneg before fmul/fdiv
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/CodeGen/complex-math.c | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 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 newlib.
from 6661a6774 Align _end symbol to at least 4 in all MIPS scripts
new 23a779bf3 Cygwin: pinfo: stop remember doing reattach
new 2986a524d Cygwin: fork: attach child not before success
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:
winsup/cygwin/fork.cc | 11 +++++++++++
winsup/cygwin/sigproc.cc | 7 +++----
winsup/cygwin/spawn.cc | 4 +++-
3 files changed, 17 insertions(+), 5 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 e7d14323064 [AMDGPU] Fix for vectorizer crash with pointers of different size
new d174e9120d4 [build] Add the ability to create a symlink for lipo
new 26a43207906 [docs][FIX] Add missing word to documentation in terms of SCCs
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:
CMakeLists.txt | 3 +++
docs/CMake.rst | 4 ++++
docs/LoopTerminology.rst | 2 +-
tools/llvm-lipo/CMakeLists.txt | 4 ++++
4 files changed, 12 insertions(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from c7614775366 Add Doxygen comments to <bit> header
new d6f60d4c591 Implement "P0631R4 Math Constants" for C++20
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:
libstdc++-v3/ChangeLog | 11 ++
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/precompiled/stdc++.h | 3 +
libstdc++-v3/include/std/numbers | 142 +++++++++++++++++++++
libstdc++-v3/include/std/version | 1 +
libstdc++-v3/testsuite/26_numerics/numbers/1.cc | 99 ++++++++++++++
.../26_numerics/{endian/3.cc => numbers/2.cc} | 8 +-
.../numbers/3.cc} | 16 +--
.../numbers/nonfloat_neg.cc} | 23 ++--
10 files changed, 283 insertions(+), 22 deletions(-)
create mode 100644 libstdc++-v3/include/std/numbers
create mode 100644 libstdc++-v3/testsuite/26_numerics/numbers/1.cc
copy libstdc++-v3/testsuite/26_numerics/{endian/3.cc => numbers/2.cc} (79%)
copy libstdc++-v3/testsuite/{20_util/is_bounded_array/requirements/explicit_instan [...]
copy libstdc++-v3/testsuite/{20_util/is_bounded_array/requirements/explicit_instan [...]
--
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 b2b242f8ba7 [docs] Reword documentation in terms of SCCs not cycles
new e7d14323064 [AMDGPU] Fix for vectorizer crash with pointers of different size
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:
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 5 +++++
.../AMDGPU/vect-ptr-ptr-size-mismatch.ll | 18 ++++++++++++++++++
2 files changed, 23 insertions(+)
create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/vect-ptr-ptr-size-mi [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.