This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a60bd62877 [OPENMP] Fix handling of clauses in clause parsing mode.
new 3d430af98c [OPENMP] Support `reduction` clause on target-based directives.
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/clang/Basic/OpenMPKinds.def | 1 +
lib/CodeGen/CGOpenMPRuntime.cpp | 26 +-
lib/Sema/SemaOpenMP.cpp | 10 +-
test/OpenMP/target_reduction_codegen.cpp | 215 +++++++++++++++++
test/OpenMP/target_reduction_messages.cpp | 262 +++++++++++++++++++++
.../target_teams_distribute_reduction_codegen.cpp | 75 +++---
6 files changed, 533 insertions(+), 56 deletions(-)
create mode 100644 test/OpenMP/target_reduction_codegen.cpp
create mode 100644 test/OpenMP/target_reduction_messages.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 lld.
from 05da6befd Make a test more interesting.
new 4e540d66d Simplify. NFC.
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:
ELF/SyntheticSections.cpp | 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 master
in repository gcc.
from 7d093718fb5 sel-sched: fix sel_rank_for_schedule for qsort (PR 82398)
new 419381b5d32 PR libstdc++/59568 fix error handling for std::complex stre [...]
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:
libstdc++-v3/ChangeLog | 9 ++
libstdc++-v3/include/std/complex | 59 +++++---
.../testsuite/26_numerics/complex/dr2714.cc | 168 +++++++++++++++++++++
3 files changed, 217 insertions(+), 19 deletions(-)
create mode 100644 libstdc++-v3/testsuite/26_numerics/complex/dr2714.cc
--
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 efb650695af Fix link failure on one build bot introduced by r320584.
new 0bcc2cddd44 [Function] Remove trailing end-of-line whitespace. NFC.
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/IR/Function.h | 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 master
in repository binutils-gdb.
from 0b982d685e python doc: Rework Breakpoint.__init__ doc
new 60a20c1907 Factor out final completion match string building
new a22ecf7026 Fix regression: expression completer and scope operator (PR [...]
new 6892d2e4df Tighten regexp of lib/completion-support.exp:test_gdb_comple [...]
new b89641bab5 python: Add qualified parameter to gdb.Breakpoint
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:
gdb/ChangeLog | 44 +++++++++++
gdb/NEWS | 4 +-
gdb/cli/cli-decode.c | 41 +---------
gdb/completer.c | 115 ++++++++++++++++++++---------
gdb/completer.h | 24 +++++-
gdb/doc/ChangeLog | 5 ++
gdb/doc/python.texi | 13 +++-
gdb/interps.c | 20 +----
gdb/location.c | 4 +-
gdb/location.h | 11 ++-
gdb/python/py-breakpoint.c | 17 ++++-
gdb/symtab.c | 52 +------------
gdb/testsuite/ChangeLog | 21 ++++++
gdb/testsuite/gdb.cp/cpcompletion.exp | 42 +++++++++++
gdb/testsuite/gdb.cp/pr9594.cc | 13 ++++
gdb/testsuite/gdb.python/py-breakpoint.c | 8 ++
gdb/testsuite/gdb.python/py-breakpoint.exp | 76 ++++++++++++++++++-
gdb/testsuite/lib/completion-support.exp | 7 +-
18 files changed, 357 insertions(+), 160 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 b27b63e1bf9 combine: Fix PR83393
new 7d093718fb5 sel-sched: fix sel_rank_for_schedule for qsort (PR 82398)
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/sel-sched.c | 2 +-
2 files changed, 7 insertions(+), 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 compiler-rt.
from 51bfa63ac [scudo] Inline getScudoChunk function.
new ad977cc95 [sanitizer] Introduce a vDSO aware timing function
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:
.../sanitizer_allocator_primary64.h | 6 +--
lib/sanitizer_common/sanitizer_common.h | 1 +
.../sanitizer_common_interceptors.inc | 7 ++++
lib/sanitizer_common/sanitizer_fuchsia.cc | 2 +
lib/sanitizer_common/sanitizer_linux.cc | 4 ++
lib/sanitizer_common/sanitizer_linux.h | 1 +
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 43 +++++++++++++++++++++-
lib/sanitizer_common/sanitizer_mac.cc | 4 ++
lib/sanitizer_common/sanitizer_syscall_generic.inc | 1 +
lib/sanitizer_common/sanitizer_win.cc | 4 ++
lib/scudo/scudo_allocator.cpp | 4 +-
lib/scudo/scudo_tsd.h | 2 +-
12 files changed, 72 insertions(+), 7 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 binutils-gdb.
from 79e7419204 [BFD][AARCH64]Disallow R_AARCH64_ABS32(LP64) & R_AARCH64_ABS [...]
new 0b982d685e python doc: Rework Breakpoint.__init__ doc
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:
gdb/doc/ChangeLog | 6 +++++
gdb/doc/python.texi | 66 ++++++++++++++++++++++++++++++++++-------------------
2 files changed, 48 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 master
in repository openmp.
from a5acc90 [CMake] Remove legacy LIBOMP_LIT_ARGS
new 7843965 [AArch64] fix an issue with older /proc/cpuinfo layout
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:
runtime/src/kmp_affinity.cpp | 8 ++++++++
1 file changed, 8 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 compiler-rt.
from c19e91fe7 [XRay][compiler-rt] Reduce XRay log spam
new 51bfa63ac [scudo] Inline getScudoChunk function.
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/scudo/scudo_allocator.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.