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 0eb6bec0 add UUID to the acronyms list of objc property name checks
new 62010c6f [clangd] A few minor fixes for STL internal header mapping.
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/index/CanonicalIncludes.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 88a555f700e [X86] Don't use EXTRACT_ELEMENT from v1i1 with i8/i32 resul [...]
new 58f8c5d01d2 [RISCV] Update two tests after r326208
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/RISCV/bswap-ctlz-cttz-ctpop.ll | 4 ++--
test/CodeGen/RISCV/calls.ll | 4 ++--
2 files 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 d8df57d5ede [X86] Change the masked FPCLASS implementation to use AND i [...]
new 88a555f700e [X86] Don't use EXTRACT_ELEMENT from v1i1 with i8/i32 resul [...]
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/X86ISelDAGToDAG.cpp | 6 ++++-
lib/Target/X86/X86ISelLowering.cpp | 50 +++++++++++++++++++++++++----------
lib/Target/X86/X86InstrVecCompiler.td | 17 ++++++++++++
test/CodeGen/X86/avx512-cmp.ll | 18 ++++---------
test/CodeGen/X86/avx512-intrinsics.ll | 24 ++++++++---------
test/CodeGen/X86/avx512-schedule.ll | 6 ++---
test/CodeGen/X86/gpr-to-mask.ll | 16 +++++------
7 files changed, 83 insertions(+), 54 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 d4ce94c11ee [PR81611] turn inc-and-use-of-dead-orig into auto-inc
new 4a965506ff9 gcc testsuite changes for new linker messages
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 | 6 ++++++
gcc/testsuite/g++.dg/other/anon5.C | 2 +-
gcc/testsuite/lib/prune.exp | 2 +-
3 files changed, 8 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 gcc-7-branch
in repository gcc.
from 4ef5effb321 Daily bump.
new c3cd86d9b36 gcc testsuite changes for new linker messages
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 | 6 ++++++
gcc/testsuite/g++.dg/other/anon5.C | 2 +-
gcc/testsuite/lib/prune.exp | 2 +-
3 files changed, 8 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 gcc-6-branch
in repository gcc.
from 6321e2c6218 Daily bump.
new 1599c2c21e1 gcc testsuite changes for new linker messages
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 | 6 ++++++
gcc/testsuite/g++.dg/other/anon5.C | 2 +-
gcc/testsuite/lib/prune.exp | 2 +-
3 files changed, 8 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 aoliva/testme
in repository gcc.
from 633ef64344f [PR c++/84593] ice on braced init with uninit ref field
new d60630f13a3 [PR c++/84596] implicit conv in static assert
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/constexpr.c | 1 +
gcc/testsuite/g++.dg/cpp0x/pr84596.C | 7 +++++++
2 files changed, 8 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr84596.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 6ba4f924d9 Fix a couple of cases where we would fail to correctly parse [...]
new f4ab7b42eb [ObjC] Allow declaring __strong pointer fields in structs in [...]
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:
docs/LanguageExtensions.rst | 6 +-
include/clang/AST/Decl.h | 30 +
include/clang/AST/Type.h | 62 +-
include/clang/Basic/DiagnosticSemaKinds.td | 12 +
lib/AST/ASTContext.cpp | 17 +-
lib/AST/Decl.cpp | 4 +-
lib/AST/Type.cpp | 52 +-
lib/CodeGen/CGBlocks.cpp | 177 +++--
lib/CodeGen/CGCall.cpp | 30 +-
lib/CodeGen/CGDecl.cpp | 28 +-
lib/CodeGen/CGDeclCXX.cpp | 1 +
lib/CodeGen/CGExprAgg.cpp | 43 +-
lib/CodeGen/CGNonTrivialStruct.cpp | 855 +++++++++++++++++++++
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGenFunction.h | 12 +
lib/Lex/PPMacroExpansion.cpp | 1 +
lib/Sema/JumpDiagnostics.cpp | 8 +
lib/Sema/SemaDecl.cpp | 20 +-
lib/Sema/SemaExpr.cpp | 8 +-
test/ARCMT/checking.m | 2 +-
test/CodeGenObjC/nontrivial-c-struct-exception.m | 33 +
.../nontrivial-c-struct-func-name-collision.m | 14 +
test/CodeGenObjC/strong-in-c-struct.m | 522 +++++++++++++
test/Lexer/has_feature_objc_arc.m | 8 +
test/SemaObjC/arc-decls.m | 6 +-
test/SemaObjC/arc-system-header.m | 6 +-
test/SemaObjC/strong-in-c-struct.m | 56 ++
27 files changed, 1917 insertions(+), 97 deletions(-)
create mode 100644 lib/CodeGen/CGNonTrivialStruct.cpp
create mode 100644 test/CodeGenObjC/nontrivial-c-struct-exception.m
create mode 100644 test/CodeGenObjC/nontrivial-c-struct-func-name-collision.m
create mode 100644 test/CodeGenObjC/strong-in-c-struct.m
create mode 100644 test/SemaObjC/strong-in-c-struct.m
--
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 f169cfdc08 Workaround a FreeBSD ptrace() bug with clearing thread events.
new 0d329c0a83 Nonsense error messages on invalid aout string offset
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:
bfd/ChangeLog | 6 ++++++
bfd/aoutx.h | 8 +++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.