This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f3aad1e Daily bump.
new 11aaa98 Class template argument deduction in new-expression * init. [...]
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 | 12 ++++++++++
gcc/cp/init.c | 10 +++++---
gcc/cp/parser.c | 3 ++-
gcc/cp/pt.c | 28 ++++++++++++++++++----
gcc/cp/typeck2.c | 10 ++++++--
gcc/testsuite/g++.dg/cpp1z/class-deduction33.C | 13 ++++++++++
.../{class-deduction2.C => class-deduction34.C} | 5 +++-
gcc/testsuite/g++.dg/cpp1z/class-deduction35.C | 10 ++++++++
8 files changed, 80 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction33.C
copy gcc/testsuite/g++.dg/cpp1z/{class-deduction2.C => class-deduction34.C} (54%)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction35.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 zack/testsuite-isomac
in repository glibc.
discards 908e48f Suppress internal declarations for most of the testsuite.
discards fa74d3a Narrowing the visibility of libc-internal.h even further.
discards 58144d7 Remove _IO_MTSAFE_IO from public headers.
discards f28264c Miscellaneous low-risk changes preparing for _ISOMAC testsuite.
adds 5e4e106 Miscellaneous low-risk changes preparing for _ISOMAC testsuite.
adds 9090848 Narrowing the visibility of libc-internal.h even further.
new 9f81f94 Remove _IO_MTSAFE_IO from public headers.
new 5d6def1 Suppress internal declarations for most of the testsuite.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (908e48f)
\
N -- N -- N refs/heads/zack/testsuite-isomac (5d6def1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ChangeLog | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 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 llvm.
from 1174171 LiveIntervalUnion: Remove unused function; NFC
new 0e90d42 LiveRegMatrix: Fix some subreg interference 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:
include/llvm/CodeGen/LiveRegMatrix.h | 2 +-
lib/CodeGen/LiveRegMatrix.cpp | 13 ++++++++-----
test/CodeGen/AMDGPU/add.v2i16.ll | 4 ++--
test/CodeGen/AMDGPU/br_cc.f16.ll | 15 +++++++--------
test/CodeGen/AMDGPU/fneg-combines.ll | 3 +--
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 12 ++++++------
test/CodeGen/AMDGPU/sub.v2i16.ll | 10 +++++-----
test/CodeGen/AMDGPU/subreg_interference.mir | 24 ++++++++++++++++++++++++
8 files changed, 54 insertions(+), 29 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/subreg_interference.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 llvm.
from f3b992a [Support] Fix some Clang-tidy modernize and Include What You [...]
new c099893 Revert r296708; causing test failures on ARM hosts.
new 1174171 LiveIntervalUnion: Remove unused function; NFC
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:
include/llvm/CodeGen/LiveIntervalUnion.h | 7 -------
lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 30 ++++++++++++------------------
test/CodeGen/ARM/prera-ldst-insertpt.mir | 32 +++++++++++++-------------------
3 files changed, 25 insertions(+), 44 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 compiler-rt.
from 6e1f230 Use pthreads for thread-local lsan allocator cache on darwin
new 8040211 Revert "Increase stack size for stack-use-after-return test"
new 9789e71 Revert "Use pthreads for thread-local lsan allocator cache on [...]
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/lsan/lsan_allocator.cc | 51 ++++++++++++++++++----
lib/lsan/lsan_allocator.h | 37 ----------------
lib/lsan/lsan_common_linux.cc | 4 --
lib/lsan/lsan_common_mac.cc | 8 +---
.../asan/TestCases/Posix/stack-use-after-return.cc | 2 +-
5 files changed, 45 insertions(+), 57 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 a50f957 [DAGCombiner] mulhi + 1 never overflow.
new 73db972 Remove spurious use of LLVM_FALLTHROUGH (NFC)
new f3b992a [Support] Fix some Clang-tidy modernize and Include What You [...]
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:
include/llvm/IR/Dominators.h | 27 ++++++++++---
include/llvm/Support/Allocator.h | 15 ++++---
include/llvm/Support/FileSystem.h | 75 ++++++++++++++++-------------------
include/llvm/Support/GCOV.h | 64 ++++++++++++++----------------
include/llvm/Support/GenericDomTree.h | 62 ++++++++++++++++-------------
include/llvm/Support/TargetRegistry.h | 55 +++++++++++++------------
lib/CodeGen/AsmPrinter/DIE.cpp | 60 ++++++++--------------------
7 files changed, 173 insertions(+), 185 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 libcxxabi.
from 2ecb4ee [libcxxabi] Clean up macro usage.
new 477fd7e Cleanup new/delete definitions
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:
src/CMakeLists.txt | 6 ++-
src/stdlib_exception.cpp | 66 +++++++++++++++++++++++
src/{cxa_new_delete.cpp => stdlib_new_delete.cpp} | 66 -----------------------
3 files changed, 71 insertions(+), 67 deletions(-)
rename src/{cxa_new_delete.cpp => stdlib_new_delete.cpp} (79%)
--
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 99c4aa1 Make it clear what you should modify when you copy any of the [...]
new 6872653 Fix various warnings. 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:
source/Commands/CommandObjectFrame.cpp | 7 +-
source/Commands/CommandObjectType.cpp | 3 +-
.../Instruction/ARM/EmulateInstructionARM.cpp | 352 ---------------------
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 6 +-
.../Plugins/Platform/Android/PlatformAndroid.cpp | 2 +-
.../GDBRemoteCommunicationServerPlatform.cpp | 4 +-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 9 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 +-
source/Target/Process.cpp | 4 +-
source/Target/StackFrame.cpp | 2 +-
source/Target/Target.cpp | 4 +-
source/Utility/VASprintf.cpp | 4 +-
12 files changed, 22 insertions(+), 379 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.