This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 4e42dc9 Change the return type of emplace_[front|back] back to void w [...]
new 9bb0cca Implement LWG2556: Wide contract for future::share()
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/future | 18 +++++++++---------
.../futures/futures.unique_future/share.pass.cpp | 6 ++++++
www/cxx1z_status.html | 2 +-
3 files changed, 16 insertions(+), 10 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 eeb00e3 Strengthen test from r292632 to also check we get the manglin [...]
new 0e1da5f PR31742: Don't emit a bogus "zero size array" extwarn when in [...]
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/Sema/SemaInit.cpp | 2 +-
test/SemaCXX/new-delete-cxx0x.cpp | 4 +++-
2 files changed, 4 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 e8e3365 AMDGPU: Remove spurious out branches after a kill
new adb0ce8 [XCore] Fix some Clang-tidy modernize and Include What You Us [...]
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:
.../XCore/MCTargetDesc/XCoreMCTargetDesc.cpp | 16 ++++++--
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h | 8 ++--
lib/Target/XCore/XCoreMachineFunctionInfo.h | 44 +++++++++-------------
lib/Target/XCore/XCoreTargetMachine.cpp | 18 ++++++---
lib/Target/XCore/XCoreTargetMachine.h | 9 ++++-
5 files changed, 53 insertions(+), 42 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 lldb.
from 2fe62ba Fix a bug where lldb does not respect the packet size.
new bc47d33 Provide option to set pc of the file loaded in memory.
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/lldb/Core/Module.h | 2 +-
include/lldb/Symbol/ObjectFile.h | 2 +-
source/Commands/CommandObjectTarget.cpp | 12 +++++++++---
source/Core/Module.cpp | 4 ++--
source/Symbol/ObjectFile.cpp | 11 ++++++++++-
5 files changed, 23 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 libcxx.
from b4d17ad Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENA [...]
new 4e42dc9 Change the return type of emplace_[front|back] back to void w [...]
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/deque | 23 ++++++++++++++--
include/forward_list | 12 +++++++-
include/list | 28 +++++++++++++++++--
include/queue | 7 ++++-
include/stack | 7 ++++-
include/vector | 23 ++++++++++++++--
.../queue/queue.defn/emplace.pass.cpp | 14 ++++++++--
.../stack/stack.defn/emplace.pass.cpp | 9 ++++++
.../deque/deque.modifiers/emplace_back.pass.cpp | 9 +++++-
.../deque/deque.modifiers/emplace_front.pass.cpp | 21 +++++++++++++-
.../forwardlist.modifiers/emplace_front.pass.cpp | 19 +++++++++++++
.../list/list.modifiers/emplace_back.pass.cpp | 20 ++++++++++++++
.../list/list.modifiers/emplace_front.pass.cpp | 20 ++++++++++++++
.../sequences/vector.bool/emplace_back.pass.cpp | 30 ++++++++++++++++----
.../vector/vector.modifiers/emplace_back.pass.cpp | 32 ++++++++++++++++++++++
www/cxx1z_status.html | 4 +--
16 files changed, 256 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 lldb.
from faa0ba6 Fix android build for r292935 (personality.h)
new 2fe62ba Fix a bug where lldb does not respect the packet size.
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:
.../Process/gdb-remote/ProcessGDBRemote.cpp | 30 ++++++++++++++++++----
1 file changed, 25 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 gcc.
from e8c55c9 * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add /* F [...]
new 0e899ff PR c++/79205 * cp-gimplify.c (cp_genericize_r): Add result [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/cp-gimplify.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp1z/decomp22.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp23.C | 12 ++++++++++++
5 files changed, 46 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp22.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp23.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 libcxx.
from bef26f7 Add a test to make sure that implicit conversion from error_c [...]
new b4d17ad Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENA [...]
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/memory | 29 +++++++++++++++++-----
.../auto.ptr/auto_ptr.cxx1z.pass.cpp} | 26 ++++++-------------
.../auto.ptr/auto.ptr.cons/assignment.pass.cpp | 2 ++
.../auto.ptr/auto.ptr.cons/convert.pass.cpp | 2 ++
.../auto.ptr.cons/convert_assignment.pass.cpp | 2 ++
.../auto.ptr/auto.ptr.cons/copy.pass.cpp | 2 ++
.../auto.ptr/auto.ptr.cons/pointer.pass.cpp | 2 ++
.../assign_from_auto_ptr_ref.pass.cpp | 2 ++
.../convert_from_auto_ptr_ref.pass.cpp | 2 ++
.../auto.ptr.conv/convert_to_auto_ptr.pass.cpp | 2 ++
.../auto.ptr.conv/convert_to_auto_ptr_ref.pass.cpp | 2 ++
.../auto.ptr/auto.ptr.members/arrow.pass.cpp | 2 ++
.../auto.ptr/auto.ptr.members/deref.pass.cpp | 2 ++
.../auto.ptr/auto.ptr.members/release.pass.cpp | 2 ++
.../auto.ptr/auto.ptr.members/reset.pass.cpp | 2 ++
.../depr.auto.ptr/auto.ptr/element_type.pass.cpp | 2 ++
.../unique.ptr.single.ctor/auto_pointer.pass.cpp | 2 +-
.../auto_ptr_Y.pass.cpp | 1 +
.../util.smartptr.shared.const/auto_ptr.pass.cpp | 1 +
19 files changed, 62 insertions(+), 25 deletions(-)
copy test/{std/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp => libcxx/depr/de [...]
--
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 e07fb6a PR c++/78469 - defaulted ctor and inaccessible dtor * cp-tr [...]
new e8c55c9 * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add /* F [...]
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:
libgcc/ChangeLog | 5 +++++
libgcc/soft-fp/op-common.h | 7 ++++++-
2 files changed, 11 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 d019e86 Enable FeatureFlatForGlobal on Volcanic Islands
new 6549be4 [SystemZ] Fix some Clang-tidy modernize and Include What You [...]
new 5acaea1 Revert rL292621. Caused some internal build bot failures in apple.
new e8e3365 AMDGPU: Remove spurious out branches after a kill
The 3 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/RegisterCoalescer.cpp | 171 -------------
lib/Target/AMDGPU/SIInsertSkips.cpp | 11 +-
.../SystemZ/Disassembler/SystemZDisassembler.cpp | 8 +-
.../SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp | 25 +-
.../SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp | 15 +-
lib/Target/SystemZ/SystemZElimCompare.cpp | 45 ++--
lib/Target/SystemZ/SystemZInstrInfo.cpp | 41 ++-
lib/Target/SystemZ/SystemZInstrInfo.h | 18 +-
lib/Target/SystemZ/SystemZLongBranch.cpp | 61 +++--
lib/Target/SystemZ/SystemZMachineScheduler.h | 26 +-
lib/Target/SystemZ/SystemZTargetMachine.cpp | 27 +-
lib/Target/SystemZ/SystemZTargetMachine.h | 17 +-
test/CodeGen/AMDGPU/insert-skips-kill-uncond.mir | 40 +++
test/CodeGen/X86/pre-coalesce-2.ll | 281 ---------------------
test/CodeGen/X86/pre-coalesce.ll | 51 ----
test/CodeGen/X86/pre-coalesce.mir | 122 ---------
16 files changed, 234 insertions(+), 725 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/insert-skips-kill-uncond.mir
delete mode 100644 test/CodeGen/X86/pre-coalesce-2.ll
delete mode 100644 test/CodeGen/X86/pre-coalesce.ll
delete mode 100644 test/CodeGen/X86/pre-coalesce.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.