This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6e854573a5e Fix vectorizable_mask_load_store handling of invariant masks
new 402f565fbd8 Include phis in SLP unrolling calculation
new 0b86fa32a5d Fix an SVE failure in the Fortran matmul* tests
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:
gcc/ChangeLog | 14 +++++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/vect/slp-multitypes-13.c | 11 ++++
gcc/tree-vect-data-refs.c | 5 ++
gcc/tree-vect-slp.c | 78 +++++++++++++++++----------
5 files changed, 85 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/slp-multitypes-13.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 gcc.
from 865b21f47fe Invoke vectorizable_live_operation in a consistent way
new aa8a4b0bb66 Fix vectorizable_live_operation handling of vector booleans
new f9674f3d59b Fix type of bitstart in vectorizable_live_operation
new 6e854573a5e Fix vectorizable_mask_load_store handling of invariant masks
The 3 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 | 19 +++++++++++++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gfortran.dg/vect/mask-store-1.f90 | 11 +++++++++++
gcc/tree-vect-loop.c | 6 ++++--
gcc/tree-vect-stmts.c | 6 ++++--
5 files changed, 42 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/vect/mask-store-1.f90
--
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 lldb.
from 364c1622c Fix Linux remote debugging after r313442
new 4d0ea89c1 Use ThreadLauncher to launch TaskPool threads
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:
source/Utility/TaskPool.cpp | 13 ++++++++++++-
1 file 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 12b4f6ed486 gcc/ * omp-offload.c (oacc_xform_loop): Enable SIMD vecto [...]
new 865b21f47fe Invoke vectorizable_live_operation in a consistent way
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 | 10 +++++++++
gcc/tree-vect-stmts.c | 60 +++++++++++++++++++++++++++++----------------------
2 files changed, 44 insertions(+), 26 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-tools-extra.
from b294d892 Resubmit "[lit] Force site configs to run before source-tree [...]
new 69157d1b [clangd] Fix codeAction not decoded properly when sent from s [...]
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/Protocol.cpp | 145 ++++++++++++++++++++++++++------------------
clangd/Protocol.h | 56 +++++++++++------
clangd/ProtocolHandlers.cpp | 18 +++---
test/clangd/fixits.test | 6 ++
4 files changed, 138 insertions(+), 87 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 5a79f317ae8 Add myself to CREDITS.txt
new df2a024df20 [AArch64] Add V8_2aOps feature to Cortex-A55 and 75
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/AArch64/AArch64.td | 2 ++
test/MC/AArch64/armv8.1a-lse.s | 4 ++++
test/MC/AArch64/crc.s | 5 +++++
test/MC/AArch64/ras-extension.s | 2 ++
4 files changed, 13 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 7863128a7de [ARM] Implement isTruncateFree
new 5a79f317ae8 Add myself to CREDITS.txt
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:
CREDITS.TXT | 4 ++++
1 file changed, 4 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 80ee0e02a2a [ARM] Fix for indexed dot product instruction descriptions
new 00fb00243b8 [X86][SSE] Improve support for vselect(Cond, 0, X) -> ANDN( [...]
new 7863128a7de [ARM] Implement isTruncateFree
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/ARM/ARMISelLowering.cpp | 20 +++++++++++++++++
lib/Target/ARM/ARMISelLowering.h | 3 ++-
lib/Target/X86/X86ISelLowering.cpp | 14 ++++++++++++
test/CodeGen/X86/psubus.ll | 10 +++------
test/CodeGen/X86/vselect-zero.ll | 24 +++++++--------------
.../Transforms/SimplifyCFG/ARM/select-trunc-i64.ll | 25 ++++++++++++++++++++++
6 files changed, 72 insertions(+), 24 deletions(-)
create mode 100644 test/Transforms/SimplifyCFG/ARM/select-trunc-i64.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 70c6728fba5 [X86][SSE] Add vselect with zero tests (PR28925)
new 6ad4356f4dd [dwarfdump] Make .eh_frame an alias for .debug_frame
new 80ee0e02a2a [ARM] Fix for indexed dot product instruction descriptions
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/BinaryFormat/Dwarf.def | 2 +-
include/llvm/DebugInfo/DIContext.h | 4 +---
include/llvm/DebugInfo/DWARF/DWARFContext.h | 3 +--
lib/DebugInfo/DWARF/DWARFContext.cpp | 15 +++++++--------
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 12 +++++++++---
lib/Target/ARM/ARMInstrNEON.td | 2 +-
test/DebugInfo/dwarfdump-debug-frame-simple.test | 5 ++---
test/MC/ARM/armv8.2a-dotprod-error.s | 22 ++++++++++++++++++++++
test/MC/X86/i386-darwin-frame-register.ll | 2 +-
test/tools/dsymutil/X86/frame-1.test | 4 ++--
test/tools/dsymutil/X86/frame-2.test | 4 ++--
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 4 +++-
tools/llvm-objdump/MachODump.cpp | 5 ++---
tools/llvm-objdump/llvm-objdump.cpp | 3 +--
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 6 +++---
15 files changed, 58 insertions(+), 35 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 d7d03008038 [ARC] Check the assembler for gdwar2 support.
new 12b4f6ed486 gcc/ * omp-offload.c (oacc_xform_loop): Enable SIMD vecto [...]
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/omp-offload.c | 25 +++++++++++++++++++++++++
2 files changed, 30 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.