This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 4b3c970d [clangd] Handle unresolved scope specifier when fixing includes.
new 667d3d65 [clangd] Add an option in the code to not display number of fixes
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:
clangd/Diagnostics.cpp | 6 +++---
clangd/Diagnostics.h | 4 ++++
2 files changed, 7 insertions(+), 3 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-aarch64-lts-allmodconfig
in repository toolchain/ci/gcc.
from bc9ba4e2a03 Daily bump.
adds 6b22e790869 Daily bump.
adds 5369fb96af8 PR middle-end/89303 * g++.dg/torture/pr89303.C: Move ever [...]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/g++.dg/torture/pr89303.C | 56 +++++++++++++++++-----------------
3 files changed, 35 insertions(+), 29 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-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards da43ca850c 0: last-good: binutils-gcc-linux: all
new d78b7d5db2 0: last-good: binutils-gcc-linux: 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 (da43ca850c)
\
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 | 15 +-
2-prepare_abe/console.log | 5 +-
3-build_abe-binutils/console.log | 4006 +++++++++---------
4-build_abe-stage1/console.log | 3806 ++++++++---------
5-count_linux_objs/console.log | 391 +-
console.log | 8319 +++++++++++++++++---------------------
jenkins/manifest.sh | 10 +-
7 files changed, 7317 insertions(+), 9235 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 47f8b7cd251 GlobalISel: Implement moreElementsVector for bit ops
new f8fa4080b9d [X86][AVX] Update VBROADCAST folds to always use v2i64 X86vzload
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/Target/X86/X86InstrAVX512.td | 4 ++--
lib/Target/X86/X86InstrSSE.td | 2 +-
test/CodeGen/X86/insertelement-shuffle.ll | 3 +--
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 3 +--
test/CodeGen/X86/vector-shuffle-combining-avx512bw.ll | 3 +--
5 files changed, 6 insertions(+), 9 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 clang.
from 283f308bdb [OpenCL] Change type of block pointer for OpenCL
new 238a43704c [OpenMP 5.0] Parsing/sema support for map clause with mapper [...]
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:
include/clang/AST/DeclOpenMP.h | 2 +-
include/clang/AST/OpenMPClause.h | 552 ++++++++++++---------
include/clang/Basic/DiagnosticParseKinds.td | 2 +-
include/clang/Basic/DiagnosticSemaKinds.td | 2 +
include/clang/Basic/OpenMPKinds.def | 1 +
include/clang/Parse/Parser.h | 8 +-
include/clang/Sema/Sema.h | 35 +-
lib/AST/OpenMPClause.cpp | 218 ++++----
lib/Parse/ParseOpenMP.cpp | 83 +++-
lib/Sema/SemaOpenMP.cpp | 331 ++++++++----
lib/Sema/SemaTemplateInstantiateDecl.cpp | 16 +-
lib/Sema/TreeTransform.h | 106 ++--
lib/Serialization/ASTReader.cpp | 70 +--
lib/Serialization/ASTWriter.cpp | 4 +
test/OpenMP/declare_mapper_ast_print.c | 8 +
test/OpenMP/declare_mapper_ast_print.cpp | 41 +-
test/OpenMP/declare_mapper_codegen.cpp | 66 +++
test/OpenMP/declare_mapper_messages.c | 15 +
test/OpenMP/declare_mapper_messages.cpp | 23 +
test/OpenMP/target_map_messages.cpp | 16 +-
test/OpenMP/target_parallel_for_map_messages.cpp | 4 +-
.../target_parallel_for_simd_map_messages.cpp | 4 +-
test/OpenMP/target_parallel_map_messages.cpp | 4 +-
test/OpenMP/target_simd_map_messages.cpp | 4 +-
.../target_teams_distribute_map_messages.cpp | 4 +-
..._teams_distribute_parallel_for_map_messages.cpp | 4 +-
...s_distribute_parallel_for_simd_map_messages.cpp | 4 +-
.../target_teams_distribute_simd_map_messages.cpp | 4 +-
test/OpenMP/target_teams_map_messages.cpp | 4 +-
29 files changed, 1044 insertions(+), 591 deletions(-)
create mode 100644 test/OpenMP/declare_mapper_codegen.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.
unknown user pushed a change to branch master
in repository llvm.
from ee8e40b4f15 Cast from SDValue directly instead of superfluous getNode(). NFCI.
new 87f5caf3557 [yaml2obj][obj2yaml] Remove section type range markers from [...]
new 47f8b7cd251 GlobalISel: Implement moreElementsVector for bit ops
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:
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h | 5 +
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 5 +
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 40 ++++
lib/ObjectYAML/ELFYAML.cpp | 4 +-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 20 ++
.../AMDGPU/GlobalISel/artifact-combiner-zext.mir | 17 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir | 227 +++++++++++++++-----
test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir | 235 +++++++++++++++++++--
test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir | 235 +++++++++++++++++++--
test/tools/obj2yaml/section-type.yaml | 28 +++
test/tools/yaml2obj/section-type.yaml | 27 +++
.../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 40 ++++
12 files changed, 788 insertions(+), 95 deletions(-)
create mode 100644 test/tools/obj2yaml/section-type.yaml
create mode 100644 test/tools/yaml2obj/section-type.yaml
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from e05d0df jenkins-helpers.sh: Remove stale locks in git repos.
new 76e0bb5 round-robin.sh: Fix rsync in update_baseline.
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:
round-robin.sh | 10 +++++++---
1 file changed, 7 insertions(+), 3 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards e1b83ef378 0: last-good: llvm-linux: all
new d4d0bef818 0: last-good: llvm-linux: 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 (e1b83ef378)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 17 +-
2-build_llvm/console.log | 8847 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 78 +-
console.log | 8942 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
5 files changed, 8965 insertions(+), 8933 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.