This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f2a1f86 [X86] Make the FMA3 instruction names consistent between VEX [...]
new 5e00cf6 [X86][AVX512VL] Added AVX512VL half2float vector conversions [...]
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/vector-half-conversions.ll | 6003 +++++++++++++++++++--------
1 file changed, 4211 insertions(+), 1792 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 vehre/coarray
in repository gcc.
from c89a171 Added support for all array reference modes beside CAF_ARR_RE [...]
new facd635 Added documentation.
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/gfortran.texi | 274 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 274 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 gcc.
from fc0d5c8 PR c++/66617 - virtual base list-initialization
new be9f447 gcc/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/ChangeLog | 8 +++++
gcc/tree-ssa-reassoc.c | 98 ++++++++++++++++++++++++++++++++++++++++----------
2 files changed, 88 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 3a58acf [X86] Replace CodeGenOnly VPSRAVW/D/Q_Int instructions with p [...]
new f2a1f86 [X86] Make the FMA3 instruction names consistent between VEX [...]
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 | 192 +++++++-------
lib/Target/X86/X86InstrAVX512.td | 6 +-
lib/Target/X86/X86InstrFMA.td | 134 +++++-----
lib/Target/X86/X86InstrInfo.cpp | 458 ++++++++++++++++------------------
test/CodeGen/X86/sqrt-fastmath-mir.ll | 8 +-
5 files changed, 387 insertions(+), 411 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 clang.
from 5912956 [Profile] Use a flag to enable PGO rather than the profraw filename
new 7d8ab4a [analyzer] Pring LocationContext in ExplodedGraph dumps.
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/StaticAnalyzer/Core/ExprEngine.cpp | 92 +++++++++++++++-------------------
1 file changed, 41 insertions(+), 51 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 15d8a56 Add __is_inplace_type metafunction helper
new 923899e commit test missing from r276556
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:
.../utility.inplace/__is_inplace_type.pass.cpp | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 test/libcxx/utilities/utility/utility.inplace/__is_inplace_type [...]
--
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 ba55955 [Loop Vectorizer] Handling loops FP induction variables.
new 3a58acf [X86] Replace CodeGenOnly VPSRAVW/D/Q_Int instructions with p [...]
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 | 73 +++++++++++++++++++++++++++++++--
lib/Target/X86/X86InstrFragmentsSIMD.td | 4 +-
lib/Target/X86/X86InstrInfo.cpp | 2 -
lib/Target/X86/X86InstrSSE.td | 16 +++++++-
4 files changed, 87 insertions(+), 8 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 b90f9db Start adding benchmarks for vector
new 15d8a56 Add __is_inplace_type metafunction helper
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/utility | 5 +++++
1 file changed, 5 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 llvm.
from 21c0ab8 [MSSA] Make EXPENSIVE_CHECKS check more.
new ba55955 [Loop Vectorizer] Handling loops FP induction variables.
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/Transforms/Utils/LoopUtils.h | 58 ++++--
lib/Transforms/Scalar/LoopInterchange.cpp | 2 +-
lib/Transforms/Utils/LoopUtils.cpp | 118 +++++++++--
lib/Transforms/Vectorize/LoopVectorize.cpp | 135 ++++++++++---
.../LoopVectorize/X86/float-induction-x86.ll | 86 ++++++++
test/Transforms/LoopVectorize/float-induction.ll | 218 +++++++++++++++++++++
6 files changed, 561 insertions(+), 56 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/X86/float-induction-x86.ll
create mode 100644 test/Transforms/LoopVectorize/float-induction.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.