This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 53e9c5c * tree-ssa.c (target_for_debug_bind, verify_phi_args, ssa_u [...]
new ef9db9a * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment. (MALL [...]
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/pa/pa.h | 14 +++++++++++++-
2 files changed, 18 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 llvm.
from 203696c [X86] Improve the rotate ISel test
new 3dbf19e [X86] Adding the 'nounwind' attribute to test functions for c [...]
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/CodeGen/X86/rotate.ll | 72 ++++++++++++++++------------------------------
1 file changed, 24 insertions(+), 48 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 23bd7de DAG: Setting Masked-Expand-Load as a variant of Masked-Load node
new 203696c [X86] Improve the rotate ISel test
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/CodeGen/X86/rotate.ll | 571 ++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 519 insertions(+), 52 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 993d492 [AVX-512] Fix execution domain for EVEX encoded VINSERTPS.
new 23bd7de DAG: Setting Masked-Expand-Load as a variant of Masked-Load node
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/SelectionDAG.h | 7 +++---
include/llvm/CodeGen/SelectionDAGNodes.h | 9 +++++--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 12 ++++-----
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 23 +++++++++--------
lib/Target/X86/X86InstrAVX512.td | 21 +++++++++++++---
lib/Target/X86/X86InstrFragmentsSIMD.td | 32 ++++++++++++++----------
lib/Target/X86/X86InstrSSE.td | 6 ++---
test/CodeGen/X86/avx512vl-intrinsics.ll | 31 ++++++++++++++++++++---
9 files changed, 97 insertions(+), 46 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 c0eb209 MC: Remove unused entities.
new 993d492 [AVX-512] Fix execution domain for EVEX encoded VINSERTPS.
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/X86InstrAVX512.td | 2 ++
test/CodeGen/X86/pr29112.ll | 6 +++---
test/CodeGen/X86/vector-half-conversions.ll | 12 ++++++------
test/CodeGen/X86/vector-shuffle-256-v8.ll | 16 +++++-----------
4 files changed, 16 insertions(+), 20 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 f9542e6 * cp-gimplify.c (cp_fold): Add variable name.
new 14964a3 2016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.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/ChangeLog | 38 ++++
gcc/doc/invoke.texi | 1 +
gcc/ipa-cp.c | 311 ++-------------------------------
gcc/ipa-prop.c | 229 +++++++-----------------
gcc/ipa-prop.h | 16 --
gcc/opts.c | 4 -
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.dg/ipa/propalign-1.c | 2 +-
gcc/testsuite/gcc.dg/ipa/propalign-2.c | 2 +-
gcc/testsuite/gcc.dg/ipa/propalign-3.c | 4 +-
gcc/testsuite/gcc.dg/ipa/propalign-4.c | 2 +-
gcc/testsuite/gcc.dg/ipa/propalign-5.c | 2 +-
12 files changed, 131 insertions(+), 488 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 0600ead [libFuzzer] make a test less flaky
new 3e9af52 [AVX-512] Add the vector down convert instructions to the sto [...]
new 7f2459e [AVX-512] Add avx512dq to the fp stack folding test.
new f1bd24e [AVX-512] Add subvector insert and extract to load/store fold [...]
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:
lib/Target/X86/X86InstrInfo.cpp | 49 ++++++
test/CodeGen/X86/stack-folding-fp-avx512.ll | 84 +++++++++--
test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 74 +++++++---
test/CodeGen/X86/stack-folding-int-avx512.ll | 197 ++++++++++++++++++++++++-
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 122 ++++++++++++++-
5 files changed, 490 insertions(+), 36 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 1a60ba8 [libFuzzer] when shrinking the corpus, delete evicted files p [...]
new 0600ead [libFuzzer] make a test less flaky
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/Fuzzer/test/coverage.test | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.