This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from de4b2869d More constexpr algorithms from P0202. any_of/all_of/none_of.
new bb8010f6f partition_point gets the P0202 treatment
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/algorithm | 4 ++--
.../alg.partitions/partition_point.pass.cpp | 21 +++++++++++++++++++--
.../alg.nonmodifying/alg.all_of/all_of.pass.cpp | 2 +-
.../alg.nonmodifying/alg.any_of/any_of.pass.cpp | 2 +-
4 files changed, 23 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 libcxx.
from 8d0d82585 First part of P0202: Adding constexpr modifiers to functions [...]
new de4b2869d More constexpr algorithms from P0202. any_of/all_of/none_of.
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/algorithm | 12 ++++++------
.../alg.nonmodifying/alg.all_of/all_of.pass.cpp | 17 ++++++++++++++++-
.../alg.nonmodifying/alg.any_of/any_of.pass.cpp | 17 ++++++++++++++++-
.../alg.nonmodifying/alg.none_of/none_of.pass.cpp | 17 ++++++++++++++++-
4 files changed, 54 insertions(+), 9 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 e8afc14df40 [WebAssembly] Make WasmObjectWriter's destructor public; NFC
new 94cb0130bcb [docs] Fix mention of GCC frontend
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/HowToSubmitABug.rst | 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 llvm.
from 3b8332372a3 [SystemZ] Check for legality before doing LOAD AND TEST tr [...]
new e8afc14df40 [WebAssembly] Make WasmObjectWriter's destructor public; NFC
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/MC/WasmObjectWriter.cpp | 7 ++-----
1 file changed, 2 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 libcxx.
from cce11ce7c Add error code handling to remove_all test
new 8d0d82585 First part of P0202: Adding constexpr modifiers to 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/algorithm | 97 ++++++++++------------
.../alg.partitions/is_partitioned.pass.cpp | 19 ++++-
.../alg.is_permutation/is_permutation.pass.cpp | 21 ++++-
.../is_permutation_pred.pass.cpp | 21 ++++-
.../alg.heap.operations/is.heap/is_heap.pass.cpp | 17 +++-
.../is.heap/is_heap_comp.pass.cpp | 17 +++-
.../is.heap/is_heap_until.pass.cpp | 17 +++-
.../is.heap/is_heap_until_comp.pass.cpp | 17 +++-
.../alg.sort/is.sorted/is_sorted.pass.cpp | 13 +++
.../alg.sort/is.sorted/is_sorted_comp.pass.cpp | 13 +++
.../alg.sort/is.sorted/is_sorted_until.pass.cpp | 13 +++
.../is.sorted/is_sorted_until_comp.pass.cpp | 13 +++
www/cxx2a_status.html | 6 +-
13 files changed, 222 insertions(+), 62 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-7-branch
in repository gcc.
from 839ca2d6915 i386: More use reference of struct ix86_frame to avoid copy
new 9a4efa46ac7 i386: Align stack frame if argument is passed on stack
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 | 13 +++++++++++++
gcc/config/i386/i386.c | 19 +++++++++++++++++--
gcc/config/i386/i386.h | 3 +++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr83330.c | 29 +++++++++++++++++++++++++++++
5 files changed, 68 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr83330.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 4b7d612a694 Allow function_ref(nullptr) like std::function, since it's [...]
new 3b8332372a3 [SystemZ] Check for legality before doing LOAD AND TEST tr [...]
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/SystemZ/SystemZElimCompare.cpp | 131 ++++++++++++++++++------------
test/CodeGen/SystemZ/load-and-test.mir | 52 ++++++++++++
2 files changed, 131 insertions(+), 52 deletions(-)
create mode 100644 test/CodeGen/SystemZ/load-and-test.mir
--
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 glibc.
from 860b0240a5 nptl: Add PTHREAD_MIN_STACK C++ throw test [BZ #22636]
new c9e613a728 Add NT_ARM_SVE to elf.h
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:
ChangeLog | 4 ++++
elf/elf.h | 2 ++
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.