This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxxabi.
from 5ab5976 Fix libc++abi test config after recent libc++ changes
new 3f7b370 Provide a fallback __cxa_thread_atexit() implementation. Patc [...]
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/cxa_thread_atexit.cpp | 125 +++++++++++++++++++++++++--
test/CMakeLists.txt | 1 -
test/cxa_thread_atexit_test.pass.cpp | 1 -
test/libcxxabi/test/config.py | 2 -
test/lit.site.cfg.in | 1 -
test/thread_local_destruction_order.pass.cpp | 56 ++++++++++++
6 files changed, 175 insertions(+), 11 deletions(-)
create mode 100644 test/thread_local_destruction_order.pass.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 lld.
from 9c1db1b Don't crash if reloc targets discarded section
new 732d5fc LTO: Don't follow lazy references when seeing new 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:
COFF/SymbolTable.cpp | 12 +++++++-----
test/COFF/Inputs/lto-lazy-reference-dummy.ll | 6 ++++++
test/COFF/Inputs/lto-lazy-reference-quadruple.ll | 16 ++++++++++++++++
test/COFF/lto-lazy-reference.ll | 21 +++++++++++++++++++++
4 files changed, 50 insertions(+), 5 deletions(-)
create mode 100644 test/COFF/Inputs/lto-lazy-reference-dummy.ll
create mode 100644 test/COFF/Inputs/lto-lazy-reference-quadruple.ll
create mode 100644 test/COFF/lto-lazy-reference.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 gcc.
from 5dd684f 2016-10-12 Richard Biener <rguenther(a)suse.de>
new dade7ed DWARF: fix scoping for descriptions of local types
new bd04317 DWARF: space-optimize loc. descr. for integer literals on 32- [...]
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/dwarf2out.c | 39 +++++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gnat.dg/debug8.adb | 29 ++++++++++++++++++++++
gcc/testsuite/gnat.dg/debug9.adb | 53 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 136 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/debug8.adb
create mode 100644 gcc/testsuite/gnat.dg/debug9.adb
--
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 94162a4 [LCG] Add the necessary functionality to the LazyCallGraph to [...]
new 32e2e9a [LCG] Cleanup various places where comments said `SCC` but me [...]
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/Analysis/LazyCallGraph.h | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 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 fc8e8a6 Revert "[ClangTidy] Add UsingInserter and NamespaceAliaser"
new a5e0c3c [clang-tidy-vs] Fix ClangTidy extension name in the manifest.
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-vs/source.extension.vsixmanifest.in | 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 clang-tools-extra.
from 7ba9450 [ClangTidy] Add UsingInserter and NamespaceAliaser
new fc8e8a6 Revert "[ClangTidy] Add UsingInserter and NamespaceAliaser"
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/utils/ASTUtils.cpp | 28 ------
clang-tidy/utils/ASTUtils.h | 25 ------
clang-tidy/utils/NamespaceAliaser.cpp | 99 --------------------
clang-tidy/utils/NamespaceAliaser.h | 52 -----------
clang-tidy/utils/UsingInserter.cpp | 88 ------------------
clang-tidy/utils/UsingInserter.h | 50 -----------
unittests/clang-tidy/NamespaceAliaserTest.cpp | 124 --------------------------
unittests/clang-tidy/UsingInserterTest.cpp | 115 ------------------------
8 files changed, 581 deletions(-)
delete mode 100644 clang-tidy/utils/ASTUtils.cpp
delete mode 100644 clang-tidy/utils/ASTUtils.h
delete mode 100644 clang-tidy/utils/NamespaceAliaser.cpp
delete mode 100644 clang-tidy/utils/NamespaceAliaser.h
delete mode 100644 clang-tidy/utils/UsingInserter.cpp
delete mode 100644 clang-tidy/utils/UsingInserter.h
delete mode 100644 unittests/clang-tidy/NamespaceAliaserTest.cpp
delete mode 100644 unittests/clang-tidy/UsingInserterTest.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 lld.
from 3cba1ba Fix a test to pacify llvm-clang-lld-x86_64-scei-ps4-windows10 [...]
new 9c1db1b Don't crash if reloc targets discarded 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/Symbols.cpp | 12 ++++++++++++
test/ELF/linkerscript/discard-section.s | 9 +++++++--
2 files changed, 19 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 libcxx.
from 35ce485 Implement N4606 optional
new 028a209 Protect special members of NullBase archetype to avoid exposing them
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/support/archetypes.hpp | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 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 6f0cfa7 Revert "[libFuzzer] refactoring to speed things up, NFC"
new 94162a4 [LCG] Add the necessary functionality to the LazyCallGraph to [...]
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/Analysis/LazyCallGraph.h | 66 ++++++-
lib/Analysis/LazyCallGraph.cpp | 165 +++++++++++++++-
unittests/Analysis/LazyCallGraphTest.cpp | 318 +++++++++++++++++++++++++++++++
3 files changed, 546 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 91cd765 [clang-tidy] Ignore empty members and bases in cppcoreguideli [...]
new 7ba9450 [ClangTidy] Add UsingInserter and NamespaceAliaser
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/utils/ASTUtils.cpp | 28 ++++++
clang-tidy/utils/ASTUtils.h | 25 ++++++
clang-tidy/utils/NamespaceAliaser.cpp | 99 ++++++++++++++++++++
clang-tidy/utils/NamespaceAliaser.h | 52 +++++++++++
clang-tidy/utils/UsingInserter.cpp | 88 ++++++++++++++++++
clang-tidy/utils/UsingInserter.h | 50 +++++++++++
unittests/clang-tidy/NamespaceAliaserTest.cpp | 124 ++++++++++++++++++++++++++
unittests/clang-tidy/UsingInserterTest.cpp | 115 ++++++++++++++++++++++++
8 files changed, 581 insertions(+)
create mode 100644 clang-tidy/utils/ASTUtils.cpp
create mode 100644 clang-tidy/utils/ASTUtils.h
create mode 100644 clang-tidy/utils/NamespaceAliaser.cpp
create mode 100644 clang-tidy/utils/NamespaceAliaser.h
create mode 100644 clang-tidy/utils/UsingInserter.cpp
create mode 100644 clang-tidy/utils/UsingInserter.h
create mode 100644 unittests/clang-tidy/NamespaceAliaserTest.cpp
create mode 100644 unittests/clang-tidy/UsingInserterTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.