This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a312d25909 Modular Codegen: Support homing debug info for types in modu [...]
new bd957b168a [ODRHash] Improve handling of hash values
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/clang/AST/DeclCXX.h | 5 +++--
lib/AST/DeclCXX.cpp | 22 +++++++++++++++-------
lib/Sema/SemaDecl.cpp | 4 +---
lib/Serialization/ASTReaderDecl.cpp | 6 +++++-
lib/Serialization/ASTWriter.cpp | 5 ++++-
5 files changed, 28 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 master
in repository gcc.
from ce4ffd9e8e7 PR c++/80294 - ICE with constexpr and inheritance.
new cb9de6e56bf 2017-04-11 Bill Schmidt <wschmidt(a)linux.vnet.ibm.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 | 13 +++++++++++++
gcc/config/rs6000/rs6000.c | 27 ++++++++++++++++-----------
gcc/doc/extend.texi | 21 +++++++++++----------
3 files changed, 40 insertions(+), 21 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 9a12eacf3d3 [x86] Relax the check in areLoadsFromSameBasePtr
new 4fb7a1861e5 [DAGCombine] Add more test cases for shuffle of splat. 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:
test/CodeGen/X86/shuffle-of-splat-multiuses.ll | 56 ++++++++++++++++++++++++++
1 file changed, 56 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 clang.
from fd6174d4ae [ExternalASTMerger] Removed a move constructor to address MS [...]
new a312d25909 Modular Codegen: Support homing debug info for types in modu [...]
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/clang/AST/ExternalASTSource.h | 2 +-
include/clang/Sema/MultiplexExternalSemaSource.h | 2 +-
include/clang/Serialization/ASTReader.h | 4 ++--
lib/AST/ExternalASTSource.cpp | 2 +-
lib/CodeGen/CGDebugInfo.cpp | 14 ++++++++++++--
lib/CodeGen/CGDebugInfo.h | 1 +
lib/CodeGen/CodeGenModule.cpp | 5 +++++
lib/Sema/MultiplexExternalSemaSource.cpp | 4 ++--
lib/Serialization/ASTReader.cpp | 3 +--
lib/Serialization/ASTReaderDecl.cpp | 19 +++++++++++++++----
lib/Serialization/ASTWriter.cpp | 6 ++++++
test/Modules/Inputs/codegen-nodep/foo.h | 10 ++++++++--
test/Modules/codegen-nodep.test | 6 +++---
test/Modules/codegen.test | 12 ++++++++++--
14 files changed, 68 insertions(+), 22 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 530eee55793 [InstSimplify] add tests for chains of shuffles; NFC
new 3d57035bd97 [LV] Avoid vectorizing first order recurrence when phi uses [...]
new 9a12eacf3d3 [x86] Relax the check in areLoadsFromSameBasePtr
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/Target/X86/X86InstrInfo.cpp | 35 ++++++++++------------
lib/Transforms/Utils/LoopUtils.cpp | 18 ++++++++---
lib/Transforms/Vectorize/LoopVectorize.cpp | 7 ++++-
test/CodeGen/X86/load-slice.ll | 8 ++---
.../AArch64/loop-vectorization-factors.ll | 9 ++++--
.../LoopVectorize/first-order-recurrence.ll | 22 ++++++++++++++
6 files changed, 68 insertions(+), 31 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 78cecf8ee4f PR c++/80370 * decl.c (cp_finish_decomp): If processing_t [...]
new ce4ffd9e8e7 PR c++/80294 - ICE with constexpr and inheritance.
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/cp/ChangeLog | 8 ++++++++
gcc/cp/constexpr.c | 13 ++++++++-----
gcc/testsuite/g++.dg/cpp1y/constexpr-empty3.C | 14 ++++++++++++++
3 files changed, 30 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-empty3.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 e0f5ddbc01d MemorySSA: Move to Analysis, from Transforms/Utils. It's us [...]
new 530eee55793 [InstSimplify] add tests for chains of shuffles; 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:
test/Transforms/InstSimplify/shufflevector.ll | 45 +++++++++++++++++++++++++++
1 file changed, 45 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 clang.
from 94c1c6bb44 Modular Codegen: Add/use a bit in serialized function defini [...]
new fd6174d4ae [ExternalASTMerger] Removed a move constructor to address MS [...]
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/AST/ExternalASTMerger.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 users/pmuldoon/c++compile
in repository binutils-gdb.
from e3a38f5607 New cplus_add_input.
new 8a09f3176f Support anonymous types with external linkage.
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:
gdb/c-exp.y | 2 -
gdb/cp-namespace.c | 17 +++++---
gdb/d-namespace.c | 5 +--
gdb/dwarf2read.c | 80 ++----------------------------------
gdb/gdbtypes.c | 27 ------------
gdb/gdbtypes.h | 2 -
gdb/testsuite/gdb.cp/anon-struct.exp | 4 +-
gdb/valops.c | 27 ------------
gdb/value.h | 2 -
9 files changed, 18 insertions(+), 148 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 ba100e345ae * config/i386/i386.c (dimode_scalar_chain::compute_convert [...]
new 78cecf8ee4f PR c++/80370 * decl.c (cp_finish_decomp): If processing_t [...]
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/cp/ChangeLog | 12 +++++++++++
gcc/cp/decl.c | 31 +++++++++++++++++++++++-----
gcc/cp/pt.c | 6 ++++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/cpp1z/decomp28.C | 39 +++++++++++++++++++++++++++++++++++
5 files changed, 86 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp28.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.