This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bb8b9b58f28 [X86][AVX] Enable AVX1 broadcasts in shuffle combining
new 0540ba21085 [X86] combineExtractWithShuffle - more aggressively peek th [...]
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 | 12 ++++++---
test/CodeGen/X86/extractelement-load.ll | 43 +++++++++++----------------------
2 files changed, 22 insertions(+), 33 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 lldb.
from ae4c95759 Revert "[CMake] Unify scripts for generating VCS headers"
new 7e1555277 [LLDB] FreeBSD suppress compilation warning
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:
source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 2 +-
1 file changed, 1 insertion(+), 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 611e5e46319 [X86][AVX] Fold vt1 concat_vectors(vt2 undef, vt2 broadcast [...]
new bb8b9b58f28 [X86][AVX] Enable AVX1 broadcasts in shuffle combining
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 | 26 ++++++++++++++++++-------
test/CodeGen/X86/avx-vbroadcast.ll | 3 +--
test/CodeGen/X86/extractelement-load.ll | 3 ++-
test/CodeGen/X86/insert-into-constant-vector.ll | 3 +--
test/CodeGen/X86/insert-loaded-scalar.ll | 3 +--
test/CodeGen/X86/insertelement-var-index.ll | 3 +--
test/CodeGen/X86/vector-shuffle-128-v2.ll | 3 +--
test/CodeGen/X86/widened-broadcast.ll | 9 +++------
8 files changed, 29 insertions(+), 24 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-8-branch
in repository gcc.
from 97f14d735b0 [og8] Add tests for Fortran optional arguments in OpenACC 2.6
new 20b1d4ddde1 [og8] Attach/detach array slices on dereferenced struct members
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 | 5 ++
gcc/c/ChangeLog.openacc | 5 ++
gcc/c/c-typeck.c | 22 ++++--
gcc/cp/ChangeLog.openacc | 7 ++
gcc/cp/semantics.c | 6 +-
gcc/gimplify.c | 79 +++++++++++++++++++-
gcc/testsuite/ChangeLog.openacc | 4 ++
.../c-c++-common/goacc/deep-copy-arrayofstruct.c | 84 ++++++++++++++++++++++
libgomp/ChangeLog.openacc | 9 +++
libgomp/testsuite/libgomp.oacc-c++/deep-copy-12.C | 72 +++++++++++++++++++
libgomp/testsuite/libgomp.oacc-c++/deep-copy-13.C | 72 +++++++++++++++++++
.../libgomp.oacc-c-c++-common/deep-copy-10.c | 53 ++++++++++++++
.../libgomp.oacc-c-c++-common/deep-copy-11.c | 72 +++++++++++++++++++
.../libgomp.oacc-c-c++-common/deep-copy-14.c | 63 ++++++++++++++++
.../libgomp.oacc-c-c++-common/deep-copy-9.c | 53 ++++++++++++++
15 files changed, 600 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/deep-copy-arrayofstruct.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c++/deep-copy-12.C
create mode 100644 libgomp/testsuite/libgomp.oacc-c++/deep-copy-13.C
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-10.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-11.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-14.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-9.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 openacc-gcc-8-branch
in repository gcc.
from ec492d0255b When invoking gcc to compile fortran code, fortran.exp is c [...]
new 550afd2b2b4 [og8] Allow NULL for update directives in OpenACC 2.6
new fee41435400 [og8] Calculate correct size for optional arguments used in [...]
new adaad00012e [og8] Add support for allocatable arrays as optional arguments
new 97f14d735b0 [og8] Add tests for Fortran optional arguments in OpenACC 2.6
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/fortran/trans-openmp.c | 164 +++++++++++++++++----
gcc/omp-general.c | 9 ++
gcc/omp-general.h | 1 +
gcc/omp-low.c | 3 +-
libgomp/oacc-mem.c | 6 +
.../libgomp.oacc-fortran/optional-cache.f95 | 23 +++
.../optional-data-copyin-by-value.f90 | 29 ++++
.../libgomp.oacc-fortran/optional-data-copyin.f90 | 140 ++++++++++++++++++
.../libgomp.oacc-fortran/optional-data-copyout.f90 | 96 ++++++++++++
.../optional-data-enter-exit.f90 | 91 ++++++++++++
.../libgomp.oacc-fortran/optional-declare.f90 | 87 +++++++++++
.../libgomp.oacc-fortran/optional-firstprivate.f90 | 112 ++++++++++++++
.../libgomp.oacc-fortran/optional-host_data.f90 | 37 +++++
.../libgomp.oacc-fortran/optional-nested-calls.f90 | 135 +++++++++++++++++
.../libgomp.oacc-fortran/optional-private.f90 | 118 +++++++++++++++
.../libgomp.oacc-fortran/optional-reduction.f90 | 69 +++++++++
.../optional-update-device.f90 | 121 +++++++++++++++
.../libgomp.oacc-fortran/optional-update-host.f90 | 115 +++++++++++++++
18 files changed, 1329 insertions(+), 27 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-cache.f95
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyin-by- [...]
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyin.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyout.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-data-enter-exit.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-declare.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-firstprivate.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-host_data.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-nested-calls.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-private.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-reduction.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-update-device.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/optional-update-host.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 3dc93751854 Default lowering for experimental.widenable.condition
new 611e5e46319 [X86][AVX] Fold vt1 concat_vectors(vt2 undef, vt2 broadcast [...]
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 | 6 +++++-
test/CodeGen/X86/insert-into-constant-vector.ll | 12 ++++--------
2 files changed, 9 insertions(+), 9 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-tools-extra.
from b4253dcb [clangd] Drop fixes if replying with tweaks resulted in an error
new e718a871 [clang-tidy] refactor bugprone-exception-escape analysis into 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:
clang-tidy/bugprone/ExceptionEscapeCheck.cpp | 165 +++------------------
clang-tidy/bugprone/ExceptionEscapeCheck.h | 6 +-
clang-tidy/utils/CMakeLists.txt | 1 +
.../ExceptionAnalyzer.cpp} | 128 +++++-----------
clang-tidy/utils/ExceptionAnalyzer.h | 48 ++++++
5 files changed, 102 insertions(+), 246 deletions(-)
copy clang-tidy/{bugprone/ExceptionEscapeCheck.cpp => utils/ExceptionAnalyzer.cpp} (51%)
create mode 100644 clang-tidy/utils/ExceptionAnalyzer.h
--
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 595bb91d1d9 Daily bump.
new 827f4b853d2 2019-01-31 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 | 16 ++++++++++++++++
gcc/lra.c | 4 +++-
gcc/opts.c | 11 ++++++++++-
3 files changed, 29 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 fc781f244a Revert "[CMake] Unify scripts for generating VCS headers"
new 954a97c1c5 Support attribute used in member funcs of class templates
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/Sema/SemaTemplateInstantiateDecl.cpp | 14 ++++++++++++++
...tr-used-member-function-implicit-instantiation.cpp | 19 +++++++++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 test/CodeGenCXX/attr-used-member-function-implicit-instantiation.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 llvm.
from c043c190fc5 Test commit. NFCI.
new 3dc93751854 Default lowering for experimental.widenable.condition
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/InitializePasses.h | 1 +
include/llvm/Transforms/Scalar.h | 6 ++
.../Transforms/Scalar/LowerWidenableCondition.h | 27 +++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/LowerWidenableCondition.cpp | 86 ++++++++++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 1 +
test/Transforms/LowerWidenableCondition/basic.ll | 44 +++++++++++
9 files changed, 168 insertions(+)
create mode 100644 include/llvm/Transforms/Scalar/LowerWidenableCondition.h
create mode 100644 lib/Transforms/Scalar/LowerWidenableCondition.cpp
create mode 100644 test/Transforms/LowerWidenableCondition/basic.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.