This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70
in repository llvm.
from 6c2e5a132cd Merging r343347:
new 9a0352f0c5e Merging r343443:
new b2504eaa1be Merging r343428:
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/X86DomainReassignment.cpp | 21 ++++++++++++++
lib/Target/X86/X86InstrInfo.cpp | 2 +-
test/CodeGen/X86/pr38803.ll | 48 ++++++++++++++++++++++++++++++++
3 files changed, 70 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/pr38803.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 clang.
from 3c43b80122 PR24164, PR39336: init-captures are not distinct full-expressions.
new 70f06000b1 Revert "[Driver] Reland: Default Android toolchains to libc++."
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/Driver/ToolChains/Linux.cpp | 6 --
lib/Driver/ToolChains/Linux.h | 1 -
test/Driver/android-ndk-standalone.cpp | 120 ++++++++++++++++++---------------
3 files changed, 65 insertions(+), 62 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 37f8c97acd3 [llvm-mca] Remove a stale TODO comment. NFC
new 9e79a4ff275 [InstCombine] InstCombine and InstSimplify for minimum and maximum
new 4806c82bb2a Fix a use-after-RAUW bug in large GEP splitting
new 203691d83a7 [WebAssembly] Handle undefined lane indices in SIMD patterns
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:
lib/Analysis/InstructionSimplify.cpp | 25 +-
lib/Analysis/ValueTracking.cpp | 6 +
lib/CodeGen/CodeGenPrepare.cpp | 17 +-
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 6 +-
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 36 +++
lib/Transforms/InstCombine/InstCombineCalls.cpp | 27 +-
test/CodeGen/WebAssembly/simd.ll | 266 +++++++++++++++++
.../CodeGenPrepare/AArch64/large-offset-gep.ll | 28 ++
test/Transforms/InstCombine/maximum.ll | 238 ++++++++++++++++
test/Transforms/InstCombine/minimum.ll | 263 +++++++++++++++++
.../InstSimplify/floating-point-arithmetic.ll | 317 ++++++++++++++++++++-
.../InstSimplify/floating-point-compare.ll | 14 +-
test/Transforms/LICM/hoist-round.ll | 12 +-
test/Transforms/SimplifyCFG/speculate-math.ll | 36 +++
14 files changed, 1268 insertions(+), 23 deletions(-)
create mode 100644 test/Transforms/InstCombine/maximum.ll
create mode 100644 test/Transforms/InstCombine/minimum.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 clang.
from 84677d5009 [Driver] Reland: Default Android toolchains to libc++.
new 396dc1658c Add basic test that we perform lifetime extension in the exp [...]
new 3c43b80122 PR24164, PR39336: init-captures are not distinct full-expressions.
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/Sema/Sema.h | 3 +-
lib/AST/Expr.cpp | 7 +-
lib/CodeGen/CGExprCXX.cpp | 1 -
lib/Sema/SemaExprCXX.cpp | 37 ++---
lib/Sema/SemaInit.cpp | 14 ++
lib/Sema/SemaLambda.cpp | 10 --
test/CXX/special/class.temporary/p6.cpp | 240 ++++++++++++++++++++++++++++++++
test/CodeGenCXX/cxx1y-init-captures.cpp | 13 ++
test/SemaCXX/cxx1y-init-captures.cpp | 8 +-
9 files changed, 284 insertions(+), 49 deletions(-)
create mode 100644 test/CXX/special/class.temporary/p6.cpp
--
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 7d1631700 [lldbsuite, windows] Disable two tail call frames tests that [...]
new 5edb3e8c0 [lldb] Add support in Status::AsCString to retrieve win32 sys [...]
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/Utility/Status.cpp | 29 ++++++++++++++++++++++++++++-
unittests/Utility/StatusTest.cpp | 23 +++++++++++++++++++++++
2 files changed, 51 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 llvm.
from aff56dc8f1e [ConstantFolding] Constant fold minimum and maximum intrinsics
new 37f8c97acd3 [llvm-mca] Remove a stale TODO comment. 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:
tools/llvm-mca/include/Instruction.h | 2 --
1 file changed, 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 master
in repository gcc.
from e720dcb8d51 rs6000: Put CR0 first in REG_ALLOC_ORDER
new cd66715a19a [gcc]
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/gimple-ssa-strength-reduction.c | 157 +++++++++++++++-----------
gcc/testsuite/gcc.c-torture/compile/pr87473.c | 19 ++++
2 files changed, 110 insertions(+), 66 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr87473.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.