This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 347e991ccaf AVX-512: Lowering Masked Gather intrinsic - fixed a bug
new 7ebe2a28312 [ARM] Add macro fusion for AES instructions.
new 54b8b993d17 [GlobalISel][X86] Support vector type G_INSERT legalization [...]
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/ARM.td | 3 +-
lib/Target/ARM/ARMMacroFusion.cpp | 57 +++++
lib/Target/ARM/ARMMacroFusion.h | 24 ++
lib/Target/ARM/ARMSubtarget.h | 8 +
lib/Target/ARM/ARMTargetMachine.cpp | 7 +
lib/Target/ARM/CMakeLists.txt | 1 +
lib/Target/X86/X86InstructionSelector.cpp | 107 ++++++++
lib/Target/X86/X86LegalizerInfo.cpp | 32 ++-
test/CodeGen/ARM/misched-fusion-aes.ll | 203 +++++++++++++++
.../X86/GlobalISel/legalize-insert-vec256.mir | 33 +++
.../X86/GlobalISel/legalize-insert-vec512.mir | 63 +++++
.../X86/GlobalISel/select-insert-vec256.mir | 176 +++++++++++++
.../X86/GlobalISel/select-insert-vec512.mir | 271 +++++++++++++++++++++
13 files changed, 981 insertions(+), 4 deletions(-)
create mode 100644 lib/Target/ARM/ARMMacroFusion.cpp
create mode 100644 lib/Target/ARM/ARMMacroFusion.h
create mode 100644 test/CodeGen/ARM/misched-fusion-aes.ll
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-insert-vec256.mir
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-insert-vec512.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-insert-vec256.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-insert-vec512.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 binutils-gdb.
from e7d39ed3e0 Fix compile time warning about unused static variable.
new d19237d98d Fix address violation parsing a corrupt SOM binary.
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:
bfd/ChangeLog | 7 +++++++
bfd/som.c | 9 +++++++--
2 files changed, 14 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 gcc.
from 96fd3691e3f 2017-06-22 Richard Biener <rguenther(a)suse.de>
new 0ee54b9af11 2017-06-22 Richard Biener <rguenther(a)suse.de>
new f769c6cfaef [Patch match.pd] Fold (A / (1 << B)) to (A >> B)
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 | 8 ++++++++
gcc/generic-match-head.c | 1 +
gcc/gimple-match-head.c | 1 +
gcc/match.pd | 12 ++++++++++++
gcc/optabs-tree.c | 15 +++++++++++++++
gcc/optabs-tree.h | 2 ++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/forwprop-37.c | 25 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr65947-14.c | 2 +-
9 files changed, 73 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/forwprop-37.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 binutils-gdb.
from a765d07242 Automatic date update in version.in
new e7d39ed3e0 Fix compile time warning about unused static variable.
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:
gas/ChangeLog | 4 ++++
gas/config/tc-arm.c | 2 +-
2 files changed, 5 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 f50c2ca3c40 Support --sysroot with Solaris ld
new 96fd3691e3f 2017-06-22 Richard Biener <rguenther(a)suse.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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/vect/{pr65947-4.c => pr65947-14.c} | 13 ++++++-------
2 files changed, 10 insertions(+), 7 deletions(-)
copy gcc/testsuite/gcc.dg/vect/{pr65947-4.c => pr65947-14.c} (68%)
--
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 gcc-6-branch
in repository gcc.
from ab35c64e60b 2017-06-21 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 445f5dcbcab 2017-06-22 Richard Biener <rguenther(a)suse.de>
new a12409f6aae 2017-06-22 Richard Biener <rguenther(a)suse.de>
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 | 58 ++++++++++++
gcc/convert.c | 158 ++++++++++++++++++--------------
gcc/doc/tm.texi | 2 +-
gcc/fold-const.c | 15 ++-
gcc/graphite-scop-detection.c | 39 +++-----
gcc/match.pd | 30 ++++--
gcc/target.def | 4 +-
gcc/targhooks.c | 13 +--
gcc/testsuite/ChangeLog | 26 ++++++
gcc/testsuite/g++.dg/torture/pr69264.C | 81 ++++++++++++++++
gcc/testsuite/gcc.dg/graphite/pr69823.c | 20 ++++
gcc/tree-ssa-sccvn.c | 36 ++++++--
gcc/tree-ssa-sccvn.h | 3 +
gcc/tree-vect-data-refs.c | 21 ++---
gcc/tree.c | 21 +++--
15 files changed, 381 insertions(+), 146 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr69264.C
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr69823.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 ac50db1ddf0 runtime: in traceback, print panic rather than runtime.gopanic
new f50c2ca3c40 Support --sysroot with Solaris ld
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 | 15 +++++++++++++++
gcc/config/sol2.h | 5 +++++
gcc/configure | 44 ++++++++++++++++++++++----------------------
gcc/configure.ac | 44 ++++++++++++++++++++++----------------------
4 files changed, 64 insertions(+), 44 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 e88fc4046f7 [AMDGPU] SDWA: add support for GFX9 in peephole pass
new 347e991ccaf AVX-512: Lowering Masked Gather intrinsic - fixed a bug
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/CodeGen/SelectionDAGNodes.h | 2 +-
lib/Target/X86/X86ISelDAGToDAG.cpp | 28 +++++++++----
lib/Target/X86/X86ISelLowering.cpp | 52 +++++++++++++++++++++++
lib/Target/X86/X86ISelLowering.h | 18 +++++++-
lib/Target/X86/X86InstrAVX512.td | 2 +-
lib/Target/X86/X86InstrFragmentsSIMD.td | 12 ++++++
test/CodeGen/X86/masked_gather_scatter.ll | 69 +++++++++++++++++++++++++++----
7 files changed, 165 insertions(+), 18 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 e696366e67b [InstCombine] Add test cases to demonstrate that and->xnor [...]
new e88fc4046f7 [AMDGPU] SDWA: add support for GFX9 in peephole pass
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/AMDGPU/AMDGPU.td | 37 ++++++-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 5 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 25 +++++
lib/Target/AMDGPU/SIInstrInfo.cpp | 8 +-
lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 87 +++++++++++------
lib/Target/AMDGPU/VOPInstructions.td | 4 -
test/CodeGen/AMDGPU/fneg.f16.ll | 7 +-
test/CodeGen/AMDGPU/fpext.f16.ll | 15 ++-
test/CodeGen/AMDGPU/llvm.rint.f16.ll | 4 +-
test/CodeGen/AMDGPU/sdwa-gfx9.mir | 88 +++++++++++++++++
test/CodeGen/AMDGPU/sdwa-peephole.ll | 164 +++++++++++++++++++++-----------
test/CodeGen/AMDGPU/sdwa-scalar-ops.mir | 19 ++--
12 files changed, 347 insertions(+), 116 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/sdwa-gfx9.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 llvm.
from 9afae179994 [PowerPC] fix potential verification errors
new e696366e67b [InstCombine] Add test cases to demonstrate that and->xnor [...]
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/and-or-not.ll | 50 +++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.