This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60
in repository llvm.
from 057310b8fc4 Merging r330037:
new df4f3da615f Merging r329040 with re-generated CHECK lines via the script.
new 8de958da4f1 Merge a series of test updates r329055-329057.
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:
test/CodeGen/X86/cmpxchg-clobber-flags.ll | 553 +-
test/CodeGen/X86/copy-eflags.ll | 237 +-
test/CodeGen/X86/mul-i1024.ll | 7808 ++++++++++++++---------------
3 files changed, 4528 insertions(+), 4070 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 d9367a91972 [ORC] Preserve Materializing symbol flag during resolution.
new 6b03aa25cd5 [X86][AArch64][NFC] Add tests for vector masked merge unfolding
new 9ed66ee093d [DAGCombine][X86][AArch64] Masked merge unfolding: vector edition.
new 6a15b1928a0 [DAGCombiner] isAllOnesConstantOrAllOnesSplatConstant(): lo [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 19 +-
lib/Target/AArch64/AArch64ISelLowering.h | 15 +-
lib/Target/X86/X86ISelLowering.cpp | 25 +-
...nfold-masked-merge-vector-variablemask-const.ll | 227 +
.../unfold-masked-merge-vector-variablemask.ll | 452 ++
test/CodeGen/X86/machine-cp.ll | 104 +-
...nfold-masked-merge-vector-variablemask-const.ll | 606 +++
.../X86/unfold-masked-merge-vector-variablemask.ll | 4670 ++++++++++++++++++++
8 files changed, 6052 insertions(+), 66 deletions(-)
create mode 100644 test/CodeGen/AArch64/unfold-masked-merge-vector-variablemask-const.ll
create mode 100644 test/CodeGen/AArch64/unfold-masked-merge-vector-variablemask.ll
create mode 100644 test/CodeGen/X86/unfold-masked-merge-vector-variablemask-const.ll
create mode 100644 test/CodeGen/X86/unfold-masked-merge-vector-variablemask.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 libcxx.
from d4c79d0bb Deduction guides for list
new 32bc2e298 Implement deduction guides for vector
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/vector | 35 +++++--
.../vector.cons}/deduct.fail.cpp | 12 +--
.../sequences/vector/vector.cons/deduct.pass.cpp | 116 +++++++++++++++++++++
3 files changed, 149 insertions(+), 14 deletions(-)
copy test/std/containers/sequences/{deque/deque.cons => vector/vector.cons}/deduct [...]
create mode 100644 test/std/containers/sequences/vector/vector.cons/deduct.pass.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 llvm.
from eb91413561e [X86] Simplify some X86 address mode folding code, NFCI
new e1d782bb775 [InstCombine] regenerate checks; NFC
new 6ee4a210cc5 [DAGCombiner] Use computeKnownBits to match rotate patterns [...]
new e0b0d5fab77 [ORC] Add IRLayer and ObjectLayer interfaces and related Ma [...]
new 1b804fe0ece [ORC] Remove the optional MaterializationResponsibility arg [...]
new 8b040c41219 [ORC] Lookup now returns an error if any symbols are not found.
new d9367a91972 [ORC] Preserve Materializing symbol flag during resolution.
The 6 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/ExecutionEngine/Orc/Core.h | 28 ++++---
include/llvm/ExecutionEngine/Orc/Layer.h | 99 ++++++++++++++++++++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 25 ++++--
lib/ExecutionEngine/Orc/CMakeLists.txt | 1 +
lib/ExecutionEngine/Orc/Core.cpp | 68 ++++++++++-----
lib/ExecutionEngine/Orc/Layer.cpp | 110 +++++++++++++++++++++++++
test/CodeGen/X86/combine-rotates.ll | 42 ++--------
test/CodeGen/X86/rotate4.ll | 20 +----
test/Transforms/InstCombine/fpcast.ll | 89 ++++++++++++--------
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 4 +-
10 files changed, 361 insertions(+), 125 deletions(-)
create mode 100644 include/llvm/ExecutionEngine/Orc/Layer.h
create mode 100644 lib/ExecutionEngine/Orc/Layer.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 llvm.
from 2527cbcd297 Fix a make_unique ambiguity.
new 343a5212998 [X86] Remove masking from vpternlog intrinsics. Use a selec [...]
new ee78629f71a [X86] Remove some unneeded check lines that I copy and past [...]
new eb91413561e [X86] Simplify some X86 address mode folding code, NFCI
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/llvm/IR/IntrinsicsX86.td | 84 ++--
lib/IR/AutoUpgrade.cpp | 30 ++
lib/Target/X86/X86ISelDAGToDAG.cpp | 135 +++---
lib/Target/X86/X86ISelLowering.cpp | 17 -
lib/Target/X86/X86IntrinsicsInfo.h | 32 +-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 124 ++++++
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 68 +++
test/CodeGen/X86/avx512-intrinsics.ll | 48 ++-
test/CodeGen/X86/avx512-vpternlog-commute.ll | 479 +++++++++++++---------
test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 258 ++++++++++++
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 136 ++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 98 +++--
test/CodeGen/X86/combine-rotates.ll | 22 -
test/CodeGen/X86/stack-folding-int-avx512.ll | 12 +-
14 files changed, 1082 insertions(+), 461 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 1bc857476c Revert r332847; it caused us to miscompile certain forms of [...]
new 4f6bfc6f7d [X86] Remove masking from pternlog llvm intrinsics and use a [...]
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/CGBuiltin.cpp | 47 ++++++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 16 +++++++++-----
test/CodeGen/avx512vl-builtins.c | 32 +++++++++++++++++----------
3 files changed, 77 insertions(+), 18 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 fc055acc89b [InstCombine] remove fptrunc (select) code; NFCI
new 2527cbcd297 Fix a make_unique ambiguity.
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/LTO/LTOBackend.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 llvm.
from aadeae8d7a8 LTO: Replace split dwarf implementation that uses objcopy w [...]
new fc055acc89b [InstCombine] remove fptrunc (select) code; NFCI
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/Transforms/InstCombine/InstCombineCasts.cpp | 17 -----------------
1 file changed, 17 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 c3d5cc8d43 CodeGen, Driver: Start using direct split dwarf emission in clang.
new 1bc857476c Revert r332847; it caused us to miscompile certain forms of [...]
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/Expr.h | 19 +++++-------
lib/AST/ExprConstant.cpp | 12 ++++++--
lib/CodeGen/CGExprConstant.cpp | 40 +++++++------------------
test/CodeGen/const-init.c | 2 +-
test/CodeGen/designated-initializers.c | 2 +-
test/CodeGen/union-init2.c | 2 +-
test/CodeGenCXX/cxx11-initializer-aggregate.cpp | 27 -----------------
test/CodeGenCXX/cxx1z-initializer-aggregate.cpp | 4 +--
test/CodeGenCXX/reference-init.cpp | 6 ++++
test/SemaCXX/large-array-init.cpp | 10 +++++++
10 files changed, 47 insertions(+), 77 deletions(-)
create mode 100644 test/SemaCXX/large-array-init.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 compiler-rt.
from cfc4a3e12 [libFuzzer] reinstate -dump_coverage, which is still in use ( [...]
new 4f8ac50ae [asan] Make GetCurrentThread RTEMS-friendly
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/asan/asan_rtl.cc | 3 +++
lib/asan/asan_thread.cc | 3 +++
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.