This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a710d0d [NVPTX] Improve lowering of byval args of device functions.
new 4e93d1c [X86] Make arithmetic operations cost model test saner. 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:
test/Analysis/CostModel/X86/arith.ll | 211 +++++++++++++++++++++--------------
1 file changed, 128 insertions(+), 83 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 zorg.
from 9491efa Converted lld builders to use auto-generated schedulers.
new 129d639 [powerpc] Enable msan testing for ppc64le
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:
zorg/buildbot/builders/sanitizers/buildbot_selector.py | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 6e37dd7 Add back some dead code.
new a710d0d [NVPTX] Improve lowering of byval args of device functions.
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/NVPTX/NVPTXISelDAGToDAG.cpp | 52 ++++++++++++++++++++++++++++++
lib/Target/NVPTX/NVPTXISelLowering.cpp | 18 +++++------
lib/Target/NVPTX/NVPTXLowerKernelArgs.cpp | 24 +++++++++++---
test/CodeGen/NVPTX/bug21465.ll | 2 +-
test/CodeGen/NVPTX/lower-kernel-ptr-arg.ll | 32 ++++++++++++++----
5 files changed, 105 insertions(+), 23 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 b5cd4b6 [x86] AVX FP compare builtins should require AVX target featu [...]
new a0640f4 Re-commit "[Temporary] Add an ExprWithCleanups for each C++ M [...]
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/AST/ExprCXX.h | 7 +++-
include/clang/AST/Stmt.h | 5 ++-
include/clang/Sema/CleanupInfo.h | 47 +++++++++++++++++++++++++++
include/clang/Sema/ScopeInfo.h | 5 +--
include/clang/Sema/Sema.h | 16 +++++----
lib/AST/Expr.cpp | 7 +++-
lib/AST/ExprCXX.cpp | 6 +++-
lib/Analysis/Consumed.cpp | 6 ++++
lib/CodeGen/CGExprConstant.cpp | 6 ++++
lib/Sema/Sema.cpp | 5 +--
lib/Sema/SemaCast.cpp | 8 ++---
lib/Sema/SemaCoroutine.cpp | 4 +--
lib/Sema/SemaDecl.cpp | 2 +-
lib/Sema/SemaExpr.cpp | 35 ++++++++++----------
lib/Sema/SemaExprCXX.cpp | 16 +++++----
lib/Sema/SemaExprObjC.cpp | 4 +--
lib/Sema/SemaInit.cpp | 30 +++++++++++++----
lib/Sema/SemaLambda.cpp | 11 +++----
lib/Sema/SemaOpenMP.cpp | 8 +++++
lib/Sema/SemaStmt.cpp | 8 +++++
lib/Serialization/ASTReaderStmt.cpp | 1 +
lib/Serialization/ASTWriterStmt.cpp | 3 +-
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 4 +--
23 files changed, 181 insertions(+), 63 deletions(-)
create mode 100644 include/clang/Sema/CleanupInfo.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-tools-extra.
from d53ad27 Fix clang-tidy patterns to adapt to newly added ExprWithClean [...]
new d4e8cce Fix build of ClangRenameTests
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:
unittests/clang-rename/USRLocFindingTest.cpp | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from df8663b Refactor scope building in JumpDiagnostics for simplicity. Th [...]
new b5cd4b6 [x86] AVX FP compare builtins should require AVX target featu [...]
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/BuiltinsX86.def | 8 ++++----
test/CodeGen/target-features-error-2.c | 33 ++++++++++++++++++++++++++++++++-
2 files changed, 36 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 llvm.
from 1963865 Delete some dead code.
new 6e37dd7 Add back some dead code.
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/PowerPC/PPCFastISel.cpp | 14 ++++++++++++++
1 file changed, 14 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 8aeb921 Revert "[MS] Don't expect vftables to be provided for extern [...]
new df8663b Refactor scope building in JumpDiagnostics for simplicity. Th [...]
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/JumpDiagnostics.cpp | 283 +++++++++++++++++++++++--------------------
1 file changed, 151 insertions(+), 132 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 4aca949 clang-rename: add a -old-name option
new d53ad27 Fix clang-tidy patterns to adapt to newly added ExprWithClean [...]
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/llvm/TwineLocalCheck.cpp | 3 ++-
clang-tidy/misc/DanglingHandleCheck.cpp | 4 +++-
clang-tidy/modernize/LoopConvertCheck.cpp | 5 +++--
clang-tidy/modernize/LoopConvertUtils.cpp | 2 +-
clang-tidy/modernize/UseAutoCheck.cpp | 2 ++
clang-tidy/readability/RedundantStringInitCheck.cpp | 18 +++++++++---------
6 files changed, 20 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 lldb.
from 7f61e25 Change the "debugserver-mini" target (a version of debugserve [...]
new 14bebba Fix the "Release" build on MacOSX for debugserver. Extra bad [...]
new bcae291 Fix the use of lldb::eSymbolContextVariable.
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:
source/Core/Address.cpp | 2 +-
source/Core/Module.cpp | 3 ++-
tools/debugserver/debugserver.xcodeproj/project.pbxproj | 1 -
3 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.