This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 2676d43 XFail TestEnumTypes.py on Windows
new 718ee3a Make the functions that fetch data from the ObjC runtime choo [...]
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:
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 28 ++++++++++------------
1 file changed, 13 insertions(+), 15 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 0a51771 [PM] Port ConstantMerge to the new pass manager.
new 8b3e014 clang-format some files in preparation of coming patch reviews.
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/Transforms/Utils/LoopUtils.h | 21 +-
lib/Transforms/Scalar/LICM.cpp | 400 ++++++-----
lib/Transforms/Scalar/LoopUnrollPass.cpp | 61 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 1009 ++++++++++++++--------------
4 files changed, 724 insertions(+), 767 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 test-suite.
from bc1782b cmake/caches: Use CMAKE_C_FLAGS_RELEASE to pass flags.
new bf42e37 lit: Use a custom error code in case the executable is missing
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:
litsupport-tests/run/check/lit.out | 2 +-
litsupport/test.py | 6 ++++++
2 files changed, 7 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 clang.
from 49edd29 [SystemZ] Add -mbackchain option.
new 6ddd583 [modules] Enforce the rules that an explicit or partial speci [...]
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/Decl.h | 4 +
include/clang/AST/DeclTemplate.h | 14 +--
include/clang/Basic/DiagnosticSemaKinds.td | 13 +-
include/clang/Sema/Sema.h | 33 +++++-
lib/AST/Decl.cpp | 15 +++
lib/Sema/SemaCXXScopeSpec.cpp | 31 ++++-
lib/Sema/SemaExpr.cpp | 87 ++++++++------
lib/Sema/SemaLookup.cpp | 75 ++++++++++--
lib/Sema/SemaTemplate.cpp | 158 ++++++++++++++++++++++++-
lib/Sema/SemaTemplateInstantiate.cpp | 15 ++-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 8 ++
lib/Sema/SemaType.cpp | 20 +++-
test/Modules/Inputs/cxx-templates-common.h | 17 +++
test/Modules/Inputs/cxx-templates-unimported.h | 43 +++++++
test/Modules/Inputs/module.map | 2 +
test/Modules/cxx-templates.cpp | 70 ++++++++++-
16 files changed, 527 insertions(+), 78 deletions(-)
create mode 100644 test/Modules/Inputs/cxx-templates-unimported.h
--
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 4a5d819 [SystemZ] Implement backchain attribute (recommit with fix).
new 0a51771 [PM] Port ConstantMerge to the new pass manager.
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/InitializePasses.h | 2 +-
include/llvm/Transforms/IPO/ConstantMerge.h | 35 +++++++++++++++++
lib/LTO/LTOCodeGenerator.cpp | 2 +-
lib/Passes/PassBuilder.cpp | 3 +-
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/ConstantMerge.cpp | 60 ++++++++++++++++-------------
lib/Transforms/IPO/IPO.cpp | 2 +-
test/Transforms/ConstantMerge/merge-both.ll | 2 +-
8 files changed, 76 insertions(+), 31 deletions(-)
create mode 100644 include/llvm/Transforms/IPO/ConstantMerge.h
--
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 2b2a8f1 [LoopDataPrefetch] Add optimization remark
new 1232987 [codeview] Move dumper into lib/DebugInfo/CodeView
new 4a5d819 [SystemZ] Implement backchain attribute (recommit with fix).
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:
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 6 +-
include/llvm/DebugInfo/CodeView/TypeDumper.h | 65 ++
include/llvm/DebugInfo/CodeView/TypeStream.h | 19 +
lib/DebugInfo/CodeView/CMakeLists.txt | 2 +
lib/DebugInfo/CodeView/TypeDumper.cpp | 753 ++++++++++++++++++++++
lib/DebugInfo/CodeView/TypeStream.cpp | 97 +++
lib/Target/SystemZ/SystemZFrameLowering.cpp | 13 +
lib/Target/SystemZ/SystemZISelLowering.cpp | 37 +-
test/CodeGen/SystemZ/backchain.ll | 84 +++
tools/llvm-readobj/CMakeLists.txt | 1 +
tools/llvm-readobj/COFFDumper.cpp | 819 +-----------------------
11 files changed, 1079 insertions(+), 817 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/TypeDumper.h
create mode 100644 lib/DebugInfo/CodeView/TypeDumper.cpp
create mode 100644 lib/DebugInfo/CodeView/TypeStream.cpp
create mode 100644 test/CodeGen/SystemZ/backchain.ll
--
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 c3e85fd [RS6000] Rewrite rs6000_frame_related to use simplify_replace_rtx
new aead0c9 [RS6000] TARGET_RELOCATABLE
new 5b8a438 Daily bump.
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/ChangeLog | 28 ++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/freebsd64.h | 5 ++---
gcc/config/rs6000/linux64.h | 5 ++---
gcc/config/rs6000/predicates.md | 7 -------
gcc/config/rs6000/rs6000.c | 22 +++++++++++++---------
gcc/config/rs6000/rs6000.h | 8 --------
gcc/config/rs6000/rs6000.md | 6 +-----
gcc/config/rs6000/sysv4.h | 30 +++++++++++++++++++-----------
9 files changed, 66 insertions(+), 47 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 gcc-6-branch
in repository gcc.
from dac1912 * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference [...]
new e4b4810 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from b091f47 Daily bump.
new 2899f5a Daily bump.
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/DATESTAMP | 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 gcc-4_9-branch
in repository gcc.
from 3523bf0 Daily bump.
new 4803303 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.