This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libunwind.
from af4b7dd Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DW [...]
new 86e0218 Add support for dwarf unwinding on windows on x86_64
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:
docs/index.rst | 1 +
include/__libunwind_config.h | 12 ++++++--
include/libunwind.h | 19 ++++++++++++-
include/unwind.h | 2 +-
src/AddressSpace.hpp | 11 ++------
src/Registers.hpp | 66 ++++++++++++++++++++++++++++++++++++++++++--
src/UnwindLevel1.c | 4 +--
src/UnwindRegistersRestore.S | 28 +++++++++++++++++++
src/UnwindRegistersSave.S | 65 ++++++++++++++++++++++++++++++-------------
9 files changed, 171 insertions(+), 37 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 bffa30086e1 2017-10-26 Michael Collison <michael.collison(a)arm.com>
new 3a2c20a1fc6 2017-10-27 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr81659.C | 19 +++++++++++++++++++
gcc/tree-eh.c | 5 ++++-
4 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81659.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 lnt.
from 45171e9 api.py: Fix machine specification by name code
new 52f5005 [Docs] Use `db_default` instead of `default` in example submit url.
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:
docs/importing_data.rst | 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 libunwind.
from 1f034ad [libunwind] Always use unwind tables in tests
new af4b7dd Express Registers_*::lastDwarfReg using _LIBUNWIND_HIGHEST_DW [...]
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/__libunwind_config.h | 14 +++++++-------
src/DwarfInstructions.hpp | 2 +-
src/DwarfParser.hpp | 2 +-
src/Registers.hpp | 10 +++++-----
4 files changed, 14 insertions(+), 14 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 release_50
in repository libunwind.
from 08a9d84 Merging r309147: -------------------------------------------- [...]
new 5fd891f Merging r316657: fixing libunwind tests
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/libunwind/test/config.py | 7 ++++---
1 file changed, 4 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 clang-tools-extra.
from 34b0c6b2 [clangd] Report an error on findDefinitions/signatureHelp on [...]
new 8a68b5e1 [clang-tidy ObjC] [3/3] New check objc-forbidden-subclassing
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/objc/CMakeLists.txt | 1 +
clang-tidy/objc/ForbiddenSubclassingCheck.cpp | 118 +++++++++++++++++++++
clang-tidy/objc/ForbiddenSubclassingCheck.h | 42 ++++++++
clang-tidy/objc/ObjCTidyModule.cpp | 4 +-
docs/ReleaseNotes.rst | 6 ++
docs/clang-tidy/checks/list.rst | 9 +-
.../checks/objc-forbidden-subclassing.rst | 27 +++++
.../clang-tidy/objc-forbidden-subclassing-custom.m | 39 +++++++
test/clang-tidy/objc-forbidden-subclassing.m | 21 ++++
unittests/clang-tidy/ObjCModuleTest.cpp | 30 +++++-
10 files changed, 291 insertions(+), 6 deletions(-)
create mode 100644 clang-tidy/objc/ForbiddenSubclassingCheck.cpp
create mode 100644 clang-tidy/objc/ForbiddenSubclassingCheck.h
create mode 100644 docs/clang-tidy/checks/objc-forbidden-subclassing.rst
create mode 100644 test/clang-tidy/objc-forbidden-subclassing-custom.m
create mode 100644 test/clang-tidy/objc-forbidden-subclassing.m
--
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 808f4b4d253 Daily bump.
new bffa30086e1 2017-10-26 Michael Collison <michael.collison(a)arm.com>
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 | 11 +++++++++
gcc/config/aarch64/aarch64.md | 32 ++++++++++++++++++++++++---
gcc/config/aarch64/iterators.md | 11 +++++++--
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/gcc.target/aarch64/fix_trunc1.c | 23 +++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/vect-vcvt.c | 8 +++----
6 files changed, 83 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/fix_trunc1.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 11fa8e39fd2 Revert rL316568 because of sudden performance drop on ARM
new 049a66484db llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h: Fix -fmo [...]
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/GlobalISel/InstructionSelectorImpl.h | 1 +
1 file changed, 1 insertion(+)
--
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 8a7942af6 Fix typo.
new f13376ab1 Simplify logic to find the last executable segment. 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/Writer.cpp | 19 +++++++------------
1 file changed, 7 insertions(+), 12 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 1cabb361e Default to using in-tree clang for building test executables
new ae80ea790 Fix a use-after-free in lldb-server
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/GDBRemoteCommunicationServerPlatform.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.