This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 77557aecc9 [ASTImporter] Support importing FunctionTemplateDecl and CXX [...]
new a847afa6b9 [OPENMP] Support for `depend` clauses on `target data update`.
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/CGOpenMPRuntime.cpp | 143 ++++++----
lib/CodeGen/CGStmtOpenMP.cpp | 169 ++++++++++--
lib/CodeGen/CodeGenFunction.h | 14 +
lib/Sema/SemaOpenMP.cpp | 17 +-
test/OpenMP/target_update_depend_codegen.cpp | 378 +++++++++++++++++++++++++++
5 files changed, 640 insertions(+), 81 deletions(-)
create mode 100644 test/OpenMP/target_update_depend_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 clang.
from 7e0bf617fb [x86][icelake][vbmi2] added vbmi2 feature recognition added [...]
new 77557aecc9 [ASTImporter] Support importing FunctionTemplateDecl and CXX [...]
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/AST/ASTImporter.cpp | 126 ++++++++++++++++++++++++++++++++++++++
unittests/AST/ASTImporterTest.cpp | 30 +++++++++
2 files changed, 156 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 llvm.
from 7e6fcc775f5 [X86] Fix vmul combine for AVX1 targets.
new baeee310cc5 [AArch64] Change order of candidate FMLS patterns
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/AArch64/AArch64InstrInfo.cpp | 44 +++++------
test/CodeGen/AArch64/aarch64-combine-fmul-fsub.mir | 87 +++++++++++++++++++++-
2 files changed, 105 insertions(+), 26 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 76bce0d1d5 Automatic date update in version.in
new b67d92b06e reggroups: Add test and docs for `info reg $reggroup` feature
new c1166ca9f3 reggroups: Convert reggroups from post_init to pre_init
new f7efd54948 reggroups: Add reggroup_gdbarch_new, reggroup_find for dynam [...]
new cef0f8684e tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p
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 | 32 ++++++
gdb/NEWS | 4 +
gdb/doc/ChangeLog | 9 ++
gdb/doc/gdb.texinfo | 16 ++-
gdb/infcmd.c | 8 +-
gdb/reggroups.c | 46 +++++++--
gdb/reggroups.h | 6 ++
gdb/target-descriptions.c | 58 ++++-------
gdb/testsuite/ChangeLog | 10 ++
...{batch-preserve-term-settings.c => reggroups.c} | 0
gdb/testsuite/gdb.base/reggroups.exp | 113 +++++++++++++++++++++
gdb/testsuite/gdb.xml/extra-regs.xml | 1 +
gdb/testsuite/gdb.xml/tdesc-regs.exp | 3 +
13 files changed, 252 insertions(+), 54 deletions(-)
copy gdb/testsuite/gdb.base/{batch-preserve-term-settings.c => reggroups.c} (100%)
create mode 100644 gdb/testsuite/gdb.base/reggroups.exp
--
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 415d43cb704 [InstCombine] Gracefully handle out of range extractelement [...]
new 7e6fcc775f5 [X86] Fix vmul combine for AVX1 targets.
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 | 4 ++++
test/CodeGen/X86/combine-pmuldq.ll | 44 ++++++++++++++++++++++++++++++++++++++
2 files changed, 48 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 llvm.
from 58a0346050b [DAGCombine] foldBinOpIntoSelect can fail to constant fold [...]
new 415d43cb704 [InstCombine] Gracefully handle out of range extractelement [...]
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/Transforms/InstCombine/InstCombineVectorOps.cpp | 8 +++++---
test/Transforms/InstCombine/extractelement.ll | 11 +++++++++++
2 files changed, 16 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/InstCombine/extractelement.ll
--
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 1abfa5b17a7 Assign result of get_string_lenth to a SSA_NAME (PR tree-op [...]
new fc15e6c1a7a gcc/ChangeLog:
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 | 35 +++
gcc/config/aarch64/aarch64-simd-builtins.def | 6 +-
gcc/config/aarch64/aarch64-simd.md | 48 +++
gcc/config/aarch64/arm_neon.h | 336 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 4 +
.../gcc.target/aarch64/advsimd-intrinsics/vld1x2.c | 71 +++++
6 files changed, 499 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vld1x2.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 f4c03144e12 Improve performance TokenizeWindowsCommandLine
new 58a0346050b [DAGCombine] foldBinOpIntoSelect can fail to constant fold [...]
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/SelectionDAG/DAGCombiner.cpp | 14 +++++++------
test/CodeGen/X86/fdiv-combine.ll | 35 ++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 6 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 46a2237cfa [OpenMP] Further adjustments of nvptx runtime functions
new 7e0bf617fb [x86][icelake][vbmi2] added vbmi2 feature recognition added [...]
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/BuiltinsX86.def | 91 ++++
include/clang/Driver/Options.td | 2 +
lib/Basic/Targets/X86.cpp | 23 +-
lib/Basic/Targets/X86.h | 1 +
lib/Headers/CMakeLists.txt | 2 +
lib/Headers/avx512vbmi2intrin.h | 391 +++++++++++++++
lib/Headers/avx512vlvbmi2intrin.h | 748 +++++++++++++++++++++++++++++
lib/Headers/immintrin.h | 9 +
test/CodeGen/attr-target-x86.c | 4 +-
test/CodeGen/avx512vbmi2-builtins.c | 304 ++++++++++++
test/CodeGen/avx512vlvbmi2-builtins.c | 604 +++++++++++++++++++++++
test/Driver/x86-target-features.c | 13 +-
test/Preprocessor/predefined-arch-macros.c | 2 +
test/Preprocessor/x86_target_features.c | 21 +
14 files changed, 2202 insertions(+), 13 deletions(-)
create mode 100644 lib/Headers/avx512vbmi2intrin.h
create mode 100644 lib/Headers/avx512vlvbmi2intrin.h
create mode 100644 test/CodeGen/avx512vbmi2-builtins.c
create mode 100644 test/CodeGen/avx512vlvbmi2-builtins.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 cd1ee44941 [x86][icelake][vnni] added vnni feature recognition added in [...]
new 46a2237cfa [OpenMP] Further adjustments of nvptx runtime functions
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 | 31 +++++++++++++++++++-----------
test/OpenMP/nvptx_data_sharing.cpp | 4 ++--
test/OpenMP/nvptx_target_teams_codegen.cpp | 4 ++--
3 files changed, 24 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.