This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 28d4369 Allow use define symbols to override linker defined ones.
new c331dfc [ELF][MIPS] Remove 'mips' word from MipsGotSection fields and [...]
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:
ELF/InputSection.cpp | 8 ++--
ELF/SyntheticSections.cpp | 94 ++++++++++++++++++++++++-----------------------
ELF/SyntheticSections.h | 92 +++++++++++++++++++++++++++++++++-------------
3 files changed, 118 insertions(+), 76 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 5bbf963 Fix PR77933: stack corruption on ARM when using high register [...]
new 7d4ef98 PR c++/68377 - parenthesized expr in fold-expression
new 4546a00 PR c++/78369 - {} as default argument
new 3c4e47c PR c++/78124 - list-initialization and inherited ctor
new d3c286d [gcc] 2016-11-17 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new cbb7eb9 /cp 2016-11-17 Paolo Carlini <paolo.carlini(a)oracle.com>
The 5 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 | 22 +++++++++++++
gcc/config/rs6000/predicates.md | 27 +++++++++++-----
gcc/config/rs6000/rs6000.c | 50 +++++++++++++++++++++++-------
gcc/config/rs6000/rs6000.md | 13 ++++----
gcc/cp/ChangeLog | 17 ++++++++++
gcc/cp/call.c | 3 +-
gcc/cp/cp-tree.h | 1 -
gcc/cp/name-lookup.c | 1 +
gcc/cp/parser.c | 9 ++++--
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor23.C | 16 ++++++++++
gcc/testsuite/g++.dg/cpp1z/fold8.C | 15 +++++++++
gcc/testsuite/g++.dg/overload/defarg11.C | 11 +++++++
gcc/testsuite/g++.dg/parse/pr55080.C | 6 ++++
gcc/testsuite/gcc.target/powerpc/fusion4.c | 13 ++++++++
15 files changed, 183 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor23.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold8.C
create mode 100644 gcc/testsuite/g++.dg/overload/defarg11.C
create mode 100644 gcc/testsuite/g++.dg/parse/pr55080.C
create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion4.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 lldb.
from 59ea62a Rewrite all Property related functions in terms of StringRef.
new b3bb531 Convert Platform, Process, and Connection functions to StringRef.
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/Connection.h | 3 +-
include/lldb/Core/ConnectionSharedMemory.h | 2 +-
.../Host/posix/ConnectionFileDescriptorPosix.h | 14 ++--
.../Host/windows/ConnectionGenericFileWindows.h | 2 +-
include/lldb/Target/Platform.h | 4 +-
include/lldb/Target/Process.h | 6 +-
include/lldb/Target/Target.h | 2 +-
source/API/SBTarget.cpp | 2 +-
source/Commands/CommandObjectTarget.cpp | 2 +-
source/Core/ConnectionSharedMemory.cpp | 2 +-
.../Host/posix/ConnectionFileDescriptorPosix.cpp | 87 +++++++++++-----------
.../Host/windows/ConnectionGenericFileWindows.cpp | 19 ++---
.../Android/PlatformAndroidRemoteGDBServer.cpp | 9 ++-
.../Android/PlatformAndroidRemoteGDBServer.h | 4 +-
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 4 +-
source/Plugins/Platform/POSIX/PlatformPOSIX.h | 4 +-
.../gdb-server/PlatformRemoteGDBServer.cpp | 5 +-
.../Platform/gdb-server/PlatformRemoteGDBServer.h | 4 +-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 21 +++---
.../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 4 +-
source/Target/Platform.cpp | 4 +-
source/Target/Process.cpp | 10 +--
source/Target/Target.cpp | 2 +-
23 files changed, 108 insertions(+), 108 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 lld.
from d4a0303 Allow SIZEOF() command on nonexistent section.
new 28d4369 Allow use define symbols to override linker defined ones.
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:
ELF/Writer.cpp | 4 +++-
test/ELF/duplicate-internal.s | 11 -----------
test/ELF/linkerscript/dynamic-sym.s | 17 +++++++++++++++++
3 files changed, 20 insertions(+), 12 deletions(-)
delete mode 100644 test/ELF/duplicate-internal.s
create mode 100644 test/ELF/linkerscript/dynamic-sym.s
--
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 5b8679e ObjC Module: try to make objc module deterministic.
new 6764ec0 Fixes for r287241. Use placement new. Apply clang-format.
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/Parse/ParseDeclCXX.cpp | 3 ++-
lib/Sema/DeclSpec.cpp | 8 ++------
lib/Sema/SemaDeclCXX.cpp | 3 ++-
3 files changed, 6 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 llvm.
from 48bbdf7 Fix spelling mistakes in Hexagon target comments. NFC.
new 2545ab0 [CMake] Error when LTO and lld are enabled on Darwin
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:
cmake/modules/HandleLLVMOptions.cmake | 3 +++
1 file changed, 3 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 lld.
from 2878289 Add single quotes to error messages.
new d4a0303 Allow SIZEOF() command on nonexistent section.
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:
ELF/LinkerScript.cpp | 17 +++++++++++++++--
ELF/LinkerScript.h | 2 ++
test/ELF/linkerscript/sizeof.s | 10 +++++-----
3 files changed, 22 insertions(+), 7 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 175cdef 2016-11-17 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
new 5bbf963 Fix PR77933: stack corruption on ARM when using high register [...]
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 | 8 ++++++
gcc/config/arm/arm.c | 29 ++++++++++++--------
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/gcc.target/arm/pr77933-1.c | 46 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/arm/pr77933-2.c | 47 ++++++++++++++++++++++++++++++++
5 files changed, 124 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr77933-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr77933-2.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 c0ccadb Remove files missed in r287250
new a93ebec Workaround compilers w/o C++1z inline variables
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/__config | 5 +++++
include/utility | 15 ++++++++++++---
2 files changed, 17 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 zack/no-inline-string-opts
in repository glibc.
at a68619c For experimental purposes, remove bits/string.h.
This branch includes the following new commits:
new abe54c7 Clean up redundancies between string.h and strings.h.
new 3c57339 New mechanism for declaring const-covariant string functions.
new 58c62b2 For experimental purposes, remove bits/string2.h.
new a68619c For experimental purposes, remove bits/string.h.
The 4 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.