This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c64cb39314 [OpenMP] Initial implementation of teams distribute code generation
new c99811f061 [analyzer] Fix autodetection of binding types.
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/RegionStore.cpp | 19 +++++++++++--------
test/Analysis/ctor.mm | 11 ++++++++++-
test/Analysis/exercise-ps.c | 8 ++++++++
test/Analysis/gtest.cpp | 14 ++++++++++++++
4 files changed, 43 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 glibc.
from 11c4f5010c crypt: Adjust check-local-headers.sh for nspr4 include direc [...]
new 72d13ed1bd Remove alpha nearbyint wrapper.
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:
ChangeLog | 4 ++++
sysdeps/alpha/fpu/s_nearbyint.c | 25 -------------------------
2 files changed, 4 insertions(+), 25 deletions(-)
delete mode 100644 sysdeps/alpha/fpu/s_nearbyint.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 b6fde48ec37 C: underline parameters in mismatching function calls
new 629de8b3f41 PR c++/81525 - broken handling of auto in generic lambda.
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/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 23 +++++++++++++---------
gcc/testsuite/g++.dg/cpp1y/lambda-generic-auto1.C | 19 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-const4.C | 4 ++--
...a-generic-const4.C => lambda-generic-const4a.C} | 6 +++---
5 files changed, 43 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-auto1.C
copy gcc/testsuite/g++.dg/cpp1y/{lambda-generic-const4.C => lambda-generic-const4a [...]
--
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 b5cfe135013 Daily bump.
new 91afe529e9f PR c++/81525 - broken handling of auto in generic lambda.
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/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 20 +++++++++++---------
gcc/testsuite/g++.dg/cpp1y/lambda-generic-auto1.C | 19 +++++++++++++++++++
3 files changed, 35 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-auto1.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 0f51cc0c6a7 [X86][SSE] Early out from ComputeNumSignBitsForTargetNode. NFCI.
new c0d3fd047b1 [NFC] clang-format lib/Transforms/Scalar/MergeICmps.cpp
new 593ed575ce2 [InstCombine] add 'exact' variants of all tests; NFC
new af1c4151ad2 Also update MachineORE after r314874.
new c5599f675fb [OptRemark] Move YAML writing to IR
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:
include/llvm/Analysis/OptimizationDiagnosticInfo.h | 6 -
include/llvm/IR/DiagnosticInfo.h | 6 +
lib/Analysis/OptimizationDiagnosticInfo.cpp | 86 -
lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 10 +-
lib/IR/DiagnosticInfo.cpp | 80 +
lib/IR/LLVMContext.cpp | 8 +
lib/Transforms/Scalar/MergeICmps.cpp | 60 +-
test/Transforms/InstCombine/icmp-shr-lt-gt.ll | 1772 ++++++++++++++++++++
8 files changed, 1888 insertions(+), 140 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 0ecd5c3753 [test] Pass in fixed triple for openmp-offload.c
new c64cb39314 [OpenMP] Initial implementation of teams distribute code generation
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/Basic/OpenMPKinds.cpp | 4 +-
lib/CodeGen/CGStmtOpenMP.cpp | 34 ++-
lib/Sema/SemaOpenMP.cpp | 4 +-
test/OpenMP/teams_distribute_codegen.cpp | 241 +++++++++++++++
test/OpenMP/teams_distribute_collapse_codegen.cpp | 126 ++++++++
.../teams_distribute_dist_schedule_codegen.cpp | 206 +++++++++++++
.../teams_distribute_firstprivate_codegen.cpp | 333 +++++++++++++++++++++
...pp => teams_distribute_lastprivate_codegen.cpp} | 51 ++--
test/OpenMP/teams_distribute_private_codegen.cpp | 233 ++++++++++++++
test/OpenMP/teams_distribute_reduction_codegen.cpp | 217 ++++++++++++++
10 files changed, 1403 insertions(+), 46 deletions(-)
create mode 100644 test/OpenMP/teams_distribute_codegen.cpp
create mode 100644 test/OpenMP/teams_distribute_collapse_codegen.cpp
create mode 100644 test/OpenMP/teams_distribute_dist_schedule_codegen.cpp
create mode 100644 test/OpenMP/teams_distribute_firstprivate_codegen.cpp
copy test/OpenMP/{distribute_lastprivate_codegen.cpp => teams_distribute_lastpriva [...]
create mode 100644 test/OpenMP/teams_distribute_private_codegen.cpp
create mode 100644 test/OpenMP/teams_distribute_reduction_codegen.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 gcc.
from 94c6c040ffb jit: implement gcc_jit_context_new_rvalue_from_vector
new 0cf8fb34997 * call.c (convert_arg_to_ellipsis): Correct comment about [...]
new b6fde48ec37 C: underline parameters in mismatching function calls
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/c/ChangeLog | 19 +++++
gcc/c/c-decl.c | 6 +-
gcc/c/c-parser.c | 38 +++++++++-
gcc/c/c-tree.h | 4 +-
gcc/c/c-typeck.c | 78 +++++++++++++-------
gcc/cp/ChangeLog | 5 ++
gcc/cp/call.c | 5 +-
gcc/testsuite/ChangeLog | 10 +++
.../gcc.dg/diagnostic-range-bad-called-object.c | 2 +-
gcc/testsuite/gcc.dg/param-type-mismatch.c | 83 ++++++++++++++++++++--
gcc/testsuite/gcc.dg/pr68533.c | 8 +--
11 files changed, 214 insertions(+), 44 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 940a9ffc62 [OpenMP] Fix passing of -m arguments correctly
new 0ecd5c3753 [test] Pass in fixed triple for openmp-offload.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/Driver/openmp-offload.c | 4 ++--
1 file 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 users/palves/bfd_set_input_error
in repository binutils-gdb.
at b776a1bae9 bfd_set_input_error
This branch includes the following new commits:
new a345c12b6e Revert "PR22245, Fix potential UB in bfd_set_error"
new b776a1bae9 bfd_set_input_error
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.
--
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 178d8a3378e [X86][SSE] Add support for lowering unary shuffles to PACKS [...]
new 0f51cc0c6a7 [X86][SSE] Early out from ComputeNumSignBitsForTargetNode. NFCI.
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.