This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 54490fc [LoopVectorize] Improve getVectorCallCost() getScalarizationO [...]
new ec19b49 Include LLVMDumpValue in release builds.
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/IR/Core.cpp | 4 +---
1 file changed, 1 insertion(+), 3 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 4835612 [MemorySSA] Correct an assertion surrounding with parentheses.
new 8b0f695 [AVX-512] Remove KSET0B/KSET1B in favor of the patterns that [...]
new 54490fc [LoopVectorize] Improve getVectorCallCost() getScalarizationO [...]
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/X86InstrAVX512.td | 1 -
lib/Target/X86/X86InstrInfo.cpp | 2 --
lib/Transforms/Vectorize/LoopVectorize.cpp | 27 ++++++++-------------------
3 files changed, 8 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 clang.
from 91a91ae Prototype of modules codegen
new 90cf9c5 Tidy up codegen modules test & make it x86 specific since it [...]
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/Modules/codegen.test | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 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 a20c033 Towards P0091R3: parsing support for class template argument [...]
new 91a91ae Prototype of modules codegen
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 | 2 +-
include/clang/AST/ExternalASTSource.h | 5 ++
include/clang/Basic/LangOptions.def | 1 +
include/clang/Basic/Module.h | 2 +
include/clang/Driver/CC1Options.td | 4 ++
include/clang/Sema/MultiplexExternalSemaSource.h | 2 +
include/clang/Serialization/ASTBitCodes.h | 2 +
include/clang/Serialization/ASTReader.h | 4 ++
include/clang/Serialization/ASTWriter.h | 1 +
lib/AST/ASTContext.cpp | 25 +++++++--
lib/AST/ExternalASTSource.cpp | 5 ++
lib/Basic/Module.cpp | 2 +-
lib/CodeGen/CodeGenModule.cpp | 2 +-
lib/Frontend/CompilerInvocation.cpp | 1 +
lib/Lex/ModuleMap.cpp | 13 +++--
lib/Sema/MultiplexExternalSemaSource.cpp | 9 ++++
lib/Serialization/ASTReader.cpp | 30 +++++++++--
lib/Serialization/ASTWriter.cpp | 22 ++++++--
lib/Serialization/ASTWriterDecl.cpp | 9 ++--
test/Modules/Inputs/codegen/bar.h | 2 +
test/Modules/Inputs/codegen/bar.modulemap | 1 +
test/Modules/Inputs/codegen/foo.h | 10 ++++
test/Modules/Inputs/codegen/foo.modulemap | 1 +
test/Modules/Inputs/codegen/use.cpp | 2 +
test/Modules/codegen.test | 64 ++++++++++++++++++++++++
25 files changed, 199 insertions(+), 22 deletions(-)
create mode 100644 test/Modules/Inputs/codegen/bar.h
create mode 100644 test/Modules/Inputs/codegen/bar.modulemap
create mode 100644 test/Modules/Inputs/codegen/foo.h
create mode 100644 test/Modules/Inputs/codegen/foo.modulemap
create mode 100644 test/Modules/Inputs/codegen/use.cpp
create mode 100644 test/Modules/codegen.test
--
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 d3d136e [OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX [...]
new a20c033 Towards P0091R3: parsing support for class template argument [...]
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/DeclTemplate.h | 10 ++
include/clang/Basic/DiagnosticSemaKinds.td | 5 +
include/clang/Sema/Sema.h | 3 +-
lib/Sema/SemaDecl.cpp | 16 ++-
lib/Sema/SemaTemplate.cpp | 14 ++-
lib/Sema/SemaTemplateInstantiate.cpp | 9 +-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 7 +-
lib/Sema/TreeTransform.h | 114 ++++++++++++++++++---
.../cxx1z-class-template-argument-deduction.cpp | 59 ++++++++++-
9 files changed, 204 insertions(+), 33 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 libcxx.
from eebb4f7 experimental: inline single use of a typedef
new 52241cb experimental: remove some extraneous _LIBCPP_FUNC_VIS
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/experimental/filesystem | 27 +++++++++++++--------------
1 file changed, 13 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 3ee3271 Daily bump.
new cb0deaa [gcc]
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 | 6 +
gcc/config/rs6000/altivec.h | 4 +-
gcc/testsuite/ChangeLog | 9 +
gcc/testsuite/gcc.target/powerpc/pr79268.c | 19 ++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-1.c | 143 --------------
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c | 236 -----------------------
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-3.c | 142 --------------
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c | 233 ----------------------
8 files changed, 36 insertions(+), 756 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr79268.c
delete mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-1.c
delete mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c
delete mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-3.c
delete mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.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 876a1ad Test RuntimeDyld doesn't crash with R_X86_64_NONE (r293388).
new 4835612 [MemorySSA] Correct an assertion surrounding with parentheses.
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/Transforms/Utils/MemorySSA.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 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 lld.
from cfbb328 Return early from getUnresolvedSymbolOption() to simplify.
new 3ac2207 Merge a few Cases using StringSwitch::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:
ELF/Driver.cpp | 6 ++----
1 file changed, 2 insertions(+), 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 llvm.
from 5a5e8a7 [AVX-512] Don't reuse VSHLI/VSRLI for mask register shifts. V [...]
new 876a1ad Test RuntimeDyld doesn't crash with R_X86_64_NONE (r293388).
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:
.../RuntimeDyld/X86/ELF_x86-64_none.yaml | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 test/ExecutionEngine/RuntimeDyld/X86/ELF_x86-64_none.yaml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.