This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch openacc-gcc-7-branch
in repository gcc.
from e75270120cf [openacc] Add vector_length 128 testcases
new 365d31be00e PR target/85056: fix nvptx declarations of external arrays
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.openacc | 9 +++++++++
gcc/config/nvptx/nvptx.c | 5 +++++
gcc/testsuite/ChangeLog.openacc | 9 +++++++++
gcc/testsuite/gcc.target/nvptx/pr85056.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/nvptx/pr85056a.c | 3 +++
5 files changed, 46 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/nvptx/pr85056.c
create mode 100644 gcc/testsuite/gcc.target/nvptx/pr85056a.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 clang-tools-extra.
from b35f4a9d [clang-doc] Removing -Wunused-variable warning
new 319508dc [clang-move] Fix test failing due to clang-format change
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-move/move-used-helper-decls.cpp | 2 ++
1 file changed, 2 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 gcc-6-branch
in repository gcc.
from 1fbec035d87 [arm] PR target/82518: Return false in ARRAY_MODE_SUPPORTED [...]
new 46e53c243f7 [ARM][PR82989] Fix unexpected use of NEON instructions for shifts
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/arm/neon.md | 14 +++++++-------
gcc/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/gcc.target/arm/pr82989.c | 33 +++++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr82989.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 1cf4fc0256a 2018-03-27 Richard Biener <rguenther(a)suse.de>
new 60bd955fc9e 2018-03-27 Richard Biener <rguenther(a)suse.de>
new 21ff6d066ef 2018-03-27 Richard Biener <rguenther(a)suse.de>
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 | 6 +++++
gcc/match.pd | 41 ++++++++++++++++++++---------------
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/lib/target-supports.exp | 15 +++++++++++++
4 files changed, 51 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 gcc-7-branch
in repository gcc.
from 576a11223c0 [arm] PR target/82518: Return false in ARRAY_MODE_SUPPORTED [...]
new 64595d90f9b [ARM][PR82989] Fix unexpected use of NEON instructions for shifts
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/arm/neon.md | 14 +++++++-------
gcc/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/gcc.target/arm/pr82989.c | 33 +++++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr82989.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 clang.
from 3caa3303ca [analyzer] LoopUnrolling: update the matched assignment operators
new fca35ec59e Revert "[clang-format] Remove empty lines before }[;] // comment"
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/Format/UnwrappedLineFormatter.cpp | 6 +-----
unittests/Format/FormatTest.cpp | 16 ++--------------
2 files changed, 3 insertions(+), 19 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-6-branch
in repository gcc.
from 84810d192db Daily bump.
new 1fbec035d87 [arm] PR target/82518: Return false in ARRAY_MODE_SUPPORTED [...]
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 | 9 +++++++++
gcc/config/arm/arm.c | 5 ++++-
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.target/arm/pr82518.c | 29 +++++++++++++++++++++++++++++
gcc/testsuite/lib/target-supports.exp | 3 ++-
5 files changed, 54 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr82518.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 4ec907cc28e [PowerPC] Secure PLT support
new ff39c611114 [X86][Btver2] Add MMX_PMOVMSKBrr to MOVMSK scheduler class
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/X86ScheduleBtVer2.td | 2 +-
test/CodeGen/X86/mmx-schedule.ll | 2 +-
2 files changed, 2 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 clang.
from 9a41408814 [coroutines] Fix unused warning on result of co_yield.
new d2f21a2bf5 [ASTMatchers] Add isAssignmentOperator matcher
new 3caa3303ca [analyzer] LoopUnrolling: update the matched assignment operators
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:
docs/LibASTMatchersReference.html | 26 +++++
include/clang/ASTMatchers/ASTMatchers.h | 20 ++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
lib/StaticAnalyzer/Core/LoopUnrolling.cpp | 4 +-
test/Analysis/loop-unrolling.cpp | 110 ++++++++++++++++++---
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 15 +++
6 files changed, 162 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 openacc-gcc-7-branch
in repository gcc.
from 78ded3345d0 [openacc] Add target hook TARGET_GOACC_ADJUST_PARALLELISM
new 44e04417570 [openacc] Fix adjust_parallism usage in oacc_loop_auto_partitions
new e75270120cf [openacc] Add vector_length 128 testcases
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.openacc | 4 +
gcc/omp-offload.c | 2 +-
gcc/testsuite/ChangeLog.openacc | 6 ++
.../libgomp.oacc-c-c++-common/vred2d-128.c | 57 +++++++++++
libgomp/testsuite/libgomp.oacc-fortran/gemm.f90 | 109 +++++++++++++++++++++
5 files changed, 177 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/vred2d-128.c
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/gemm.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.