This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from 601a2a8 Fix PR gdb/20505 - Make vDSO detection work with core files
new f35498d Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from 76e32e0 Automatic date update in version.in
new 2e7e5ed Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from a28b29b [InstSimplify] add helper function for SimplifyICmpInst(); NFCI
new 9d02a13 [MemorySSA] Remove unused field. 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:
lib/Transforms/Utils/MemorySSA.cpp | 7 +------
1 file changed, 1 insertion(+), 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 llvm.
from 72d647d Fix crash from assert in r279466.
new a28b29b [InstSimplify] add helper function for SimplifyICmpInst(); NFCI
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/Analysis/InstructionSimplify.cpp | 276 ++++++++++++++++++-----------------
1 file changed, 143 insertions(+), 133 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.
from c298767 Add the second half of the testcase I should have added in 279485.
new e8abf26 Add comments. NFC
new 51b294d Typo.
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:
lib/CodeGen/CGDebugInfo.cpp | 2 ++
test/Modules/ExtDebugInfo.cpp | 2 +-
2 files 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 llvm.
from fd2abc5 ADT: Separate some list manipulation API into ilist_base, NFC
new 72d647d Fix crash from assert in r279466.
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/CodeGen/MIRPrinter.cpp | 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.
from b8c8480 [SemaObjC] Do not RebuildObjCMessageExpr without valid method decl
new a78fa9e Module debug info: Don't assert when encountering an incomple [...]
new e7c9a6c Fix regression introduced by r279164: only pass definitions a [...]
new c298767 Add the second half of the testcase I should have added in 279485.
The 3 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/CodeGen/CGDebugInfo.cpp | 3 +-
lib/Sema/SemaDecl.cpp | 5 +-
lib/Sema/SemaTemplate.cpp | 33 +++++++---
lib/Sema/SemaTemplateInstantiateDecl.cpp | 74 +++++++++-------------
lib/Sema/SemaType.cpp | 6 +-
test/Modules/Inputs/DebugNestedA.h | 8 +++
test/Modules/Inputs/DebugNestedB.h | 7 ++
.../Inputs/merge-template-pattern-visibility/a.h | 1 +
.../Inputs/merge-template-pattern-visibility/b.h | 2 +
test/Modules/Inputs/module.map | 10 +++
test/Modules/ModuleModuleDebugInfo.cpp | 18 ++++++
test/Modules/merge-template-pattern-visibility.cpp | 4 +-
12 files changed, 109 insertions(+), 62 deletions(-)
create mode 100644 test/Modules/Inputs/DebugNestedA.h
create mode 100644 test/Modules/Inputs/DebugNestedB.h
create mode 100644 test/Modules/ModuleModuleDebugInfo.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 llvm.
from 9ed748e Fix header comment for unittests/ADT/ilistTest.cpp
new fd2abc5 ADT: Separate some list manipulation API into ilist_base, 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:
include/llvm/ADT/ilist.h | 147 +++++++++++++++++++-----------------
include/llvm/ADT/ilist_node.h | 24 ++++--
unittests/ADT/CMakeLists.txt | 3 +
unittests/ADT/IListBaseTest.cpp | 102 +++++++++++++++++++++++++
unittests/ADT/IListNodeBaseTest.cpp | 60 +++++++++++++++
unittests/ADT/IListSentinelTest.cpp | 37 +++++++++
6 files changed, 295 insertions(+), 78 deletions(-)
create mode 100644 unittests/ADT/IListBaseTest.cpp
create mode 100644 unittests/ADT/IListNodeBaseTest.cpp
create mode 100644 unittests/ADT/IListSentinelTest.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 llvm.
from 3d515f6 [ADT] Actually mutate the iterator VisitStack.back().second, [...]
new 9ed748e Fix header comment for unittests/ADT/ilistTest.cpp
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:
unittests/ADT/ilistTest.cpp | 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 llvm.
from 0fd3c95 [InstCombine] change param type from Instruction to BinaryOpe [...]
new 3d515f6 [ADT] Actually mutate the iterator VisitStack.back().second, [...]
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/DepthFirstIterator.h | 6 +-
unittests/ADT/CMakeLists.txt | 1 +
unittests/ADT/DepthFirstIteratorTest.cpp | 52 +++++
unittests/ADT/SCCIteratorTest.cpp | 229 +--------------------
unittests/ADT/{SCCIteratorTest.cpp => TestGraph.h} | 125 ++---------
5 files changed, 75 insertions(+), 338 deletions(-)
create mode 100644 unittests/ADT/DepthFirstIteratorTest.cpp
copy unittests/ADT/{SCCIteratorTest.cpp => TestGraph.h} (62%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.