This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 350d1e978c Revert r350648: "Fix clang for r350647: Missed a function rename"
new 6004d6a892 Fix typo in comment
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/Sema/Sema.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.
unknown user pushed a change to branch master
in repository gcc.
from fd87572ba58 [Aarch64][SVE] Add copysign and xorsign support
new 970b326036a [AArch64, 1/6] Enable ARMv8.5-A in gcc
new 3a861b7b9e2 [AArch64, 2/6] Add new arch command line feaures from ARMv8.5-A
new 249c2fa7cfa [AArch64, 3/6] Restrict indirect tail calls to x16 and x17
new db43f74e727 [AArch64, 4/6] Enable BTI: Add new <type> to -mbranch-protection.
The 4 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/ChangeLog | 42 ++++++++++++++++++
gcc/config/aarch64/aarch64-arches.def | 1 +
gcc/config/aarch64/aarch64-option-extensions.def | 15 +++++++
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64.c | 55 ++++++++++++++++--------
gcc/config/aarch64/aarch64.h | 21 ++++++++-
gcc/config/aarch64/aarch64.md | 3 ++
gcc/config/aarch64/aarch64.opt | 3 ++
gcc/doc/invoke.texi | 29 ++++++++++++-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/aarch64/test_frame_17.c | 15 ++++++-
11 files changed, 168 insertions(+), 22 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 6a6ade9f590 Fix failing prettyprinter test
new fd87572ba58 [Aarch64][SVE] Add copysign and xorsign support
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:
gcc/ChangeLog | 5 ++
gcc/config/aarch64/aarch64-sve.md | 54 ++++++++++++++++
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/gcc.target/aarch64/sve/copysign_1.c | 41 ++++++++++++
.../gcc.target/aarch64/sve/copysign_1_run.c | 72 ++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/sve/xorsign_1.c | 37 +++++++++++
.../gcc.target/aarch64/sve/xorsign_1_run.c | 72 ++++++++++++++++++++++
7 files changed, 290 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/copysign_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/copysign_1_run.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/xorsign_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/xorsign_1_run.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 llvm.
from c547d68a568 Revert r350647: "[NewPM] Port tsan"
new e3e2923a39c [AMDGPU] Fix DPP combiner
new 7d03bc32b05 [X86][SSE] Cleanup shuffle combining test check prefixes
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/TargetInstrInfo.h | 7 +
lib/Target/AMDGPU/GCNDPPCombine.cpp | 207 +++--
lib/Target/AMDGPU/SIInstrInfo.cpp | 26 +
lib/Target/AMDGPU/SIInstrInfo.h | 6 +
test/CodeGen/AMDGPU/dpp_combine.ll | 185 -----
test/CodeGen/AMDGPU/dpp_combine.mir | 525 ++++++++++++
test/CodeGen/AMDGPU/dpp_combine_subregs.mir | 143 ----
test/CodeGen/X86/vector-shuffle-combining-avx.ll | 465 ++++-------
.../X86/vector-shuffle-combining-avx512bw.ll | 916 ++++++++-------------
.../X86/vector-shuffle-combining-avx512bwvl.ll | 88 +-
.../X86/vector-shuffle-combining-avx512vbmi.ll | 129 +--
test/CodeGen/X86/vector-shuffle-combining-sse41.ll | 10 +-
test/CodeGen/X86/vector-shuffle-combining-sse4a.ll | 32 +-
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 22 +-
test/CodeGen/X86/vector-shuffle-combining-xop.ll | 416 ++++------
test/CodeGen/X86/vector-shuffle-combining.ll | 84 +-
16 files changed, 1522 insertions(+), 1739 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/dpp_combine.ll
create mode 100644 test/CodeGen/AMDGPU/dpp_combine.mir
delete mode 100644 test/CodeGen/AMDGPU/dpp_combine_subregs.mir
--
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-tools-extra.
from c463301b Fix clang-tidy test after r350714. NFC
new 4829b642 [clangd] Add a test for SignatureHelp on dynamic index.
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:
unittests/clangd/CodeCompleteTests.cpp | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
--
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-master-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 3b54a4aaf gcc-9af706c2d125a41809efb1387783cbd7b1e4220a: all
new 2f3f82a89 linux-a88cc8da0279f8e481b0d90e51a0a1cffac55906: 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 (3b54a4aaf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 88 +-
3-build_abe-binutils/console.log | 4084 +++---
4-build_abe-stage1/console.log | 5567 ++++----
5-count_linux_objs/console.log | 17153 ++++++++++++------------
console.log | 26606 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 27048 insertions(+), 26472 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-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ebf536bb5 gcc-9af706c2d125a41809efb1387783cbd7b1e4220a: all
new 1dc4b26da binutils-d820d0c37beda1c29ff50bb1f2ebc1d23114d735: 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 (ebf536bb5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 78 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4065 ++--
4-build_abe-stage1/console.log | 5670 +++---
5-count_linux_objs/console.log | 26189 +++++++++-----------------
console.log | 36724 ++++++++++++++-----------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 27840 insertions(+), 44912 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 9024892e845 [X86] Enable combining shuffles to PACKSS/PACKUS for 256/51 [...]
new c547d68a568 Revert r350647: "[NewPM] Port tsan"
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/llvm/InitializePasses.h | 2 +-
include/llvm/Transforms/Instrumentation.h | 3 +
.../Transforms/Instrumentation/ThreadSanitizer.h | 19 -----
lib/Passes/PassBuilder.cpp | 1 -
lib/Passes/PassRegistry.def | 1 -
lib/Transforms/Instrumentation/Instrumentation.cpp | 2 +-
lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 97 +++++++++-------------
test/Instrumentation/ThreadSanitizer/tsan_basic.ll | 6 +-
8 files changed, 49 insertions(+), 82 deletions(-)
delete mode 100644 include/llvm/Transforms/Instrumentation/ThreadSanitizer.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.