This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a656ff43b98 Require nonlocal_goto for gcc.c-torture/compile/pr82337.c
new eed3234e356 2017-10-02 Paolo Carlini <paolo.carlini(a)oracle.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice23.C | 13 +++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice23.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 c81fe57ff2e [X86][LLVM]Expanding Supports lowerInterleaved{store|load}( [...]
new 74e82e28b5a [X86] Cleanup uses of computeKnownBits by using MaskedValue [...]
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/Target/X86/X86ISelLowering.cpp | 9 +++------
1 file changed, 3 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 binutils-gdb.
from dcd2b8a014 Fix powerpc comment typo
new 289a6840c1 nto & lynx x86: call init_target_desc
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/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/lynx-i386-low.c | 7 ++++++-
gdb/gdbserver/nto-x86-low.c | 7 ++++++-
3 files changed, 17 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 gcc.
from 787618f1ab6 [AArch64] PR71307: Define union class of POINTER+FP
new a656ff43b98 Require nonlocal_goto for gcc.c-torture/compile/pr82337.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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr82337.c | 2 ++
2 files changed, 7 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 gcc.
from 5f5772fbd37 2017-10-02 Richard Biener <rguenther(a)suse.de>
new 787618f1ab6 [AArch64] PR71307: Define union class of POINTER+FP
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 | 10 ++++++++++
gcc/config/aarch64/aarch64.c | 1 +
gcc/config/aarch64/aarch64.h | 3 +++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/aarch64/vect_copy_lane_1.c | 3 +--
5 files changed, 22 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 llvm.
from e08a3aa992b [X86] Fix copy pasto in X86FastISel::fastEmitInst_rrrr.
new c81fe57ff2e [X86][LLVM]Expanding Supports lowerInterleaved{store|load}( [...]
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/Target/X86/X86InterleavedAccess.cpp | 278 +++--
test/CodeGen/X86/x86-interleaved-access.ll | 1263 +++++++-------------
.../InterleavedAccess/X86/interleavedLoad.ll | 53 +-
.../InterleavedAccess/X86/interleavedStore.ll | 56 +-
4 files changed, 676 insertions(+), 974 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 330a2f10656 * omp-expand.c (adjust_context_scope): New function. (exp [...]
new 5f5772fbd37 2017-10-02 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 | 17 +++++++++++++++++
gcc/graphite-isl-ast-to-gimple.c | 18 ++++--------------
gcc/graphite-scop-detection.c | 13 ++++++++-----
gcc/graphite-sese-to-poly.c | 25 ++++++++++++++++++++-----
gcc/sese.h | 2 --
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/graphite/fuse-1.c | 10 +++++-----
gcc/testsuite/gcc.dg/graphite/fuse-2.c | 8 ++++----
gcc/testsuite/gcc.dg/graphite/pr82355.c | 23 +++++++++++++++++++++++
9 files changed, 88 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr82355.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 clang.
from d27ee8f21e Dependent Address Space Support
new 1b6da5f2b8 Dependent Address Space Support Test File
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/SemaTemplate/address_space-dependent.cpp | 119 ++++++++++++++++++++++++++
1 file changed, 119 insertions(+)
create mode 100644 test/SemaTemplate/address_space-dependent.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 binutils-gdb.
from 7a0c60fea0 Automatic date update in version.in
new dcd2b8a014 Fix powerpc comment typo
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/ChangeLog | 5 +++++
bfd/elf32-ppc.c | 2 +-
bfd/elf64-ppc.c | 2 +-
3 files changed, 7 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 clang.
from 783c3526ad Test Commit.
new d27ee8f21e Dependent Address Space Support
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/ASTContext.h | 13 +++
include/clang/AST/RecursiveASTVisitor.h | 10 +++
include/clang/AST/Type.h | 47 ++++++++++
include/clang/AST/TypeLoc.h | 70 +++++++++++++++
include/clang/AST/TypeNodes.def | 1 +
include/clang/Sema/Sema.h | 2 +
include/clang/Serialization/ASTBitCodes.h | 4 +-
lib/AST/ASTContext.cpp | 57 +++++++++++++
lib/AST/ASTStructuralEquivalence.cpp | 15 ++++
lib/AST/ItaniumMangle.cpp | 44 ++++++++--
lib/AST/MicrosoftMangle.cpp | 9 ++
lib/AST/Type.cpp | 21 +++++
lib/AST/TypePrinter.cpp | 14 +++
lib/Sema/SemaDecl.cpp | 4 +-
lib/Sema/SemaTemplate.cpp | 5 ++
lib/Sema/SemaTemplateDeduction.cpp | 65 ++++++++++++++
lib/Sema/SemaType.cpp | 137 +++++++++++++++++++++++-------
lib/Sema/TreeTransform.h | 76 +++++++++++++++--
lib/Serialization/ASTReader.cpp | 23 +++++
lib/Serialization/ASTWriter.cpp | 18 ++++
tools/libclang/CIndex.cpp | 1 +
21 files changed, 591 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.