This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cc2ca70 Daily bump.
new 4885982 gcc/
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/init.c | 18 +++++++++++++++++-
gcc/testsuite/g++.dg/init/pr35878_1.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/init/pr35878_2.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/init/pr35878_3.C | 21 +++++++++++++++++++++
5 files changed, 86 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/init/pr35878_1.C
create mode 100644 gcc/testsuite/g++.dg/init/pr35878_2.C
create mode 100644 gcc/testsuite/g++.dg/init/pr35878_3.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 1853ec1 [SystemZ] Don't drop MO flags in foldMemoryOperandImpl()
new cf6aac6 [APInt] Add LLVM_READONLY to some methods.
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/ADT/APInt.h | 18 +++++++++---------
1 file changed, 9 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 bbcc0db Fix evaluation of LLVM_DEFINITIONS
new 1853ec1 [SystemZ] Don't drop MO flags in foldMemoryOperandImpl()
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/SystemZInstrInfo.cpp | 10 +--
test/CodeGen/SystemZ/fold-memory-op-impl.ll | 129 ++++++++++++++++++++++++++++
2 files changed, 134 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/SystemZ/fold-memory-op-impl.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 lldb.
from da5fb48 Revert r298334 until Zachary has a chance to fix the buildbot [...]
new 49e9ef6 Resubmit r298334 after fixing OSX build errors.
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/Host/FileSystem.h | 15 ----
source/Host/common/File.cpp | 16 ++--
source/Host/common/Host.cpp | 4 +-
source/Host/macosx/Host.mm | 3 +-
source/Host/posix/DomainSocket.cpp | 4 +-
source/Host/posix/FileSystem.cpp | 78 -------------------
source/Host/posix/PipePosix.cpp | 3 +-
source/Host/windows/FileSystem.cpp | 87 ----------------------
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 11 ++-
.../GDBRemoteCommunicationServerCommon.cpp | 15 ++--
source/Target/ModuleCache.cpp | 18 ++---
source/Target/Platform.cpp | 9 +--
12 files changed, 39 insertions(+), 224 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 f629e2a Fix two places where an arm instruction emulation method can [...]
new da5fb48 Revert r298334 until Zachary has a chance to fix the buildbot [...]
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/Host/FileSystem.h | 15 ++++
source/Host/common/File.cpp | 16 ++--
source/Host/common/Host.cpp | 4 +-
source/Host/macosx/Host.mm | 3 +-
source/Host/posix/DomainSocket.cpp | 4 +-
source/Host/posix/FileSystem.cpp | 78 +++++++++++++++++++
source/Host/posix/PipePosix.cpp | 3 +-
source/Host/windows/FileSystem.cpp | 87 ++++++++++++++++++++++
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 11 +--
.../GDBRemoteCommunicationServerCommon.cpp | 15 ++--
source/Target/ModuleCache.cpp | 18 ++---
source/Target/Platform.cpp | 9 ++-
12 files changed, 224 insertions(+), 39 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 126b989 Delete some dead code in HostInfo.
new f629e2a Fix two places where an arm instruction emulation method can [...]
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/Plugins/Instruction/ARM/EmulationStateARM.cpp | 9 ++++++---
1 file changed, 6 insertions(+), 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 9fe7c74 Revert "[Hexagon] Recognize polynomial-modulo loop idiom again"
new bbcc0db Fix evaluation of LLVM_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:
CMakeLists.txt | 2 --
cmake/config-ix.cmake | 2 +-
cmake/modules/HandleLLVMOptions.cmake | 32 ++++++++++++++++++++++----------
tools/llvm-config/CMakeLists.txt | 6 +++---
4 files changed, 26 insertions(+), 16 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 444ef08 Initialize m_allow_cxx, m_allow_objc. These ivars in the bas [...]
new 456b31d Delete various lldb FileSystem functions.
new 126b989 Delete some dead code in HostInfo.
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/lldb/Host/FileSystem.h | 15 ----
include/lldb/Host/HostInfoBase.h | 33 --------
include/lldb/Host/freebsd/HostInfoFreeBSD.h | 1 -
include/lldb/Host/linux/HostInfoLinux.h | 1 -
include/lldb/Host/macosx/HostInfoMacOSX.h | 1 -
include/lldb/Host/netbsd/HostInfoNetBSD.h | 1 -
source/Host/common/File.cpp | 16 ++--
source/Host/common/Host.cpp | 4 +-
source/Host/common/HostInfoBase.cpp | 31 --------
source/Host/freebsd/HostInfoFreeBSD.cpp | 2 -
source/Host/linux/HostInfoLinux.cpp | 2 -
source/Host/macosx/Host.mm | 3 +-
source/Host/macosx/HostInfoMacOSX.mm | 2 -
source/Host/netbsd/HostInfoNetBSD.cpp | 4 -
source/Host/posix/DomainSocket.cpp | 4 +-
source/Host/posix/FileSystem.cpp | 78 -------------------
source/Host/posix/PipePosix.cpp | 3 +-
source/Host/windows/FileSystem.cpp | 87 ----------------------
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 11 ++-
.../GDBRemoteCommunicationServerCommon.cpp | 15 ++--
source/Target/ModuleCache.cpp | 18 ++---
source/Target/Platform.cpp | 9 +--
22 files changed, 39 insertions(+), 302 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 185afe8 FindTypes should find "struct TypeName" as well as "TypeName".
new 444ef08 Initialize m_allow_cxx, m_allow_objc. These ivars in the bas [...]
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/Expression/LLVMUserExpression.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.