This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a4de65c * config/avr/avr.c: Fix coding rule glitches.
new f89b61d Implement LWG 2766, Swapping non-swappable types and LWG 2749 [...]
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 | 40 ++++++++++++++++++++++
libstdc++-v3/include/bits/move.h | 3 +-
libstdc++-v3/include/bits/stl_pair.h | 8 +++++
libstdc++-v3/include/bits/unique_ptr.h | 8 +++++
libstdc++-v3/include/std/array | 8 +++++
libstdc++-v3/include/std/optional | 4 +++
libstdc++-v3/include/std/tuple | 18 ++++------
libstdc++-v3/include/std/type_traits | 21 +++++++++++-
libstdc++-v3/include/std/utility | 4 ---
libstdc++-v3/include/std/variant | 11 ++++--
libstdc++-v3/testsuite/20_util/optional/swap/2.cc | 4 +--
.../20_util/{as_const/1.cc => pair/swap_cxx17.cc} | 23 ++++++++-----
.../{optional/swap/2.cc => tuple/swap_cxx17.cc} | 30 ++++++++--------
.../specialized_algorithms/swap_cxx17.cc} | 22 ++++++------
libstdc++-v3/testsuite/20_util/variant/compile.cc | 15 ++++++++
.../array/specialized_algorithms/swap_cxx17.cc} | 19 +++++-----
.../23_containers/array/tuple_interface/get_neg.cc | 4 +--
.../array/tuple_interface/tuple_element_neg.cc | 2 +-
18 files changed, 177 insertions(+), 67 deletions(-)
copy libstdc++-v3/testsuite/20_util/{as_const/1.cc => pair/swap_cxx17.cc} (65%)
copy libstdc++-v3/testsuite/20_util/{optional/swap/2.cc => tuple/swap_cxx17.cc} (52%)
copy libstdc++-v3/testsuite/20_util/{shared_ptr/requirements/weak_type.cc => uniqu [...]
copy libstdc++-v3/testsuite/{20_util/is_nothrow_callable/requirements/typedefs.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 25c80fb [X86][SSE] Classify AND bitmasks as variable shuffle masks
new d9c0875 [SLP] Additional tests with the cost of vector operations.
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/Analysis/CostModel/X86/reduction.ll | 2 ++
.../SLPVectorizer/X86/reduction_unrolled.ll | 19 ++++++++++++++++++-
2 files changed, 20 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 llvm.
from 3160d05 [X86][SSE] Add support for combining AND bitmasks to shuffles.
new 25c80fb [X86][SSE] Classify AND bitmasks as variable shuffle masks
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/vector-shuffle-128-v2.ll | 6 ------
2 files changed, 4 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 svn-tags/RELEASE_391
in repository openmp.
at 21b90ad Creating release candidate rc1 from release_391 branch
This branch includes the following new commits:
new f1de314 Creating release directory for release_391.
new 21b90ad Creating release candidate rc1 from release_391 branch
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 openmp.
from 8ba8798 Fixed typo in kmp_process_deps trace output
new 0fee15b fixed type in Windows-specific code
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_i18n.c | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from d1e8838 [Patch testsuite obvious] Use setjmp, not sigsetjmp in gcc.dg [...]
new a4de65c * config/avr/avr.c: Fix coding rule glitches.
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 | 4 ++
gcc/config/avr/avr.c | 152 +++++++++++++++++++++++++--------------------------
2 files changed, 80 insertions(+), 76 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 f8e7cdb Remove iostream include from WasmObjectFile
new 3160d05 [X86][SSE] Add support for combining AND bitmasks to shuffles.
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 | 11 +++
.../CodeGen/X86/clear_upper_vector_element_bits.ll | 18 +++-
test/CodeGen/X86/known-bits.ll | 6 +-
test/CodeGen/X86/vec_int_to_fp.ll | 9 +-
test/CodeGen/X86/vec_uint_to_fp-fastmath.ll | 102 ++++++++++++++-------
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 6 +-
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 3 +-
7 files changed, 102 insertions(+), 53 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 0eded94 [ObjC] Avoid a @try/@finally/@autoreleasepool fixit when pars [...]
new 441c3af Adds hasUnqualifiedDesugaredType to allow matching through ty [...]
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:
docs/LibASTMatchersReference.html | 260 +++++++++++----------
include/clang/ASTMatchers/ASTMatchers.h | 16 ++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 9 +
4 files changed, 162 insertions(+), 124 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 a191a43 Fix PR tree-optimization/78598 - tree-ssa-loop-prefetch.c:835 [...]
new d1e8838 [Patch testsuite obvious] Use setjmp, not sigsetjmp in gcc.dg [...]
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/pr78582.c | 2 +-
2 files changed, 5 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 llvm.
from 400d54c [LMT] Restrict nop length to one not all lakemont MCU support [...]
new f8e7cdb Remove iostream include from WasmObjectFile
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/Object/WasmObjectFile.cpp | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.