This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1715f28483f This fixes a crash when a second pass is required for the C [...]
new 00f1a051eff [VPlan] Introduce VPlan-based dominator analysis.
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/Vectorize/LoopVectorize.cpp | 4 +-
lib/Transforms/Vectorize/VPlan.cpp | 5 +-
lib/Transforms/Vectorize/VPlan.h | 105 +++++++++--
lib/Transforms/Vectorize/VPlanDominatorTree.h | 41 +++++
lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp | 15 +-
lib/Transforms/Vectorize/VPlanHCFGBuilder.h | 23 ++-
unittests/Transforms/Vectorize/CMakeLists.txt | 1 +
.../Vectorize/VPlanDominatorTreeTest.cpp | 196 +++++++++++++++++++++
unittests/Transforms/Vectorize/VPlanTestBase.h | 15 +-
9 files changed, 382 insertions(+), 23 deletions(-)
create mode 100644 lib/Transforms/Vectorize/VPlanDominatorTree.h
create mode 100644 unittests/Transforms/Vectorize/VPlanDominatorTreeTest.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 libcxx.
from 8634f6fcc [libc++] Exclude posix_l/strtonum fallback inclusion for newl [...]
new 373299533 [libcxx] implement <simd> ABI for Clang/GCC vector extension, [...]
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/__config | 4 +
include/experimental/__config | 7 +
include/experimental/simd | 377 ++++++++++++++++++---
.../simd/simd.abi/vector_extension.pass.cpp | 67 ++++
.../experimental/simd/simd.access/default.pass.cpp | 217 ++++++++++++
.../simd/simd.casts/simd_cast.pass.cpp | 38 ++-
.../simd/simd.casts/static_simd_cast.pass.cpp | 27 +-
.../experimental/simd/simd.cons/broadcast.pass.cpp | 38 ++-
.../experimental/simd/simd.cons/default.pass.cpp | 28 ++
.../experimental/simd/simd.cons/generator.pass.cpp | 73 +++-
test/std/experimental/simd/simd.cons/load.pass.cpp | 118 +++++++
test/std/experimental/simd/simd.mem/load.pass.cpp | 122 +++++++
test/std/experimental/simd/simd.mem/store.pass.cpp | 95 ++++++
.../simd/simd.traits/abi_for_size.pass.cpp | 18 +-
.../simd/simd.traits/is_abi_tag.pass.cpp | 180 +++++-----
.../experimental/simd/simd.traits/is_simd.pass.cpp | 216 ++++++------
.../simd/simd.traits/is_simd_flag_type.pass.cpp | 58 ++--
.../simd/simd.traits/is_simd_mask.pass.cpp | 239 +++++++------
18 files changed, 1477 insertions(+), 445 deletions(-)
create mode 100644 test/std/experimental/simd/simd.abi/vector_extension.pass.cpp
create mode 100644 test/std/experimental/simd/simd.access/default.pass.cpp
create mode 100644 test/std/experimental/simd/simd.cons/default.pass.cpp
create mode 100644 test/std/experimental/simd/simd.cons/load.pass.cpp
create mode 100644 test/std/experimental/simd/simd.mem/load.pass.cpp
create mode 100644 test/std/experimental/simd/simd.mem/store.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 865d24fcb44 [ORC] Add SerializationTraits for std::set and std::map.
new 1715f28483f This fixes a crash when a second pass is required for the C [...]
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/DebugInfo/CodeView/TypeStreamMerger.cpp | 5 ++++-
1 file changed, 4 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 clang.
from fbe4400191 Avoid returning an invalid end source loc
new 8eb6798a53 [docs] UndefinedBehaviorSanitizer.rst: {,un}signed-integer-o [...]
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:
docs/UndefinedBehaviorSanitizer.rst | 4 ++--
1 file changed, 2 insertions(+), 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 compiler-rt.
from 81eee4175 [compiler-rt] integer-truncation-blacklist.c: XFAIL on android/ios
new 3eadc5926 [NFC] Rename test/ubsan/TestCases/{ImplicitCast => ImplicitCo [...]
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:
.../{ImplicitCast => ImplicitConversion}/integer-truncation-blacklist.c | 0
.../{ImplicitCast => ImplicitConversion}/integer-truncation-summary.cpp | 0
.../TestCases/{ImplicitCast => ImplicitConversion}/integer-truncation.c | 0
3 files changed, 0 insertions(+), 0 deletions(-)
rename test/ubsan/TestCases/{ImplicitCast => ImplicitConversion}/integer-truncatio [...]
rename test/ubsan/TestCases/{ImplicitCast => ImplicitConversion}/integer-truncatio [...]
rename test/ubsan/TestCases/{ImplicitCast => ImplicitConversion}/integer-truncatio [...]
--
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 binutils-gdb.
from eb41b24898 RISC-V: Set insn info fields correctly when disassembling.
new fb66cde8a4 Match any kind of error after "cannot resolve name" on lib/g [...]
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/lib/gdbserver-support.exp | 2 +-
2 files changed, 6 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 a5603d18b0a [InstCombine] Fold Select with binary op
new f264341a831 [DAGCombiner][PowerPC][AArch64] Pass Created vector by refe [...]
new e9f23bb5b17 [TargetLowering] In BuildSDIV, add the MULHS/SMUL_LOHI to t [...]
new 865d24fcb44 [ORC] Add SerializationTraits for std::set and std::map.
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/CodeGen/TargetLowering.h | 2 +-
.../llvm/ExecutionEngine/Orc/RPCSerialization.h | 145 ++++++++++++++++++++-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 5 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 13 +-
lib/Target/AArch64/AArch64ISelLowering.h | 2 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 8 +-
lib/Target/PowerPC/PPCISelLowering.h | 2 +-
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 81 ++++++------
9 files changed, 199 insertions(+), 61 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 binutils-gdb.
from c8f2dc0dc9 gdb: Fix sizeof for dynamic types other than arrays
new eb41b24898 RISC-V: Set insn info fields correctly when disassembling.
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/ChangeLog | 6 +
include/opcode/riscv.h | 26 ++++
opcodes/ChangeLog | 6 +
opcodes/riscv-dis.c | 26 ++++
opcodes/riscv-opc.c | 356 ++++++++++++++++++++++++-------------------------
5 files changed, 242 insertions(+), 178 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 test-suite.
from 3499c759 [test-suite] Add Makefile for Rodinia Benchmarks
new 07fac885 [test-suite] Removing Rodinia from Makefile build due to buil [...]
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:
MultiSource/Benchmarks/Makefile | 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 3e5ff188671 Revert r338222 "[DAGCombiner] Remove unnecessary calls to A [...]
new a5603d18b0a [InstCombine] Fold Select with binary op
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/InstCombineSelect.cpp | 33 +++++++++++++++++++++
test/Transforms/InstCombine/select-binop-icmp.ll | 34 ++++++++--------------
test/Transforms/SimplifyCFG/merge-cond-stores.ll | 37 ++++++++++++------------
3 files changed, 63 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.