This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aa96bc9 [LV] Move interleaved access helper functions to VectorUtils (NFC)
new f8ca514 [ImplicitNullChecks] NFC Fix the implicit-null-checks.mir test
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/X86/implicit-null-checks.mir | 28 ++++++++++++++--------------
1 file changed, 14 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 llvm.
from 460d4d4 Make test case resilient to \ or / directory separators
new aa96bc9 [LV] Move interleaved access helper functions to VectorUtils (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:
include/llvm/Analysis/VectorUtils.h | 53 +++++++++++++++
lib/Analysis/VectorUtils.cpp | 85 ++++++++++++++++++++++++
lib/Target/AArch64/AArch64ISelLowering.cpp | 17 +----
lib/Target/ARM/ARMISelLowering.cpp | 17 +----
lib/Transforms/Vectorize/LoopVectorize.cpp | 102 +----------------------------
5 files changed, 147 insertions(+), 127 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 719dc0e Add missing test cases from r293697/D29094
new 460d4d4 Make test case resilient to \ or / directory separators
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/tools/llvm-symbolizer/sym-verbose.test | 6 +++---
1 file changed, 3 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 release_40
in repository clang.
from 5114b5e Merging r292194: -------------------------------------------- [...]
new dff88e0 Merging r293678: -------------------------------------------- [...]
new 5eb0ba0 Merging r291963: -------------------------------------------- [...]
new ccd6729 Merging r293360: -------------------------------------------- [...]
The 3 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 +-
include/clang/Sema/Overload.h | 32 +--
include/clang/Sema/Sema.h | 51 ++--
lib/Sema/SemaChecking.cpp | 34 ++-
lib/Sema/SemaExpr.cpp | 19 +-
lib/Sema/SemaExprCXX.cpp | 5 +
lib/Sema/SemaLookup.cpp | 3 +-
lib/Sema/SemaOverload.cpp | 285 +++++++-------------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 8 +-
lib/Sema/TreeTransform.h | 8 +-
test/Sema/Inputs/diagnose-if-warn-system-header.h | 11 +
test/Sema/diagnose_if.c | 9 +-
test/SemaCXX/destructor.cpp | 20 ++
test/SemaCXX/diagnose_if.cpp | 313 ++++++++++++++++++----
14 files changed, 464 insertions(+), 337 deletions(-)
create mode 100644 test/Sema/Inputs/diagnose-if-warn-system-header.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 clang.
from 2ba0764 Revert r293518 as it caused module linking error in clang-reo [...]
new ceed2a6 [CodeGen][ObjC] Avoid asserting on block pointer types in isP [...]
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/CodeGenTypes.cpp | 2 +-
test/CodeGenObjC/block-ptr-type-crash.m | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenObjC/block-ptr-type-crash.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 gcc.
from 905e044 PR testsuite/79324 * gcc.dg/debug/dwarf2/align-1.c: Add -gn [...]
new d5f5fa27 Fix __atomic to not implement atomic loads with CAS.
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 | 18 ++++++++++
gcc/builtins.c | 5 +--
gcc/optabs-query.c | 19 +++++++++++
gcc/optabs-query.h | 1 +
gcc/optabs.c | 63 +++++++++++++++++++++++------------
gcc/testsuite/lib/target-supports.exp | 21 ++----------
libatomic/ChangeLog | 9 +++++
libatomic/acinclude.m4 | 1 +
libatomic/auto-config.h.in | 30 +++++++++++------
libatomic/config/x86/host-config.h | 18 ++++++++++
libatomic/glfree.c | 21 ++++++++++--
11 files changed, 152 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 llvm.
from 387f151 [InstCombine] Allow InstCombine to merge adjacent guards
new 719dc0e Add missing test cases from r293697/D29094
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/tools/llvm-symbolizer/Inputs/discrim | Bin 0 -> 9973 bytes
test/tools/llvm-symbolizer/Inputs/discrim.c | 8 ++++++
test/tools/llvm-symbolizer/Inputs/discrim.inp | 5 ++++
test/tools/llvm-symbolizer/sym-verbose.test | 36 ++++++++++++++++++++++++++
4 files changed, 49 insertions(+)
create mode 100644 test/tools/llvm-symbolizer/Inputs/discrim
create mode 100644 test/tools/llvm-symbolizer/Inputs/discrim.c
create mode 100644 test/tools/llvm-symbolizer/Inputs/discrim.inp
create mode 100644 test/tools/llvm-symbolizer/sym-verbose.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 release_40
in repository llvm.
from 6609175 Merging r293629: -------------------------------------------- [...]
new 2b8d6be Merging r293230: -------------------------------------------- [...]
new 7ed06de Merging r293658: -------------------------------------------- [...]
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:
cmake/modules/DetermineGCCCompatible.cmake | 2 ++
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 3 ++-
test/Transforms/InstCombine/load.ll | 19 +++++++++++++++++++
3 files changed, 23 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 lldb.
from b889b51 Do not pass non-POD type variables through variadic function
new 1a1c6d9 Fix android build of the new process launcher
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:
source/Host/posix/ProcessLauncherPosixFork.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 982ff7f AMDGPU: Improve nsw/nuw/exact when promoting uniform i16 ops
new 299e3e8 [X86][SSE] Remove unused argument. NFCI.
new 387f151 [InstCombine] Allow InstCombine to merge adjacent guards
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/X86ISelLowering.cpp | 15 ++++++---------
lib/Transforms/InstCombine/InstCombineCalls.cpp | 20 ++++++++++++++------
test/Transforms/InstCombine/call-guard.ll | 18 ++++++++++--------
3 files changed, 30 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.