This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f7c3d6634a [OpenCL] Add "cles_khr_int64" extension.
new 5029924c9f [ASTImporter] avoid warnings: unused var, switch covered
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/AST/ASTImporter.cpp | 13 +++++--------
lib/AST/ExternalASTMerger.cpp | 1 +
2 files changed, 6 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 llvm.
from 0869ae1027e [AMDGPU] fix LDS f32 intrinsics
new 1a619ce7775 [MIR] Add support for addrspace in MIR
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/MIRParser/MILexer.cpp | 1 +
lib/CodeGen/MIRParser/MILexer.h | 1 +
lib/CodeGen/MIRParser/MIParser.cpp | 16 +++++++++++
lib/CodeGen/MIRPrinter.cpp | 2 ++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 4 +--
test/CodeGen/AMDGPU/optimize-if-exec-masking.mir | 2 +-
test/CodeGen/AMDGPU/syncscopes.ll | 6 ++---
test/CodeGen/MIR/AArch64/addrspace-memoperands.mir | 31 ++++++++++++++++++++++
test/CodeGen/MIR/AMDGPU/syncscopes.mir | 6 ++---
9 files changed, 60 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/MIR/AArch64/addrspace-memoperands.mir
--
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 a8dbc9b1e [test] Fix a test that never compiled under -fmodules
new 4c11a54e3 Fix linux fallout from c++ gmodules enable
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:
.../libcxx/list/loop/TestDataFormatterLibcxxListLoop.py | 1 +
.../lldbsuite/test/lang/cpp/gmodules-templates/TestGModules.py | 6 ++++--
2 files changed, 5 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 b926dd8427 [ASTImporter] Support LambdaExprs and improve template support
new f7c3d6634a [OpenCL] Add "cles_khr_int64" extension.
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/Basic/OpenCLExtensions.def | 3 +++
test/SemaOpenCL/extension-version.cl | 9 +++++++++
2 files changed, 12 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 f83dfae2249 Corrected date in changelog
new a15f063bc9c [ARC] Add JLI 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:
gcc/ChangeLog | 64 ++++++++++
gcc/config/arc/arc-protos.h | 2 +
gcc/config/arc/arc.c | 220 ++++++++++++++++++++++++++++++++++-
gcc/config/arc/arc.md | 128 ++++++++++----------
gcc/config/arc/arc.opt | 4 +
gcc/config/arc/constraints.md | 6 +
gcc/config/arc/elf.h | 3 +
gcc/config/arc/fpx.md | 18 +--
gcc/config/arc/linux.h | 1 +
gcc/config/arc/simdext.md | 2 +-
gcc/doc/extend.texi | 13 +++
gcc/doc/invoke.texi | 7 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/arc/jli-1.c | 19 +++
gcc/testsuite/gcc.target/arc/jli-2.c | 19 +++
15 files changed, 430 insertions(+), 81 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/jli-1.c
create mode 100644 gcc/testsuite/gcc.target/arc/jli-2.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 b45d7017a7 [Tooling] Test more APIs of ToolExecutor. NFC.
new b926dd8427 [ASTImporter] Support LambdaExprs and improve template 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:
lib/AST/ASTImporter.cpp | 311 +++++++++++++++++----
lib/AST/ASTStructuralEquivalence.cpp | 48 +++-
lib/AST/ExternalASTMerger.cpp | 36 ++-
.../class-template/Inputs/class-template1.cpp | 5 +-
.../class-template/Inputs/class-template2.cpp | 4 +-
test/ASTMerge/class-template/test.cpp | 36 +--
test/ASTMerge/exprs-cpp/Inputs/exprs3.cpp | 17 ++
test/ASTMerge/exprs-cpp/test.cpp | 3 +
test/ASTMerge/function-cpp/Inputs/function-1.cpp | 8 +
test/ASTMerge/function-cpp/test.cpp | 10 +
test/Import/template-specialization/Inputs/T.cpp | 4 +
test/Import/template-specialization/test.cpp | 5 +-
unittests/AST/ASTImporterTest.cpp | 35 ++-
13 files changed, 435 insertions(+), 87 deletions(-)
create mode 100644 test/ASTMerge/function-cpp/Inputs/function-1.cpp
create mode 100644 test/ASTMerge/function-cpp/test.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.
Diana Picus pushed a change to branch python
in repository toolchain/llvm/linaro-scripts.
from 5fdc892 Set maxDiff to None in the debug decorator. NFC
new efebf31 Clarify function interface. 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:
modules/utils.py | 5 +++--
1 file changed, 3 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-tools-extra.
from 297cc432 [clangd] Modify the Span API so that Spans propagate with contexts.
new c7abcec3 [clangd] Fix GCC build break 'declaration changes meaning'
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:
clangd/JSONRPCDispatcher.cpp | 8 ++++----
1 file changed, 4 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 22fd1d34b76 [CallSiteSplitting] Fix infinite loop when recording conditions.
new 0869ae1027e [AMDGPU] fix LDS f32 intrinsics
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/IR/IntrinsicsAMDGPU.td | 10 +++----
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 11 +++++---
lib/Target/AMDGPU/SIISelLowering.cpp | 24 ++++++++---------
lib/Transforms/Scalar/InferAddressSpaces.cpp | 12 ++++-----
test/CodeGen/AMDGPU/lds_atomic_f32.ll | 36 ++++++++++++-------------
5 files changed, 48 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.