This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bfb044eaa54 [X86] Use MVT::i8 for scalar shift amounts since that is wh [...]
new 8dc6c5c5dae [X86] Remove the AsmName from the HAX,HDX,HCX,HBX,HSI,HDI,H [...]
new 16815e99bba [X86] Move the X86InstrFMA3Info class into the cpp file. Ex [...]
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/X86InstrFMA3Info.cpp | 40 +++++++++++++++++++++++++++----------
lib/Target/X86/X86InstrFMA3Info.h | 38 ++++-------------------------------
lib/Target/X86/X86InstrInfo.cpp | 6 ++----
lib/Target/X86/X86RegisterInfo.td | 18 ++++++++---------
4 files changed, 45 insertions(+), 57 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 57abb6974ee [13/n] PR85694: Try to avoid vectorising casts of invariants
new 9c133841e05 RISC-V: Add patterns to convert AND mask to two shifts.
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 | 9 ++++++++
gcc/config/riscv/predicates.md | 20 ++++++++++++++++
gcc/config/riscv/riscv.md | 32 ++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.target/riscv/shift-shift-1.c | 17 ++++++++++++++
gcc/testsuite/gcc.target/riscv/shift-shift-2.c | 29 +++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/shift-shift-3.c | 18 +++++++++++++++
7 files changed, 131 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/shift-shift-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/shift-shift-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/shift-shift-3.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 compiler-rt.
from 877d4c0b0 [asan] Use MADV_NOCORE for use_madv_dontdump on FreeBSD.
new 6758db1bf [UBsan] Enable subset of unit tests for OpenBSD
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/lit.common.cfg | 2 +-
test/ubsan/TestCases/Integer/suppressions.cpp | 2 ++
test/ubsan/TestCases/Misc/coverage-levels.cc | 2 ++
test/ubsan/TestCases/Misc/missing_return.cpp | 2 ++
test/ubsan/TestCases/Misc/monitor.cpp | 2 ++
test/ubsan/TestCases/TypeCheck/Function/function.cpp | 2 ++
test/ubsan/TestCases/TypeCheck/misaligned.cpp | 2 ++
test/ubsan/TestCases/TypeCheck/vptr.cpp | 2 ++
test/ubsan/lit.common.cfg | 2 +-
test/xray/lit.cfg | 2 +-
10 files changed, 17 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 llvm.
from 04292f96693 [X86] When combining load to BZHI, make sure we create the [...]
new bfb044eaa54 [X86] Use MVT::i8 for scalar shift amounts since that is wh [...]
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/X86ISelLowering.cpp | 10 +++++-----
1 file changed, 5 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 4d00d7aadb6 [InstCombine] add tests for negate vector with undef elts; NFC
new 04292f96693 [X86] When combining load to BZHI, make sure we create the [...]
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/X86ISelLowering.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 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 59222a5ca60 Fix Wdocumentation compiler warning. NFCI.
new 4d00d7aadb6 [InstCombine] add tests for negate vector with undef elts; 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:
test/Transforms/InstCombine/add.ll | 30 +++++++++++++++++++++++++++---
1 file changed, 27 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 gcc.
from e10293ded1f [12/n] PR85694: Rework detection of widened operations
new 57abb6974ee [13/n] PR85694: Try to avoid vectorising casts of invariants
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/testsuite/ChangeLog | 4 ++
.../gcc.dg/vect/vect-widen-mult-extern-1.c | 15 +++++++
gcc/tree-vect-loop-manip.c | 5 ++-
gcc/tree-vect-patterns.c | 49 ++++++++++++++++------
5 files changed, 68 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-widen-mult-extern-1.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 33afe624558 018-06-30 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new bf8b3614c17 [9a/n] PR85694: Reorder vect_is_simple_use arguments
new 142c320746a [9b/n] PR85694: Make vect_is_simple_use look through patter [...]
new d04bd45a419 [10/n] PR85694: Split out check for vectorizable associativ [...]
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 | 54 +++++++++
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u16b.c | 17 +--
gcc/tree-vect-loop.c | 10 +-
gcc/tree-vect-patterns.c | 153 ++++++++----------------
gcc/tree-vect-slp.c | 18 +--
gcc/tree-vect-stmts.c | 144 +++++++++-------------
gcc/tree-vectorizer.h | 8 +-
8 files changed, 190 insertions(+), 219 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 0e8ee736d5d [testsuite/guality] Don't use attribute used in pr45882.c for -O0
new 33afe624558 018-06-30 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 4 ++++
gcc/Makefile.in | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.