This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 76b613f [X86][SSE] Added AVX512F and additional vector truncate test cases
new e353f57 [Myriad]: set LeonCASA processor feature
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/Sparc/Sparc.td | 12 ++++++------
test/CodeGen/SPARC/LeonCASAInstructionUT.ll | 1 +
2 files changed, 7 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 clang.
from 4155a0a ObjectiveC generics: Add ObjCTypeParamType in the type system.
new 3c62e64 AMDGPU: Fix target options fp32/64-denormals
new 1286300 ObjectiveC Generics: Start using ObjCTypeParamType.
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/AST/ASTContext.cpp | 5 ++++
lib/AST/DeclObjC.cpp | 8 ++++--
lib/AST/Type.cpp | 19 ++++++++++---
lib/Basic/Targets.cpp | 16 ++++-------
lib/Sema/SemaDeclObjC.cpp | 2 +-
lib/Sema/SemaType.cpp | 22 ++++++++++++++-
.../Checkers/DynamicTypePropagation.cpp | 2 +-
test/CodeGenOpenCL/denorms-are-zero.cl | 10 +++++--
test/SemaObjC/kindof.m | 10 ++++++-
test/SemaObjC/parameterized_classes_subst.m | 33 ++++++++++++++++++++++
10 files changed, 105 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 45e3537 [DAGCombiner] Use APInt directly in (shl (ext (shl x, c1)), c [...]
new 76b613f [X86][SSE] Added AVX512F and additional vector truncate test cases
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/vector-trunc.ll | 361 +++++++++++++++++++++++++++++----------
1 file changed, 273 insertions(+), 88 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 be6c773 ObjectiveC: Refactor applyObjCProtocolQualifiers.
new 4155a0a ObjectiveC generics: Add ObjCTypeParamType in the type system.
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 | 5 ++
include/clang/AST/RecursiveASTVisitor.h | 4 ++
include/clang/AST/Type.h | 49 ++++++++++++++++++
include/clang/AST/TypeLoc.h | 83 +++++++++++++++++++++++++++++++
include/clang/AST/TypeNodes.def | 1 +
include/clang/Sema/Sema.h | 8 +++
include/clang/Serialization/ASTBitCodes.h | 4 +-
lib/AST/ASTContext.cpp | 38 ++++++++++++++
lib/AST/ASTImporter.cpp | 17 +++++++
lib/AST/ItaniumMangle.cpp | 1 +
lib/AST/Type.cpp | 27 ++++++++++
lib/AST/TypeLoc.cpp | 11 ++++
lib/AST/TypePrinter.cpp | 23 +++++++++
lib/CodeGen/CGDebugInfo.cpp | 14 ++++++
lib/CodeGen/CGDebugInfo.h | 2 +
lib/CodeGen/CodeGenFunction.cpp | 1 +
lib/Sema/SemaExpr.cpp | 1 +
lib/Sema/SemaType.cpp | 23 +++++++++
lib/Sema/TreeTransform.h | 52 +++++++++++++++++++
lib/Serialization/ASTReader.cpp | 19 +++++++
lib/Serialization/ASTWriter.cpp | 17 +++++++
tools/libclang/CIndex.cpp | 12 +++++
22 files changed, 411 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 21409db Fix misleading comment for getOrEnforceKnownAlignment
new 45e3537 [DAGCombiner] Use APInt directly in (shl (ext (shl x, c1)), 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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 26 +++++++++++++++-----------
test/CodeGen/X86/shift-i128.ll | 18 ++++++++++++++++++
2 files changed, 33 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.
from a28ba16 Add a class ObjCProtocolQualifiers to wrap APIs for ObjC prot [...]
new be6c773 ObjectiveC: Refactor applyObjCProtocolQualifiers.
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 | 8 +++++
lib/AST/ASTContext.cpp | 70 ++++++++++++++++++++++++++++++++++++++++++
lib/Sema/SemaType.cpp | 65 +++++----------------------------------
3 files changed, 86 insertions(+), 57 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 d5b9ea5 2016-09-13 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 46fad8d PR c++/77553 * constexpr.c (cxx_fold_pointer_plus_expressio [...]
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 | 9 ++
gcc/cp/constexpr.c | 129 +++++++++++++--------------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/cpp1y/constexpr-77553.C | 29 ++++++
4 files changed, 103 insertions(+), 69 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-77553.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 lldb.
from a38e2f0 Fix a merge mishap in rL281348
new cc279de fixup Xcode build for removal of MIUtilParse.*
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:
lldb.xcodeproj/project.pbxproj | 6 ------
1 file changed, 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 7313bce Fix for gdb.server/non-existing-program.exp test case
new 1d8cb77 Fix for gdb.server/non-existing-program.exp test case
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 | 6 ++++++
gdb/gdbserver/server.c | 3 +--
2 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 gcc.
from eccf371 [PATCH 1/2][AArch64] Add missing support for poly64x1_t
new d5b9ea5 2016-09-13 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 5 +++++
gcc/fortran/module.c | 2 +-
gcc/testsuite/ChangeLog | 12 ------------
gcc/testsuite/gfortran.dg/pr77420.f90 | 18 ------------------
4 files changed, 6 insertions(+), 31 deletions(-)
delete mode 100644 gcc/testsuite/gfortran.dg/pr77420.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.