This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0177b1e [AVX-512] Move masked shift intrinsics tests to the autoupgra [...]
new e1f5c81 IR: Change the Type::get{Array,Vector,Pointer}ElementType() f [...]
new 77a1226 Bitcode: More precise casting. NFCI.
new b0c36f7 Analysis: Simplify the ScalarEvolution::getGEPExpr() interfac [...]
new dead081 Bitcode: Change module reader functions to return an llvm::Expected.
The 4 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/ScalarEvolution.h | 10 ++---
include/llvm/Bitcode/BitcodeReader.h | 8 ++--
include/llvm/IR/Type.h | 15 +++++--
include/llvm/Object/IRObjectFile.h | 4 +-
include/llvm/Transforms/IPO/FunctionImport.h | 10 +++--
lib/Analysis/ScalarEvolution.cpp | 15 ++++---
lib/Bitcode/Reader/BitReader.cpp | 49 ++++++++--------------
lib/Bitcode/Reader/BitcodeReader.cpp | 24 +++++------
lib/CodeGen/ParallelCG.cpp | 2 +-
lib/IR/Instructions.cpp | 3 +-
lib/IRReader/IRReader.cpp | 20 +++++----
lib/LTO/LTO.cpp | 46 ++++++++------------
lib/LTO/LTOBackend.cpp | 8 ++--
lib/LTO/LTOModule.cpp | 14 +++----
lib/Object/IRObjectFile.cpp | 10 ++---
lib/Object/SymbolicFile.cpp | 8 ++--
lib/Transforms/IPO/FunctionImport.cpp | 5 ++-
lib/Transforms/Scalar/NaryReassociate.cpp | 5 +--
.../Scalar/StraightLineStrengthReduce.cpp | 4 +-
tools/llvm-dis/llvm-dis.cpp | 6 +--
tools/verify-uselistorder/verify-uselistorder.cpp | 6 +--
unittests/Bitcode/BitReaderTest.cpp | 4 +-
22 files changed, 129 insertions(+), 147 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 e3fbde7 Fix PR28366: Handle variables from enclosing local scopes mor [...]
new 264382d Bitcode: Change module reader functions to return an llvm::Expected.
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/CGOpenMPRuntime.cpp | 3 ++-
lib/CodeGen/CodeGenAction.cpp | 10 ++++++----
2 files changed, 8 insertions(+), 5 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 ebc8fed [AMDGPU] Add f16 builtin functions (VI+)
new e3fbde7 Fix PR28366: Handle variables from enclosing local scopes mor [...]
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/ExprConstant.cpp | 15 +++++++++++++--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 +-
test/SemaCXX/constant-expression-cxx11.cpp | 30 ++++++++++++++++++++++++++++++
test/SemaCXX/cxx1z-constexpr-lambdas.cpp | 14 +++++++++++++-
4 files changed, 57 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 lldb.
from 868e730 Fix some use-after-frees that my last CL introduced.
new 18b71d5 Make OptionParser::Parse() take StringRef.
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/lldb/Host/OptionParser.h | 4 +++-
source/Host/common/OptionParser.cpp | 5 +++--
source/Interpreter/Args.cpp | 12 ++++++------
3 files changed, 12 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 llvm.
from eb14a74 [InstCombine][AVX-512] Expand vector shift handling to work o [...]
new 0177b1e [AVX-512] Move masked shift intrinsics tests to the autoupgra [...]
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/avx512-intrinsics-upgrade.ll | 193 ++++++++++++++++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 192 -------------------------
2 files changed, 193 insertions(+), 192 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 8bbb0a4 Change ValueObject creation functions to take StringRefs.
new 868e730 Fix some use-after-frees that my last CL introduced.
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/lldb/Host/XML.h | 4 ++--
source/Host/common/XML.cpp | 6 ++----
2 files changed, 4 insertions(+), 6 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 f4ce1f6 Change IOHandlerConfirm to use StringRefs.
new 8bbb0a4 Change ValueObject creation functions to take StringRefs.
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/lldb/Core/ValueObject.h | 10 ++++----
include/lldb/DataFormatters/TypeSynthetic.h | 7 +++---
source/Core/ValueObject.cpp | 27 +++++++++++-----------
source/DataFormatters/TypeSynthetic.cpp | 7 +++---
.../ExpressionParser/Go/GoUserExpression.cpp | 5 ++--
5 files changed, 31 insertions(+), 25 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 1a24699 Change some more CommandObject functions to StringRef.
new f4ce1f6 Change IOHandlerConfirm to use StringRefs.
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/lldb/Core/IOHandler.h | 2 +-
include/lldb/Interpreter/CommandInterpreter.h | 3 +--
source/Core/IOHandler.cpp | 2 +-
source/Interpreter/CommandInterpreter.cpp | 2 +-
4 files changed, 4 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.