This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a268e97 [AVX512] Zero extend the result of vpcmpeq/vpcmpgt and simila [...]
new a609ccd [LoopAccessAnalysis] Fix an integer overflow
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/LoopAccessAnalysis.h | 16 +++++------
lib/Analysis/LoopAccessAnalysis.cpp | 44 +++++++++++++++---------------
test/Transforms/LoopDistribute/pr28443.ll | 36 ++++++++++++++++++++++++
3 files changed, 66 insertions(+), 30 deletions(-)
create mode 100644 test/Transforms/LoopDistribute/pr28443.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 3ceb124 [CodeView] Implement support for thread-local variables
new 407fc99 Fixed a bug in vectorizing GEP before gather/scatter intrinsic.
new a268e97 [AVX512] Zero extend the result of vpcmpeq/vpcmpgt and simila [...]
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/IR/AutoUpgrade.cpp | 5 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 19 +-
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 32 +++
.../Transforms/LoopVectorize/X86/gather_scatter.ll | 6 +-
test/Transforms/LoopVectorize/X86/scatter_crash.ll | 218 +++++++++++++++++++++
5 files changed, 267 insertions(+), 13 deletions(-)
create mode 100755 test/Transforms/LoopVectorize/X86/scatter_crash.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 c4b1cdd Define endianness-aware type for Elf_Chdr.
new 3ceb124 [CodeView] Implement support for thread-local variables
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/AsmPrinter/CodeViewDebug.cpp | 19 +++++++++++++++----
test/DebugInfo/COFF/globals.ll | 9 ++++-----
2 files changed, 19 insertions(+), 9 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 6a050a4 [CUDA] Fix "control reaches end of non-void function" warning [...]
new ce09fec [AST] Use ArrayRef in more interfaces
new b2011f8 [AST] Tighten up the bitfield in TemplateSpecializationType
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:
include/clang/AST/ASTContext.h | 17 +++----
include/clang/AST/Expr.h | 8 +++
include/clang/AST/ExprCXX.h | 12 +++++
include/clang/AST/Type.h | 36 +++++++-------
include/clang/Sema/Sema.h | 4 ++
lib/AST/ASTContext.cpp | 64 ++++++++++--------------
lib/AST/ASTDiagnostic.cpp | 5 +-
lib/AST/ASTImporter.cpp | 3 +-
lib/AST/Decl.cpp | 8 ++-
lib/AST/DeclTemplate.cpp | 7 ++-
lib/AST/NestedNameSpecifier.cpp | 2 +-
lib/AST/StmtPrinter.cpp | 14 +++---
lib/AST/Type.cpp | 53 ++++++++++----------
lib/AST/TypePrinter.cpp | 85 ++++++++++++++------------------
lib/CodeGen/CGDebugInfo.cpp | 6 +--
lib/Sema/SemaDecl.cpp | 2 +-
lib/Sema/SemaTemplate.cpp | 14 ++----
lib/Sema/SemaTemplateDeduction.cpp | 6 +--
lib/Sema/SemaTemplateInstantiate.cpp | 12 ++---
lib/Sema/SemaTemplateInstantiateDecl.cpp | 7 ++-
lib/Serialization/ASTReader.cpp | 8 ++-
lib/Tooling/Core/QualTypeNames.cpp | 4 +-
tools/libclang/CIndex.cpp | 6 +--
23 files changed, 180 insertions(+), 203 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 a9ec0ac [clang-tidy] UnnecessaryValueParamCheck - only warn for virtu [...]
new 3ff2b7b [clang-tidy] Enhance redundant-expression check
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:
clang-tidy/misc/RedundantExpressionCheck.cpp | 511 ++++++++++++++++++++++++++
clang-tidy/misc/RedundantExpressionCheck.h | 5 +
test/clang-tidy/misc-redundant-expression.cpp | 329 ++++++++++++++++-
3 files changed, 842 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 ffe7a68 Fix formatting.
new a446ef9 Fix endianness issue.
new 09872c9 Correctly define "zlib" feature.
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:
ELF/InputSection.cpp | 25 +++++++++++++------------
ELF/InputSection.h | 1 +
test/ELF/compressed-debug-input.s | 10 ++++++++--
test/lit.cfg | 4 ++++
test/lit.site.cfg.in | 1 +
5 files changed, 27 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 2bbac40 [esan:cfrag] Add option -esan-aux-field-info
new c4b1cdd Define endianness-aware type for Elf_Chdr.
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/ELFTypes.h | 20 ++++++++++++++++++++
1 file changed, 20 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 llvm.
from b821e27 ThinLTO: Remove check for multiple modules before applying we [...]
new 2bbac40 [esan:cfrag] Add option -esan-aux-field-info
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:
.../Instrumentation/EfficiencySanitizer.cpp | 110 ++++++++++++---------
..._field_count_basic.ll => struct_field_small.ll} | 44 ++-------
2 files changed, 76 insertions(+), 78 deletions(-)
copy test/Instrumentation/EfficiencySanitizer/{struct_field_count_basic.ll => stru [...]
--
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 compiler-rt.
from 3df3942 [esan|wset] Ensure SIGSEGV is not blocked
new 4f47f51 [esan|cfrag] Handle binaries built with -esan-aux-field-info=false
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/esan/cache_frag.cpp | 22 +++++++++++++++-------
test/esan/TestCases/struct-simple.cpp | 26 +++++++++++++-------------
2 files changed, 28 insertions(+), 20 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 lldb.
from afcbedd Add support to debugserver for some new ways to interact with [...]
new 72b31d3 debugserver will now report the minimum version load command [...]
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:
tools/debugserver/source/MacOSX/MachProcess.h | 2 ++
tools/debugserver/source/MacOSX/MachProcess.mm | 45 ++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.