This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9b127f0e72 [analyzer][UninitializedObjectChecker] Refactoring p5.: Hand [...]
new 7a16e8359c [OPENMP] Fix emission of the loop doacross constructs.
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/AST/OpenMPClause.h | 96 +++++++---
lib/AST/OpenMPClause.cpp | 127 +++++++++----
lib/CodeGen/CGOpenMPRuntime.cpp | 92 ++++++----
lib/CodeGen/CGOpenMPRuntime.h | 8 +-
lib/CodeGen/CGStmtOpenMP.cpp | 33 +++-
lib/Sema/SemaOpenMP.cpp | 269 +++++++++++++++++++---------
lib/Serialization/ASTReaderStmt.cpp | 18 +-
lib/Serialization/ASTWriterStmt.cpp | 9 +-
test/OpenMP/ordered_doacross_codegen.c | 28 ++-
test/OpenMP/ordered_doacross_codegen.cpp | 107 ++++++++---
test/OpenMP/parallel_for_simd_ast_print.cpp | 2 +-
11 files changed, 571 insertions(+), 218 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 c16f12a2dc1 [gcc]
new 04a634e03d4 Revert "libstdc++-v3: Have aligned_alloc() on Newlib"
new 48789c427dd Add <bit> and <version> to freestanding headers
new 43fd0f2a49d Minor optimisations in operator new(size_t, align_val_t)
new be4d4c0a2bd PR libstdc++/45093 avoid warnings for _M_destroy_node
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:
libstdc++-v3/ChangeLog | 22 ++++++++++++++++++++++
libstdc++-v3/configure | 2 --
libstdc++-v3/configure.ac | 1 -
libstdc++-v3/include/Makefile.am | 10 +++++-----
libstdc++-v3/include/Makefile.in | 10 +++++-----
libstdc++-v3/include/bits/stl_tree.h | 12 ++++++------
libstdc++-v3/libsupc++/new_opa.cc | 6 +++---
libstdc++-v3/testsuite/17_intro/freestanding.cc | 9 +++++++++
8 files changed, 50 insertions(+), 22 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 7b19ab70e3e [CodeGen] Fix assert in SelectionDAG::computeKnownBits
new e8a927c34a0 [InstCombine][NFC] Tests for 'signed truncation check' opti [...]
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:
.../InstCombine/signed-truncation-check.ll | 634 +++++++++++++++++++++
1 file changed, 634 insertions(+)
create mode 100644 test/Transforms/InstCombine/signed-truncation-check.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 llvm.
from b15a8309585 [InstCombine] add more tests for trig reflections; NFC (PR38458)
new 7b19ab70e3e [CodeGen] Fix assert in SelectionDAG::computeKnownBits
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/SelectionDAG.cpp | 4 +--
.../AMDGPU/extract-subvector-equal-length.ll | 30 ++++++++++++++++++++++
2 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/extract-subvector-equal-length.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 clang.
from e0f3e3d991 Enforce instantiation of template multiversion functions
new 532d704249 [analyzer][UninitializedObjectChecker] Refactoring p4.: Wrap [...]
new 9b127f0e72 [analyzer][UninitializedObjectChecker] Refactoring p5.: Hand [...]
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:
.../UninitializedObject/UninitializedObject.h | 152 +++++++++++++++------
.../UninitializedObjectChecker.cpp | 148 ++++++++++----------
.../UninitializedObject/UninitializedPointee.cpp | 43 +++++-
test/Analysis/cxx-uninitialized-object.cpp | 8 +-
test/Analysis/objcpp-uninitialized-object.mm | 2 +-
5 files changed, 223 insertions(+), 130 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 fd195ce798b [llvm-mca] Propagate fatal llvm-mca errors from library cla [...]
new b15a8309585 [InstCombine] add more tests for trig reflections; NFC (PR38458)
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/Transforms/InstCombine/cos-1.ll | 100 ++++++++++++++++++++++++++++++++---
1 file changed, 92 insertions(+), 8 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 2ed34ac167 [analyzer][UninitializedObjectChecker] Refactoring p3.: prin [...]
new e0f3e3d991 Enforce instantiation of template multiversion 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:
include/clang/AST/ASTContext.h | 2 +-
lib/AST/ASTContext.cpp | 2 +-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 18 ++++++++++++++----
test/CodeGenCXX/attr-target-mv-member-funcs.cpp | 12 ++++++++++--
4 files changed, 26 insertions(+), 8 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 4f97dae072 [analyzer][UninitializedObjectChecker] Refactoring p2.: Movi [...]
new 2ed34ac167 [analyzer][UninitializedObjectChecker] Refactoring p3.: prin [...]
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:
.../UninitializedObject/UninitializedObject.h | 10 +++-------
.../UninitializedObjectChecker.cpp | 21 +++++++++++++--------
.../UninitializedObject/UninitializedPointee.cpp | 2 +-
3 files changed, 17 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.