This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f0244a364ab Revert "Add a value_type to ArrayRef."
new 67a8b9b97bf [X86] Remove isel patterns for using unmasked vmovdqa32/vmo [...]
new 36049c5e9c8 [X86] Use vmovdqu64/vmovdqa64 for unmasked integer vector s [...]
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:
lib/Target/X86/X86InstrAVX512.td | 55 +++++++++++--------
lib/Target/X86/X86InstrVecCompiler.td | 24 ++++----
test/CodeGen/X86/avg.ll | 12 ++--
test/CodeGen/X86/avx512-insert-extract.ll | 10 ++--
test/CodeGen/X86/avx512-insert-extract_i1.ll | 2 +-
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 6 +-
test/CodeGen/X86/avx512-shuffle-schedule.ll | 64 +++++++++++-----------
.../X86/avx512-shuffles/broadcast-vector-int.ll | 18 +++---
.../CodeGen/X86/avx512-shuffles/partial_permute.ll | 34 ++++++------
test/CodeGen/X86/avx512-shuffles/permute.ll | 32 +++++------
test/CodeGen/X86/avx512-vpternlog-commute.ll | 8 +--
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 8 +--
test/CodeGen/X86/pr34605.ll | 2 +-
.../CodeGen/X86/shuffle-strided-with-offset-512.ll | 4 +-
test/CodeGen/X86/shuffle-vs-trunc-512.ll | 8 +--
test/CodeGen/X86/vector-idiv-sdiv-512.ll | 4 +-
test/CodeGen/X86/vector-idiv-udiv-512.ll | 4 +-
test/CodeGen/X86/vector-rotate-512.ll | 4 +-
test/CodeGen/X86/vector-shift-ashr-512.ll | 2 +-
test/CodeGen/X86/vector-shift-lshr-512.ll | 2 +-
test/CodeGen/X86/vector-shuffle-512-v16.ll | 6 +-
.../X86/vector-shuffle-combining-avx512bw.ll | 12 ++--
test/CodeGen/X86/vector-shuffle-v1.ll | 6 +-
test/CodeGen/X86/x86-interleaved-access.ll | 22 ++++----
test/Transforms/LoopVectorize/X86/avx512.ll | 2 +-
25 files changed, 179 insertions(+), 172 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 4da3aa07400 [X86] Remove windows line endings from a test file. NFC
new f0244a364ab Revert "Add a value_type to ArrayRef."
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/ADT/ArrayRef.h | 1 -
unittests/ADT/ArrayRefTest.cpp | 8 --------
2 files changed, 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 gcc.
from 1423c90a669 PR go/83787 compiler: pass int to makechan, call makec [...]
new 663b0508fe1 Add myself to the MAINTAINERS file
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:
ChangeLog | 4 ++++
MAINTAINERS | 1 +
2 files changed, 5 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.
unknown user pushed a change to branch master
in repository llvm.
from f3275a04adc Don't drop dso_local in LTO.
new 4da3aa07400 [X86] Remove windows line endings from a test file. NFC
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:
.../CodeGen/X86/avx512-shuffles/partial_permute.ll | 186 ++++++++++-----------
1 file changed, 93 insertions(+), 93 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 520ca51e3a Fix Scope::dump()
new 217babe38c Revert rC322769: [RISCV] Propagate -mabi and -march values t [...]
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/Driver/ToolChains/Gnu.cpp | 12 ------------
.../riscv64-unknown-linux-gnu/bin/as | 1 -
test/Driver/riscv-gnutools.c | 14 --------------
3 files changed, 27 deletions(-)
delete mode 100644 test/Driver/Inputs/multilib_riscv_linux_sdk/riscv64-unknown-lin [...]
delete mode 100644 test/Driver/riscv-gnutools.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 lld.
from 9b1916227 Update for llvm change.
new cd21a2db3 Add a lld test for a llvm fix.
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/ELF/lto/setting-dso-local.ll | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 test/ELF/lto/setting-dso-local.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.
unknown user pushed a change to branch master
in repository llvm.
from 2871d3aefed [DAGCombiner] Add a DAG combine to turn a splat build_vecto [...]
new f3275a04adc Don't drop dso_local in LTO.
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/LTO/LTO.cpp | 3 ++-
test/LTO/Resolution/X86/setting-dso-local.ll | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 test/LTO/Resolution/X86/setting-dso-local.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.
unknown user pushed a change to branch master
in repository gcc.
from 0a82247b5bb PR testsuite/83883 * gcc.dg/tree-ssa/ssa-dse-26.c: Tighte [...]
new 1423c90a669 PR go/83787 compiler: pass int to makechan, call makec [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 4 ++++
gcc/go/gofrontend/expressions.cc | 5 ++++-
gcc/go/gofrontend/runtime.def | 3 ++-
libgo/go/runtime/chan.go | 1 +
5 files changed, 12 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.
unknown user pushed a change to branch master
in repository clang.
from 4e0630a8ca [analyzer] a few helper methods for getting and comparing sy [...]
new 520ca51e3a Fix Scope::dump()
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/Sema/Scope.cpp | 99 +++++++++++++++++++-----------------------------------
1 file changed, 35 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.