This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/snapshots/linaro-6.3-2017.03
in repository toolchain/gcc.
at e97942e gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This branch includes the following new commits:
new e97942e gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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.
--
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 6fd5d2c [ELF] - Fixed cache.ll testcase.
new f5b8cd8 [ELF] - Detemplate PltSection. 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:
ELF/Relocations.cpp | 4 ++--
ELF/SyntheticSections.cpp | 31 ++++++++++++++++++-------------
ELF/SyntheticSections.h | 11 +++++------
ELF/Writer.cpp | 4 ++--
4 files changed, 27 insertions(+), 23 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 f3c9a0a Daily bump.
new ba0f85a 2017-03-17 Richard Biener <rguenther(a)suse.de>
new ec3da69 2017-03-17 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 12 ++++++++++++
gcc/genmatch.c | 6 ++----
gcc/sese.c | 4 ++--
3 files changed, 16 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 lldb.
from afe18d5 Speculative build fix for FreeBSD
new 1252e67 One more attempt to fix FreeBSD
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/Process/FreeBSD/FreeBSDThread.cpp | 4 ++++
1 file changed, 4 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 e96a144 [ELF] - Recommit "[ELF] - Make Bss and BssRelRo sections to b [...]
new 6fd5d2c [ELF] - Fixed cache.ll testcase.
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:
test/ELF/lto/cache.ll | 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 lldb.
from 629f24d Remove HostThreadLinux/Free/NetBSD
new afe18d5 Speculative build fix for FreeBSD
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/Process/FreeBSD/FreeBSDThread.cpp | 4 +++-
1 file changed, 3 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 lld.
from e6b937a [ARM] Change tests after fixing branch label for Thumb targets
new e96a144 [ELF] - Recommit "[ELF] - Make Bss and BssRelRo sections to b [...]
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/OutputSections.cpp | 2 -
ELF/OutputSections.h | 2 -
ELF/Relocations.cpp | 13 +++----
ELF/Symbols.cpp | 5 ++-
ELF/Symbols.h | 5 ++-
ELF/SyntheticSections.cpp | 22 +++++------
ELF/SyntheticSections.h | 18 ++++++---
ELF/Writer.cpp | 43 +++++++++-------------
...-in-shared.s => relocation-copy-align-common.s} | 7 +++-
test/ELF/relocation-copy-align-common.s | 40 ++++++++++++++++++++
10 files changed, 96 insertions(+), 61 deletions(-)
copy test/ELF/Inputs/{copy-in-shared.s => relocation-copy-align-common.s} (50%)
create mode 100644 test/ELF/relocation-copy-align-common.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-tools-extra.
from eb30c15 [clang-tidy] Verify some conditions in a matcher instead of c [...]
new ec35497 [clang-tidy] readability-misleading-indentation: fix chained if
new bbd833f [clang-tidy] Added a test with a different format.
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:
.../readability/MisleadingIndentationCheck.cpp | 22 ++++++++++++++-
.../readability/MisleadingIndentationCheck.h | 3 ++-
.../readability-misleading-indentation.cpp | 31 ++++++++++++++++++++++
3 files changed, 54 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 lldb.
from 02e3cfc Update for LLVM API removal of Function::getArgumentList()
new 629f24d Remove HostThreadLinux/Free/NetBSD
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/HostNativeThread.h | 8 +--
include/lldb/Host/HostNativeThreadForward.h | 12 +---
include/lldb/Host/freebsd/HostThreadFreeBSD.h | 29 ---------
include/lldb/Host/linux/HostThreadLinux.h | 29 ---------
include/lldb/Host/netbsd/HostThreadNetBSD.h | 30 ----------
.../lldb-server/thread-name}/Makefile | 0
.../thread-name/TestGdbRemoteThreadName.py | 41 +++++++++++++
.../test/tools/lldb-server/thread-name/main.cpp | 22 +++++++
source/Host/CMakeLists.txt | 3 -
source/Host/freebsd/HostThreadFreeBSD.cpp | 70 ----------------------
source/Host/linux/HostThreadLinux.cpp | 34 -----------
source/Host/netbsd/HostThreadNetBSD.cpp | 43 -------------
source/Plugins/Process/FreeBSD/FreeBSDThread.cpp | 38 +++++++++++-
source/Plugins/Process/Linux/NativeThreadLinux.cpp | 16 +++--
14 files changed, 110 insertions(+), 265 deletions(-)
delete mode 100644 include/lldb/Host/freebsd/HostThreadFreeBSD.h
delete mode 100644 include/lldb/Host/linux/HostThreadLinux.h
delete mode 100644 include/lldb/Host/netbsd/HostThreadNetBSD.h
copy packages/Python/lldbsuite/test/{functionalities/watchpoint/hello_watchlocatio [...]
create mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/thread-name/Te [...]
create mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/thread-name/main.cpp
delete mode 100644 source/Host/freebsd/HostThreadFreeBSD.cpp
delete mode 100644 source/Host/linux/HostThreadLinux.cpp
delete mode 100644 source/Host/netbsd/HostThreadNetBSD.cpp
--
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-tools-extra.
from 280ae57 [clang-tidy] Ignore deleted members in google-explicit-constructor.
new eb30c15 [clang-tidy] Verify some conditions in a matcher instead of c [...]
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:
clang-tidy/google/ExplicitConstructorCheck.cpp | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.