This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2b84b289e3b * builtins.c (unterminated_array): Pass in c_strlen_data * [...]
new 3f7dc4ddd70 2018-09-29 Paul Thomas <pault(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/trans-expr.c | 6 +++-
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/dependency_52.f90 | 45 +++++++++++++++++++++++++++++
4 files changed, 61 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/dependency_52.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 llvm.
from 9e59026f782 [X86][SSE] LowerScalarImmediateShift - use getTargetConstan [...]
new bb664accc23 [X86] getTargetConstantBitsFromNode - add support for rearr [...]
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 | 47 +++++++++++++++++++++++++++++++
test/CodeGen/X86/known-signbits-vector.ll | 34 +++++++++++-----------
test/CodeGen/X86/packss.ll | 40 ++++++++++----------------
test/CodeGen/X86/vector-shift-ashr-256.ll | 42 +++++++++++++--------------
test/CodeGen/X86/vector-shift-lshr-256.ll | 16 ++++-------
test/CodeGen/X86/vector-shift-shl-256.ll | 16 ++++-------
6 files changed, 109 insertions(+), 86 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 bdd68c5514e [InstCombine] fix formatting in vector evaluators; NFC
new 9e59026f782 [X86][SSE] LowerScalarImmediateShift - use getTargetConstan [...]
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 | 138 ++++++++++++++++++++-----------------
1 file changed, 74 insertions(+), 64 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 gcc-7-branch
in repository gcc.
from 5307850b69b Daily bump.
new bf36b4e72e7 PR target/87467 * config/i386/avx512fintrin.h (_mm512_abs [...]
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 | 6 ++++++
gcc/config/i386/avx512fintrin.h | 4 ++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/avx512f-abspd-1.c | 20 ++++++++++----------
4 files changed, 26 insertions(+), 12 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 gcc-8-branch
in repository gcc.
from f4872347505 Daily bump.
new 30673d3a9b4 PR target/87467 * config/i386/avx512fintrin.h (_mm512_abs [...]
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 | 6 ++++++
gcc/config/i386/avx512fintrin.h | 4 ++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/avx512f-abspd-1.c | 20 ++++++++++----------
4 files changed, 26 insertions(+), 12 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 c3632a5c000 * doc/xml/gnu/fdl-1.3.xml: The Free Software Foundation we [...]
new 02f4837b36e PR target/87467 * config/i386/avx512fintrin.h (_mm512_abs [...]
new 2b84b289e3b * builtins.c (unterminated_array): Pass in c_strlen_data * [...]
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 | 24 ++++++++-
gcc/builtins.c | 70 +++++++++++++++----------
gcc/builtins.h | 9 +++-
gcc/config/i386/avx512fintrin.h | 4 +-
gcc/gimple-fold.c | 31 ++++++++---
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.target/i386/avx512f-abspd-1.c | 20 +++----
7 files changed, 118 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 openmp.
from 119df38 [OPENMP] Add the test to check that the libomptarget does not [...]
new e85324c [libomptarget-nvptx] Fix number of threads in parallel
new 5741b91 [libomptarget-nvptx] Ignore calls to dynamic API
new 0a0af17 [libomptarget-nvptx] Add tests for nested parallelism
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:
libomptarget/deviceRTLs/nvptx/src/libcall.cu | 36 ++----
.../deviceRTLs/nvptx/src/omptarget-nvptx.h | 11 +-
libomptarget/deviceRTLs/nvptx/src/parallel.cu | 125 +++++++--------------
libomptarget/deviceRTLs/nvptx/test/api/ignored.c | 38 +++++++
.../deviceRTLs/nvptx/test/parallel/level.c | 69 ++++++++++++
.../deviceRTLs/nvptx/test/parallel/nested.c | 72 ++++++++++++
.../deviceRTLs/nvptx/test/parallel/num_threads.c | 102 +++++++++++++++++
7 files changed, 332 insertions(+), 121 deletions(-)
create mode 100644 libomptarget/deviceRTLs/nvptx/test/api/ignored.c
create mode 100644 libomptarget/deviceRTLs/nvptx/test/parallel/level.c
create mode 100644 libomptarget/deviceRTLs/nvptx/test/parallel/nested.c
create mode 100644 libomptarget/deviceRTLs/nvptx/test/parallel/num_threads.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 25f97823145 [X86] getTargetConstantBitsFromNode - fix self-move asserti [...]
new 5bf17aa03a0 [InstCombine] add test for vector widening of insertelements; NFC
new bdd68c5514e [InstCombine] fix formatting in vector evaluators; NFC
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/Transforms/InstCombine/InstCombineInternal.h | 1 -
.../InstCombine/InstCombineVectorOps.cpp | 26 +++++++++++-----------
test/Transforms/InstCombine/vec_shuffle.ll | 15 +++++++++++++
3 files changed, 28 insertions(+), 14 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 db283fd1bb3 [X86] Regenerate fma comments.
new 25f97823145 [X86] getTargetConstantBitsFromNode - fix self-move asserti [...]
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 ++++++--
1 file changed, 6 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 llvm.
from 2a55d07e77a [X86] getTargetConstantBitsFromNode - add support for peeki [...]
new db283fd1bb3 [X86] Regenerate fma comments.
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/fma_patterns.ll | 256 +++++++++++++++++-----------------
test/CodeGen/X86/fma_patterns_wide.ll | 210 ++++++++++++++--------------
2 files changed, 233 insertions(+), 233 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.