This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ca99c78 Add more subreg offset helpers
new c1acc1d combine: Convert subreg-of-lshiftrt to zero_extract properly [...]
new d244f46 Rework subreg_get_info
new 0554c9b 2016-11-23 Richard Biener <rguenther(a)suse.de>
new 3b86188 PR78494 add missing returns to propagate_const
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/combine.c | 7 +-
gcc/rtlanal.c | 144 ++++++++++-----------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c | 8 +-
gcc/tree-vectorizer.c | 29 ++++-
libstdc++-v3/ChangeLog | 10 ++
libstdc++-v3/include/experimental/propagate_const | 2 +
.../propagate_const/assignment/move_neg.cc | 2 +-
.../experimental/propagate_const/requirements2.cc | 4 +-
10 files changed, 159 insertions(+), 83 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 0210421 * config/sparc/sparc.md (*ashrsi3_extend): Rename to... (*a [...]
new ffeccac 2016-11-23 Richard Biener <rguenther(a)suse.de>
new ca99c78 Add more subreg offset helpers
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 | 22 ++++++++++++++
gcc/emit-rtl.c | 55 ++++++++++++++++------------------
gcc/rtl.h | 44 ++++++++++++++++++++++++---
gcc/rtlanal.c | 36 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/torture/pr78482.c | 37 +++++++++++++++++++++++
gcc/tree-cfgcleanup.c | 14 +++++++++
7 files changed, 180 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78482.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 gcc-6-branch
in repository gcc.
from 9107db8 TILEPro/TILE-Gx: add trap patterns
new 4b09aa5 2016-11-23 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/ChangeLog | 41 +++++++++++++++++++++++++
gcc/fold-const.c | 6 ++--
gcc/gimplify.c | 4 +++
gcc/loop-invariant.c | 18 ++++++-----
gcc/lto/ChangeLog | 8 +++++
gcc/lto/lto.c | 4 ++-
gcc/testsuite/ChangeLog | 34 +++++++++++++++++++++
gcc/testsuite/g++.dg/lto/pr78472_0.c | 12 ++++++++
gcc/testsuite/g++.dg/lto/pr78472_1.C | 9 ++++++
gcc/testsuite/gcc.dg/pr78185.c | 28 +++++++++++++++++
gcc/testsuite/gcc.dg/pr78333.c | 9 ++++++
gcc/testsuite/gcc.dg/torture/pr77855.c | 48 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr78305.c | 14 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-15.c | 12 ++++++++
gcc/tree-ssa-loop-im.c | 13 ++++++--
gcc/tree-ssa-phiopt.c | 8 +++++
gcc/tree-ssa-pre.c | 16 ++++++++--
gcc/tree.c | 10 +++++--
18 files changed, 276 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr78472_0.c
create mode 100644 gcc/testsuite/g++.dg/lto/pr78472_1.C
create mode 100644 gcc/testsuite/gcc.dg/pr78185.c
create mode 100644 gcc/testsuite/gcc.dg/pr78333.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77855.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr78305.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-15.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 310dd3e Type legalization for compressstore and expandload intrinsics.
new e547b01 [X86][AVX512] Add support for v4i64 fptosi/fptoui/sitofp/uito [...]
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 | 8 +-
lib/Target/X86/X86InstrAVX512.td | 42 +++++++
lib/Target/X86/X86TargetTransformInfo.cpp | 4 +
test/Analysis/CostModel/X86/fptosi.ll | 6 +-
test/Analysis/CostModel/X86/sitofp.ll | 4 +-
test/CodeGen/X86/vec_fp_to_int.ll | 84 +++-----------
test/CodeGen/X86/vec_int_to_fp.ll | 168 ++++++----------------------
test/Transforms/SLPVectorizer/X86/sitofp.ll | 98 +++++++++++-----
8 files changed, 178 insertions(+), 236 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 df7181d [CostModel][X86] Add missing AVX512DQ v8i64 fptosi/sitofp costs
new 310dd3e Type legalization for compressstore and expandload intrinsics.
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/TargetLowering.h | 11 ++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 29 ++--
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 25 ++--
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 32 +++++
test/CodeGen/X86/compress_expand.ll | 163 ++++++++++++++++++++++-
5 files changed, 229 insertions(+), 31 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 e776d60 [MD5] Use write32le instead of spelling it out with shifts.
new df7181d [CostModel][X86] Add missing AVX512DQ v8i64 fptosi/sitofp costs
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/X86TargetTransformInfo.cpp | 18 ++-
test/Analysis/CostModel/X86/sitofp.ll | 6 +-
test/Transforms/SLPVectorizer/X86/sitofp.ll | 170 +++++++++++++++++++---------
3 files changed, 133 insertions(+), 61 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 ed3283b i386.c: Initialize function pointer to NULL to prevent
new 0210421 * config/sparc/sparc.md (*ashrsi3_extend): Rename to... (*a [...]
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/config/sparc/sparc.md | 46 +++++++++++++++++++++++++++++++++++-----------
2 files changed, 45 insertions(+), 11 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 4e33b63 * fold-const.c (fold_cond_expr_with_comparison): Move simpli [...]
new ed3283b i386.c: Initialize function pointer to NULL to prevent
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.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 clang-tools-extra.
from a369488 [clang-rename] Fix non-functional offset check.
new f3f19f4 [clang-rename] Add test case for r287758.
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/clang-rename/InvalidOffset.cpp | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 test/clang-rename/InvalidOffset.cpp
--
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 944c6d5 [clang-move] Add some options allowing to add old/new.h to ne [...]
new a369488 [clang-rename] Fix non-functional offset check.
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:
clang-rename/USRFindingAction.cpp | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.