This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from e978b90dd Add missing include
new 780077616 Remove llvm include from debugserver, change LLVM_FALLTHROUGH [...]
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:
tools/debugserver/source/DNBRegisterInfo.cpp | 3 +--
tools/debugserver/source/RNBRemote.cpp | 5 ++---
2 files changed, 3 insertions(+), 5 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 01a3f678dbc * config/mips/mips.c (mips_loongson_ext2_prefetch_cookie): [...]
new a25ce2830f2 * gimplify.c (gimplify_scan_omp_clauses): Call sorry_at fo [...]
new 9c99c6cfb4c * c-parser.c (c_parser_omp_requires): Call sorry_at on req [...]
new a4f212f2495 * c-parser.c (c_parser_omp_clause_reduction): Call sorry_a [...]
new 16642817e65 c/ * c-parser.c (c_parser_omp_clause_final): Use c_parser [...]
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/ChangeLog | 5 ++
gcc/c/ChangeLog | 21 +++++++
gcc/c/c-parser.c | 46 ++++++++++++----
gcc/cp/ChangeLog | 17 ++++++
gcc/cp/parser.c | 34 +++++++-----
gcc/gimplify.c | 4 ++
gcc/testsuite/ChangeLog | 11 ++++
gcc/testsuite/c-c++-common/gomp/clauses-5.c | 52 ++++++++++++++++++
.../c-c++-common/gomp/lastprivate-conditional-1.c | 64 ++++++++++++++++++++++
.../c-c++-common/gomp/lastprivate-conditional-2.c | 28 ++++++++++
gcc/testsuite/c-c++-common/gomp/requires-1.c | 2 +
gcc/testsuite/c-c++-common/gomp/requires-2.c | 2 +
gcc/testsuite/c-c++-common/gomp/requires-4.c | 2 +
13 files changed, 262 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/clauses-5.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/lastprivate-conditional-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/lastprivate-conditional-2.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 3593f97ffbb Branch/tag all projects with a single commit in release-tag [...]
new 52d7ce62d6f [X86] Move the promotion of v16i16->v16i8 for avx512f but n [...]
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 | 14 ++--
lib/Target/X86/X86InstrAVX512.td | 12 ++++
test/CodeGen/X86/avx512-trunc.ll | 14 ++--
test/CodeGen/X86/pmul.ll | 28 ++++----
test/CodeGen/X86/prefer-avx256-trunc.ll | 2 +-
test/CodeGen/X86/shuffle-vs-trunc-512.ll | 8 +--
test/CodeGen/X86/vector-compare-results.ll | 28 ++++----
test/CodeGen/X86/vector-reduce-mul.ll | 108 ++++++++++++++---------------
test/CodeGen/X86/vector-sext.ll | 4 +-
test/CodeGen/X86/vector-trunc-math.ll | 32 ++++-----
test/CodeGen/X86/vector-trunc-packus.ll | 12 ++--
test/CodeGen/X86/vector-trunc-ssat.ll | 12 ++--
test/CodeGen/X86/vector-trunc-usat.ll | 12 ++--
test/CodeGen/X86/vector-trunc.ll | 16 ++---
14 files changed, 156 insertions(+), 146 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 bcfdeaffea7 cmd/cgo: fix typo in gccgo name mangling recipe
new cc9a0d23a78 gcc.dg/torture/stackalign/builtin-apply-2.c: Skip on v850.
new a621bf1638f Fix whitespace in ChangeLog
new d64015d25eb PR libstdc++/87787 fix UBsan error in std::vector
new f9e599b94fb * affinity-fmt.c: Include inttypes.h if HAVE_INTTYPES_H. [...]
new 01a3f678dbc * config/mips/mips.c (mips_loongson_ext2_prefetch_cookie): [...]
The 5 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 | 5 ++
gcc/config/mips/mips.c | 4 +-
gcc/testsuite/ChangeLog | 4 ++
.../gcc.dg/torture/stackalign/builtin-apply-2.c | 2 +-
libgomp/ChangeLog | 6 +++
libgomp/affinity-fmt.c | 62 ++++++++++++----------
libstdc++-v3/ChangeLog | 8 ++-
libstdc++-v3/include/bits/stl_uninitialized.h | 3 +-
8 files changed, 63 insertions(+), 31 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 6d393d441e Revert rL346454: Fix a use-after-free introduced by r344915.
new a0fa523c07 [OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.
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/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 110 ++++++++++++---------
test/OpenMP/nvptx_SPMD_codegen.cpp | 13 ++-
test/OpenMP/nvptx_target_parallel_codegen.cpp | 4 +-
.../nvptx_target_parallel_proc_bind_codegen.cpp | 6 +-
.../nvptx_target_parallel_reduction_codegen.cpp | 6 +-
test/OpenMP/nvptx_target_teams_codegen.cpp | 2 +-
...arget_teams_distribute_parallel_for_codegen.cpp | 2 +-
..._teams_distribute_parallel_for_simd_codegen.cpp | 2 +-
8 files changed, 88 insertions(+), 57 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 0ea548887e9 [AArch64] Support HiSilicon's TSV110 processor
new 3593f97ffbb Branch/tag all projects with a single commit in release-tag [...]
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:
utils/release/tag.sh | 46 +++++++++++++++++++++++++++++++---------------
1 file changed, 31 insertions(+), 15 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 29b9417c18 Allow a double-underscore spelling of Clang attributes using [...]
new 027e892af8 Use the correct address space when bitcasting func pointer t [...]
new 6d393d441e Revert rL346454: Fix a use-after-free introduced by r344915.
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/CodeGen/CGDebugInfo.cpp | 2 +-
lib/CodeGen/CGException.cpp | 6 +++++-
test/CodeGen/ubsan-debuglog-return.c | 10 ----------
3 files changed, 6 insertions(+), 12 deletions(-)
delete mode 100644 test/CodeGen/ubsan-debuglog-return.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 binutils-gdb.
from 4b905ae1b4 [PowerPC] Document requirements for VSX feature
new 9c122c7f9c Fix unsigned overflow in minsyms reader.
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/ChangeLog | 5 +++++
gdb/minsyms.c | 5 +++--
2 files changed, 8 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 5ac7dfd5c96 [Hexagon] Fix some -Wunused-function with LLVM_DUMP_METHOD [...]
new 86c04a03323 [MS demangler] Use a slightly shorter unmangling for mangle [...]
new d09d3d9eec1 [llvm-mca] Account for buffered resources when analyzing "S [...]
new 0ea548887e9 [AArch64] Support HiSilicon's TSV110 processor
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:
include/llvm/Support/AArch64TargetParser.def | 3 +
lib/Demangle/MicrosoftDemangleNodes.cpp | 9 +-
lib/Support/Host.cpp | 11 +
lib/Target/AArch64/AArch64.td | 17 +
lib/Target/AArch64/AArch64Subtarget.cpp | 5 +
lib/Target/AArch64/AArch64Subtarget.h | 3 +-
test/CodeGen/AArch64/cpus.ll | 1 +
test/CodeGen/AArch64/remat.ll | 1 +
test/Demangle/ms-operators.test | 2 +-
test/Demangle/ms-string-literals.test | 742 +++++++++++-----------
test/MC/AArch64/armv8.1a-lse.s | 2 +
test/MC/AArch64/armv8.2a-dotprod.s | 1 +
test/MC/AArch64/crc.s | 2 +
test/MC/AArch64/ras-extension.s | 1 +
test/MC/Disassembler/AArch64/armv8.2a-dotprod.txt | 1 +
tools/llvm-mca/lib/InstrBuilder.cpp | 29 +-
unittests/Support/Host.cpp | 5 +
unittests/Support/TargetParserTest.cpp | 33 +-
18 files changed, 486 insertions(+), 382 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.