This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 97cb28017e9 Add testcase to ensure that #pragma GCC diagnostic push/pop [...]
new c9c2f251f1c [gcc] 2017-05-18 Michael Meissner <meissner(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 | 12 ++++
gcc/config/rs6000/predicates.md | 16 +++++
gcc/config/rs6000/rs6000.md | 81 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 6 ++
.../gcc.target/powerpc/{pr68163.c => pr80510-1.c} | 20 +++---
.../gcc.target/powerpc/{pr68163.c => pr80510-2.c} | 13 ++--
6 files changed, 134 insertions(+), 14 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{pr68163.c => pr80510-1.c} (90%)
copy gcc/testsuite/gcc.target/powerpc/{pr68163.c => pr80510-2.c} (92%)
--
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 3022dac388 CodeGen: Cast alloca to expected address space
new 00ba534163 Fix the location of "missing ';'" suggestions after annotati [...]
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/Parse/Parser.h | 17 +++++++++--
lib/Parse/ParseCXXInlineMethods.cpp | 15 +--------
lib/Parse/ParseDecl.cpp | 19 +++++++-----
lib/Parse/ParseDeclCXX.cpp | 61 +++++++++++++++++++------------------
lib/Parse/ParseExpr.cpp | 4 +--
lib/Parse/ParseExprCXX.cpp | 23 ++++++--------
lib/Parse/ParseOpenMP.cpp | 14 ++++-----
lib/Parse/ParsePragma.cpp | 44 +++++++++++++-------------
lib/Parse/ParseStmt.cpp | 4 +--
lib/Parse/ParseTemplate.cpp | 4 +--
lib/Parse/ParseTentative.cpp | 19 +++++++-----
lib/Parse/Parser.cpp | 22 +++++--------
test/Parser/cxx0x-decl.cpp | 16 ++++++++++
13 files changed, 137 insertions(+), 125 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 b7f27dbfdd [index] Avoid one more crash caused by infinite recursion th [...]
new 3022dac388 CodeGen: Cast alloca to expected address space
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 | 3 +-
include/clang/AST/Type.h | 7 ++-
include/clang/Basic/AddressSpaces.h | 5 +-
include/clang/Basic/DiagnosticSemaKinds.td | 2 +-
lib/AST/ASTContext.cpp | 13 ++--
lib/AST/TypePrinter.cpp | 4 +-
lib/Basic/Targets.cpp | 64 +++++++++++++------
lib/CodeGen/CGDecl.cpp | 18 +++++-
lib/CodeGen/CGExprScalar.cpp | 7 +--
lib/CodeGen/CodeGenModule.cpp | 1 +
lib/CodeGen/CodeGenTypeCache.h | 4 ++
lib/CodeGen/TargetInfo.cpp | 12 ++--
lib/CodeGen/TargetInfo.h | 15 +++--
lib/Sema/SemaDecl.cpp | 7 ++-
lib/Sema/SemaType.cpp | 5 +-
test/CodeGen/address-space.c | 8 ++-
test/CodeGenCXX/amdgcn-automatic-variable.cpp | 72 ++++++++++++++++++++++
test/CodeGenOpenCL/amdgcn-automatic-variable.cl | 60 ++++++++++++++++++
test/CodeGenOpenCL/amdgpu-alignment.cl | 2 +-
.../amdgpu-debug-info-pointer-address-space.cl | 2 +-
.../amdgpu-debug-info-variable-expression.cl | 2 +-
test/CodeGenOpenCL/amdgpu-nullptr.cl | 4 +-
test/CodeGenOpenCL/builtins-amdgcn.cl | 2 +-
test/CodeGenOpenCL/byval.cl | 2 +-
test/CodeGenOpenCL/size_t.cl | 2 +-
test/Sema/sizeof-struct-non-zero-as-member.cl | 2 +-
test/SemaOpenCL/storageclass-cl20.cl | 4 +-
test/SemaOpenCL/storageclass.cl | 42 ++++++++-----
28 files changed, 286 insertions(+), 85 deletions(-)
create mode 100644 test/CodeGenCXX/amdgcn-automatic-variable.cpp
create mode 100644 test/CodeGenOpenCL/amdgcn-automatic-variable.cl
--
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 c3dc02c46 Use a forward declaration. NFC.
new 5b4ed4891 COFF: Replace DLLNames maps with vectors.
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/DLL.cpp | 20 ++++++--------------
COFF/DLL.h | 4 ++--
2 files changed, 8 insertions(+), 16 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 f23698727f3 * cp-tree.h (OVL_ARG_DEPENDENT): Delete. (OVL_USED_P): Ne [...]
new 3efd104ecd2 2017-05-18 Matthias Klose <doko(a)ubuntu.com>
new 97cb28017e9 Add testcase to ensure that #pragma GCC diagnostic push/pop [...]
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/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.dg/pragma-diag-7.c | 9 +++++++
maintainer-scripts/ChangeLog | 13 +++++++++-
maintainer-scripts/gcc_release | 50 ++++++++++++++++++++++++------------
4 files changed, 59 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pragma-diag-7.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 gcc-7-branch
in repository gcc.
from 0d900042de7 compiler: ignore struct field tags for type conversion
new e8900478e9a 2017-05-18 Matthias Klose <doko(a)ubuntu.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:
maintainer-scripts/ChangeLog | 13 ++++++++++-
maintainer-scripts/gcc_release | 50 ++++++++++++++++++++++++++++--------------
2 files changed, 46 insertions(+), 17 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 e6fac20360b [InstSimplify] Add test cases for missing fold (A & B) | ~( [...]
new f4044c1e683 Use existing helper. 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/Object/ELF.h | 5 +----
1 file changed, 1 insertion(+), 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 gcc.
from f7545bf0b82 compiler: ignore struct field tags for type conversion
new f23698727f3 * cp-tree.h (OVL_ARG_DEPENDENT): Delete. (OVL_USED_P): Ne [...]
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 | 11 ++++++++
gcc/cp/cp-tree.h | 7 ++---
gcc/cp/name-lookup.c | 6 +---
gcc/cp/pt.c | 2 ++
gcc/cp/semantics.c | 43 +++++++++++++----------------
gcc/cp/tree.c | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++--
6 files changed, 111 insertions(+), 36 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 8762436dd01 Reduce gcc-7 warnings by fall-through comments.
new e6fac20360b [InstSimplify] Add test cases for missing fold (A & B) | ~( [...]
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/AndOrXor.ll | 68 ++++++++++++++++++++++++++++++++
1 file changed, 68 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.