This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a6ebe1e Replace uses of C++14 remove_cv_t alias in C++11 header
new c4a0775 * gcc.target/i386/pr77761.c: Require int128 effective target [...]
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 | 2 +-
gcc/testsuite/ChangeLog | 8 +++++++-
gcc/testsuite/gcc.target/i386/pr77761.c | 12 +++---------
3 files changed, 11 insertions(+), 11 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 gcc-6-branch
in repository gcc.
from f30cf52 Backport from mainline 2016-12-06 Ville Voutilainen <ville. [...]
new f8ff1e0 Make check_effective_target_c++ work for libstdc++
new b5bee70 Simplify std::__invoke_impl definitions
new 87bfc73 libstdc++/51960 move-construction for raw_storage_iterator
new d9e573d Make std::scoped_allocator_adaptor's OUTERMOST recursive
new 21d2c3d Define std::allocator<T>::is_always_equal
new 6454113 Do not copy std::call_once arguments (LWG 2442)
new 0e40f33 Enable printers and xmethods for std::__cxx11::list
new a17414d Simplify std::rethrow_if_nested definition
new 6cefed8 Fix typos in experimental::shared_ptr
new f2dfeb6 Fix indentation of experimental::shared_ptr code
new 01671c5 Fix std::experimental::shared_ptr SFINAE constraints
new aeca049 Test experimental::shared_ptr construction from other smart pointers
The 12 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 | 8 +
gcc/testsuite/lib/target-supports.exp | 10 +-
libstdc++-v3/ChangeLog | 140 +++++
libstdc++-v3/doc/html/manual/bugs.html | 3 +
libstdc++-v3/doc/xml/manual/intro.xml | 20 +
libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 5 +-
libstdc++-v3/include/bits/allocator.h | 6 +-
libstdc++-v3/include/bits/stl_raw_storage_iter.h | 17 +-
.../include/experimental/bits/shared_ptr.h | 575 ++++++++++++---------
libstdc++-v3/include/std/functional | 29 +-
libstdc++-v3/include/std/mutex | 23 +-
libstdc++-v3/include/std/scoped_allocator | 54 +-
libstdc++-v3/libsupc++/nested_exception.h | 88 ++--
libstdc++-v3/python/libstdcxx/v6/printers.py | 1 +
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 2 +-
.../nested_exception/rethrow_if_nested.cc | 19 +
.../20_util/allocator/requirements/typedefs.cc | 3 +
.../20_util/function_objects/invoke/59768.cc | 2 +-
.../invoke/{59768.cc => ref_ext.cc} | 35 +-
.../void.cc => raw_storage_iterator/dr2127.cc} | 22 +-
.../testsuite/20_util/scoped_allocator/3.cc | 66 +++
.../20_util/scoped_allocator/outermost.cc | 91 ++++
.../dr2442.cc} | 31 +-
.../memory/shared_ptr/comparison/comparison.cc | 10 +
.../memory/shared_ptr/cons/pointer_ctor.cc | 22 +-
.../cons/{default_ctor.cc => pointer_ctor_neg.cc} | 33 +-
.../experimental/memory/shared_ptr/cons/torture.cc | 53 ++
.../memory/shared_ptr/cons/unique_ptr_ctor.cc | 52 +-
.../memory/shared_ptr/cons/weak_ptr_ctor.cc | 41 +-
.../memory/shared_ptr/modifiers/reset.cc | 7 +-
.../shared_ptr/modifiers/{swap.cc => reset_neg.cc} | 42 +-
.../memory/shared_ptr/observers/use_count.cc | 3 +-
libstdc++-v3/testsuite/libstdc++-xmethods/list.cc | 3 -
libstdc++-v3/testsuite/util/testsuite_allocator.h | 1 +
34 files changed, 1064 insertions(+), 453 deletions(-)
copy libstdc++-v3/testsuite/20_util/function_objects/invoke/{59768.cc => ref_ext.c [...]
copy libstdc++-v3/testsuite/20_util/{allocator/void.cc => raw_storage_iterator/dr2 [...]
create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/3.cc
create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/outermost.cc
copy libstdc++-v3/testsuite/30_threads/{thread/members/hardware_concurrency.cc => [...]
copy libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/{default_ctor.cc = [...]
create mode 100644 libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/torture.cc
copy libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/{swap.cc => r [...]
--
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 b23f6fe [X86] Add test to show missed opportunities to calculate know [...]
new 9b37990 [SelectionDAG] Removed old knownbits TODO comment. NFCI.
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 | 3 ---
1 file changed, 3 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 5ab68dc [X86][SSE] Fix vpextrd/vpextrq checks
new b23f6fe [X86] Add test to show missed opportunities to calculate know [...]
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/CodeGen/X86/known-bits-vector.ll | 37 +++++++++++++++++++++++++++++++++++
1 file changed, 37 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 gcc.
from ff5d4ec GCC caches the whether a function is a leaf in crtl->is_leaf. [...]
new 5c0fbdf Improve tests for contents of <new> header
new 71bf537 Disable test using std::set_unexcepted for C++17
new 0ef97d8 Use _GLIBCXX_THROW macro in bitmap_allocator
new f4234ff Replace dynamic exception specifications in testsuite
new 3fc359ab Replace use of C++14 std::exchange in C++11 testcase
new a6ebe1e Replace uses of C++14 remove_cv_t alias in C++11 header
The 6 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 | 31 +++++++++++++++
libstdc++-v3/include/experimental/bits/fs_path.h | 5 ++-
libstdc++-v3/include/ext/bitmap_allocator.h | 6 +--
.../testsuite/18_support/bad_exception/59392.cc | 3 ++
.../testsuite/18_support/headers/new/synopsis.cc | 44 ++++++++++++++++++++--
.../headers/new/{synopsis.cc => synopsis_cxx98.cc} | 4 +-
libstdc++-v3/testsuite/20_util/allocator/1.cc | 2 +-
.../testsuite/22_locale/locale/cons/12352.cc | 4 +-
.../23_containers/vector/zero_sized_allocations.cc | 2 +-
.../testsuite/28_regex/traits/char/user_defined.cc | 6 ++-
.../testsuite/30_threads/lock_guard/cons/1.cc | 2 +-
.../testsuite/ext/pool_allocator/allocate_chunk.cc | 3 +-
libstdc++-v3/testsuite/ext/profile/replace_new.cc | 3 +-
.../testsuite/util/replacement_memory_operators.h | 5 ++-
libstdc++-v3/testsuite/util/testsuite_hooks.h | 6 +++
libstdc++-v3/testsuite/util/testsuite_tr1.h | 15 ++++----
16 files changed, 112 insertions(+), 29 deletions(-)
copy libstdc++-v3/testsuite/18_support/headers/new/{synopsis.cc => synopsis_cxx98. [...]
--
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 gcc-6-branch
in repository gcc.
from 0fdd3b6 Adjust comment
new f30cf52 Backport from mainline 2016-12-06 Ville Voutilainen <ville. [...]
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 | 14 ++++++++++++++
libstdc++-v3/include/experimental/optional | 22 +++++++++++++++++-----
2 files changed, 31 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 gcc-5-branch
in repository gcc.
from c8bd8a2 2016-12-06 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new a258c7f Backport from mainline 2016-12-06 Ville Voutilainen <ville. [...]
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 | 14 ++++++++++++++
libstdc++-v3/include/experimental/optional | 22 +++++++++++++++++-----
2 files changed, 31 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 llvm.
from c57b7e5 [X86][SSE] Force execution domain of 32-bit extractps/pextrd [...]
new 5ab68dc [X86][SSE] Fix vpextrd/vpextrq checks
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/CodeGen/X86/stack-folding-int-avx1.ll | 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 llvm.
from 1517e2e Try unbreaking the MSVC build.
new b6b20e1 [LV] Scalarize operands of predicated instructions
new c57b7e5 [X86][SSE] Force execution domain of 32-bit extractps/pextrd [...]
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/Transforms/Vectorize/LoopVectorize.cpp | 217 ++++++++++++++++++++-
test/CodeGen/X86/stack-folding-fp-avx1.ll | 10 +-
test/CodeGen/X86/stack-folding-fp-sse42.ll | 10 +-
test/CodeGen/X86/stack-folding-int-avx1.ll | 8 +-
test/CodeGen/X86/stack-folding-int-sse42.ll | 8 +-
.../LoopVectorize/AArch64/aarch64-predication.ll | 63 ++++++
.../LoopVectorize/AArch64/predication_costs.ll | 148 +++++++++++++-
.../LoopVectorize/X86/x86-predication.ll | 60 ++++++
test/Transforms/LoopVectorize/if-pred-non-void.ll | 54 +++++
test/Transforms/LoopVectorize/if-pred-stores.ll | 11 +-
10 files changed, 561 insertions(+), 28 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/AArch64/aarch64-predication.ll
create mode 100644 test/Transforms/LoopVectorize/X86/x86-predication.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 b831fe1 Improve TI mode address offsets - these may either use LDP of [...]
new ff5d4ec GCC caches the whether a function is a leaf in crtl->is_leaf. [...]
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 | 5 +++++
gcc/ira.c | 16 +++++++++++-----
2 files changed, 16 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.