This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 73373f7 [X86][AVX512] Add support for VBMI VPERMV3 target shuffle combines
new d14ddee [X86][AVX512] Combine unary + zero target shuffles to VPERMV3 [...]
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 | 33 ++++++++++++++++++
.../X86/vector-shuffle-combining-avx512bw.ll | 39 ++++++++++++++++++++++
2 files changed, 72 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 zorg.
from ca39250 [AVR] Compile the X86 backend on the AVR builder
new 0bd2a53 [zorg] ClangBuilder with LLD
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:
buildbot/osuosl/master/config/builders.py | 31 +++++++++++++++++++++++++++++++
zorg/buildbot/builders/ClangBuilder.py | 16 ++++++++++++++--
2 files changed, 45 insertions(+), 2 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 ccb6a0c [X86][AVX512] Add support for VBMI VPERMV target shuffle combines
new 73373f7 [X86][AVX512] Add support for VBMI VPERMV3 target shuffle combines
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 | 4 ++-
.../X86/vector-shuffle-combining-avx512vbmi.ll | 32 ++++++++++++++++++++++
2 files changed, 35 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 0dabddb gcc/testsuite/ChangeLog:
new d040acf Simplify X /[ex] 8 == 0
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/fold-const.c | 3 +--
gcc/match.pd | 30 +++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/cmpexactdiv.c | 21 ++++++++++++++++++++
5 files changed, 61 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpexactdiv.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 c04ba41 [X86][AVX512] Add some initial VBMI target shuffle combine tests
new ccb6a0c [X86][AVX512] Add support for VBMI VPERMV target shuffle combines
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 | 4 +++-
.../X86/vector-shuffle-combining-avx512vbmi.ll | 20 ++++++++------------
2 files changed, 11 insertions(+), 13 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 de04029 [X86][AVX512VL] Removed duplicate operation action
new c04ba41 [X86][AVX512] Add some initial VBMI target shuffle combine tests
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:
.../X86/vector-shuffle-combining-avx512vbmi.ll | 131 +++++++++++++++++++++
1 file changed, 131 insertions(+)
create mode 100644 test/CodeGen/X86/vector-shuffle-combining-avx512vbmi.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 6062d7a Simplify X / X, 0 / X and X % X
new 0dabddb gcc/testsuite/ChangeLog:
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/fortran/ChangeLog | 6 ++
gcc/fortran/resolve.c | 2 +-
gcc/testsuite/ChangeLog | 5 ++
.../gfortran.dg/typebound_operator_21.f03 | 78 ++++++++++++++++++++++
4 files changed, 90 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/typebound_operator_21.f03
--
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 2cd09f3 Strip trailing whitespace
new de04029 [X86][AVX512VL] Removed duplicate operation action
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 | 3 +--
1 file changed, 1 insertion(+), 2 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 84d1e91 Fix comment typos. NFC.
new d40266b [X86][AVX512F] Add support for uint_to_fp v2i32 to v2f64 on A [...]
new 2cd09f3 Strip trailing whitespace
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/X86ISelLowering.cpp | 2 +-
lib/Target/X86/X86InstrAVX512.td | 23 ++++++++++++++---------
test/CodeGen/X86/vec_int_to_fp.ll | 18 ++++++------------
3 files changed, 21 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 llvm.
from 84354d9 Fix spelling mistakes in Tools/Tests comments. NFC.
new 84d1e91 Fix comment typos. 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:
include/llvm/ADT/PointerSumType.h | 2 +-
include/llvm/CodeGen/LiveInterval.h | 2 +-
include/llvm/CodeGen/MachineFrameInfo.h | 2 +-
include/llvm/MC/MCInstrItineraries.h | 2 +-
include/llvm/Object/ELFTypes.h | 2 +-
include/llvm/ProfileData/InstrProf.h | 2 +-
include/llvm/Support/DataExtractor.h | 2 +-
include/llvm/Support/Format.h | 2 +-
include/llvm/Support/Printable.h | 2 +-
include/llvm/Target/TargetItinerary.td | 2 +-
include/llvm/Target/TargetLowering.h | 2 +-
include/llvm/Target/TargetRegisterInfo.h | 2 +-
lib/Analysis/BasicAliasAnalysis.cpp | 2 +-
lib/Analysis/ScalarEvolution.cpp | 4 ++--
lib/Analysis/ScalarEvolutionExpander.cpp | 2 +-
lib/CodeGen/AsmPrinter/WinException.cpp | 2 +-
lib/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/CodeGen/WinEHPrepare.cpp | 4 ++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp | 4 ++--
lib/MC/WinCOFFObjectWriter.cpp | 2 +-
lib/Support/Unix/Path.inc | 2 +-
21 files changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.