This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8c7ce92 Daily bump.
new d9b9f4a Fix bougs PR 78170 failure for avr
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.c-torture/execute/pr78170.c | 2 ++
2 files changed, 6 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 clang.
from 54a3b88 [Sema] Remove a dead assignment, NFC.
new 516761b Enhancement to test for -ast-print
new 7eeb479 Fix heuristics skipping invalid ctor-initializers with C++11
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/Parse/ParseCXXInlineMethods.cpp | 46 +++++++++++++++++++++++++-------
test/CodeCompletion/ctor-initializer.cpp | 31 +++++++++++++++++----
test/Coverage/ast-printing.c | 4 ++-
3 files changed, 66 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 ba1655d [AVX-512] Use 'vnot' instead of 'not' in patterns involving v [...]
new 8186cc4 [CMake] Disable rpath for UnitTests
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:
cmake/modules/AddLLVM.cmake | 8 +++++---
unittests/CMakeLists.txt | 4 ----
2 files changed, 5 insertions(+), 7 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 0571775 [CodeGen] Use StringRef. NFC.
new 54a3b88 [Sema] Remove a dead assignment, 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:
lib/Sema/SemaExpr.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 llvm.
from 872445f Expandload and Compressstore intrinsics
new ba1655d [AVX-512] Use 'vnot' instead of 'not' in patterns involving v [...]
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/X86/X86InstrAVX512.td | 90 ++++++++++++--------------------------
test/CodeGen/X86/avx512-mask-op.ll | 10 ++---
test/CodeGen/X86/avx512-select.ll | 7 ++-
3 files changed, 36 insertions(+), 71 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 d1f0655 Split getSection in two.
new 872445f Expandload and Compressstore 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/Intrinsics.h | 4 +-
include/llvm/IR/Intrinsics.td | 15 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +-
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 84 ++++++--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 4 +-
lib/IR/Function.cpp | 34 ++-
lib/Target/X86/X86ISelLowering.cpp | 74 ++++++-
lib/Target/X86/X86InstrFragmentsSIMD.td | 17 +-
test/CodeGen/X86/compress_expand.ll | 247 ++++++++++++++++++++++
utils/TableGen/CodeGenTarget.cpp | 3 +-
utils/TableGen/IntrinsicEmitter.cpp | 11 +-
12 files changed, 441 insertions(+), 58 deletions(-)
create mode 100644 test/CodeGen/X86/compress_expand.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 llvm.
from 6e15e36 [ThinLTO] Handle distributed backend case when doing renaming
new d1f0655 Split getSection in two.
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 | 26 ++++++++++++++++++--------
1 file changed, 18 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 ecafbe5 [Sema] Allow static_cast<T&&>(e) to check explicit conversion [...]
new 0571775 [CodeGen] Use StringRef. 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:
lib/CodeGen/CGBlocks.cpp | 8 ++++----
lib/CodeGen/CGExprConstant.cpp | 4 ++--
lib/CodeGen/CodeGenModule.h | 2 +-
3 files changed, 7 insertions(+), 7 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 8aadb7b Fix Windows buildbot.
new cbebe20 Pass the sections to getShtGroupSignature.
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/InputFiles.cpp | 11 ++++++++---
ELF/InputFiles.h | 3 ++-
2 files changed, 10 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 clang.
from 7b08e8d Update manglings for C++17 noexcept function types to match J [...]
new ecafbe5 [Sema] Allow static_cast<T&&>(e) to check explicit conversion [...]
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/DiagnosticSemaKinds.td | 3 ++
lib/Sema/SemaCast.cpp | 31 +++++++++-------
.../expr/expr.post/expr.static.cast/p3-p4-0x.cpp | 43 ++++++++++++++++++++++
test/SemaCXX/rval-references.cpp | 10 +++--
4 files changed, 70 insertions(+), 17 deletions(-)
create mode 100644 test/CXX/expr/expr.post/expr.static.cast/p3-p4-0x.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.