This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 17cf92d6fce PR c/79153 * tree.h (SWITCH_BREAK_LABEL_P): Define. * gi [...]
new 81c8113b675 PR tree-optimization/83233 * gimple-ssa-store-merging.c ( [...]
new 4d62fce57ee * function.h (struct function): Remove cilk_frame_decl, i [...]
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 | 15 ++++++++++
gcc/c-family/ChangeLog | 7 +++++
gcc/c-family/c-attribs.c | 67 ++++++++++++++++--------------------------
gcc/cgraph.h | 3 --
gcc/config/i386/i386.c | 7 +----
gcc/cp/ChangeLog | 7 +++++
gcc/cp/cp-tree.h | 3 --
gcc/cp/parser.c | 7 ++---
gcc/cp/parser.h | 7 +----
gcc/function.h | 9 ------
gcc/gimple-ssa-store-merging.c | 2 +-
gcc/omp-simd-clone.c | 1 -
gcc/target.def | 2 +-
gcc/tree-inline.h | 4 ---
14 files changed, 61 insertions(+), 80 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 e9838656296 Recommit rL319407: [SROA] enable splitting for non-whole-al [...]
new af9296a79cc GlobalISel: Enable the legalization of G_MERGE_VALUES and G [...]
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/Target/GenericOpcodes.td | 8 +--
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 22 ++++---
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 17 +++++
lib/Target/ARM/ARMLegalizerInfo.cpp | 9 +++
lib/Target/X86/X86LegalizerInfo.cpp | 73 ++++++++++++++++++++++
.../AArch64/GlobalISel/legalize-combines.mir | 21 -------
.../AArch64/GlobalISel/legalize-merge-values.mir | 30 +++++++++
.../GlobalISel/legalize-nonpowerof2eltsvec.mir | 34 +++++-----
.../AArch64/GlobalISel/legalize-unmerge-values.mir | 28 +++++++++
test/CodeGen/AArch64/GlobalISel/no-regclass.mir | 4 +-
10 files changed, 193 insertions(+), 53 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-merge-values.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-unmerge-values.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 gcc.
from 6a32be19c23 2017-12-01 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new b07f08c9e57 PR sanitizer/83219 * tree-cfg.c: Include asan.h. (gimple [...]
new eb33df2e302 PR sanitizer/81275 * tree-cfg.c (group_case_labels_stmt): [...]
new bf27ea99431 PR tree-optimization/83221 * tree-ssa-reassoc.c (sort_by_ [...]
new 17cf92d6fce PR c/79153 * tree.h (SWITCH_BREAK_LABEL_P): Define. * gi [...]
The 4 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 | 31 ++++++++++
gcc/c/ChangeLog | 6 ++
gcc/c/c-parser.c | 6 +-
gcc/config/i386/i386.c | 1 +
gcc/cp/ChangeLog | 9 +++
gcc/cp/cp-gimplify.c | 4 +-
gcc/cp/parser.c | 1 +
gcc/fortran/ChangeLog | 6 ++
gcc/fortran/match.c | 1 +
gcc/gimplify.c | 60 +++++++++++++++++-
gcc/testsuite/ChangeLog | 10 +++
.../c-c++-common/Wimplicit-fallthrough-36.c | 72 ++++++++++++++++++++++
.../c-c++-common/Wimplicit-fallthrough-7.c | 4 +-
gcc/testsuite/c-c++-common/tsan/pr81275.c | 1 -
gcc/tree-cfg.c | 17 ++++-
gcc/tree-chrec.c | 1 +
gcc/tree-ssa-reassoc.c | 4 +-
gcc/tree.h | 5 ++
18 files changed, 226 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-36.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 730ad2a52ab Fix movdi_internal to return MODE_TI with AVX512
new 6a32be19c23 2017-12-01 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/frontend-passes.c | 7 ++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/dependency_50.f90 | 12 ++++++++++++
4 files changed, 27 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dependency_50.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 gcc.
from 7010adf00f7 Replace __popcntq with two _popcnt32.
new 730ad2a52ab Fix movdi_internal to return MODE_TI with AVX512
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/config/i386/i386.md | 9 ++++++---
2 files changed, 10 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 libcxx.
from aec189a8d Include AddLLVM needed for tests in the right context
new 4861f6dfd [libcxx] Support getentropy as a source of randomness for std [...]
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/__config | 2 ++
src/random.cpp | 29 +++++++++++++++++++++++++++--
2 files changed, 29 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 807e82c801d Fix registers type for MODE_TI
new 5d914201227 Fix wrong instruction vpcmpeqd generation
new 7010adf00f7 Replace __popcntq with two _popcnt32.
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 | 5 +++++
gcc/config/i386/i386.c | 8 +++++---
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/avx512f-vpcompressb-2.c | 5 +++--
4 files changed, 17 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 74dd5f611c6 [X86] Add a DAG combine to simplify masks for AVX2 gather i [...]
new 5d76bcd4a54 [X86] Add another v2i32 gather test case with v2i64 index t [...]
new 6f57cb50262 [X86][SelectionDAG] Make sure we explicitly sign extend the [...]
new bf6769b8051 [X86] Custom legalize v2i32 gathers via widening rather tha [...]
new e9838656296 Recommit rL319407: [SROA] enable splitting for non-whole-al [...]
The 4 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/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 6 +
lib/Target/X86/X86ISelLowering.cpp | 90 ++++++---
lib/Transforms/Scalar/SROA.cpp | 68 +++++--
test/CodeGen/X86/avx2-masked-gather.ll | 34 ++--
test/CodeGen/X86/masked_gather_scatter.ll | 234 +++++++++++++++-------
test/DebugInfo/X86/sroasplit-2.ll | 3 +-
test/Transforms/SROA/basictest.ll | 33 ++-
test/Transforms/SROA/big-endian.ll | 40 ++--
8 files changed, 347 insertions(+), 161 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 c78aa1b3948 2017-11-30 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 807e82c801d Fix registers type for MODE_TI
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/config/i386/i386.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.