This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 114cb60a374 [Reassociate] don't name values "tmp"; NFCI
new 8b45407e72b [Reassociate] auto-generate test checks; 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/Transforms/Reassociate/factorize-again.ll | 18 ++++++--
.../Reassociate/fast-AgressiveSubMove.ll | 19 ++++----
test/Transforms/Reassociate/fast-MissedTree.ll | 16 ++++---
test/Transforms/Reassociate/fast-SubReassociate.ll | 54 +++++++++++-----------
4 files changed, 60 insertions(+), 47 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 d28baf61832 [GlobalMerge] Stable sort GlobalSets to fix non-determinist [...]
new 114cb60a374 [Reassociate] don't name values "tmp"; 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/Scalar/Reassociate.cpp | 4 +-
test/Transforms/Reassociate/fast-basictest.ll | 230 +++++++++++----------
test/Transforms/Reassociate/fast-fp-commute.ll | 38 ++--
test/Transforms/Reassociate/fast-multistep.ll | 27 +--
.../Reassociate/mixed-fast-nonfast-fp.ll | 14 +-
test/Transforms/Reassociate/mulfactor.ll | 126 ++++++-----
test/Transforms/Reassociate/multistep.ll | 25 ++-
.../Reassociate/reassoc-intermediate-fnegs.ll | 50 +++--
test/Transforms/Reassociate/shift-factor.ll | 22 +-
9 files changed, 281 insertions(+), 255 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 3694cc8d718 * bb-reorder.c (max_entry_frequency): Remove. (find_trace [...]
new a8a34408b00 Remove obsolete ECOFF support.
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/ChangeLog | 5 +++++
gcc/collect2.c | 19 -------------------
2 files changed, 5 insertions(+), 19 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 06f6588caf0 revert r317812 [BasicAA] fix build break by converting the [...]
new d28baf61832 [GlobalMerge] Stable sort GlobalSets to fix non-determinist [...]
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/GlobalMerge.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 libcxx.
from eada02443 [libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing fo [...]
new b4a34c08a Add _LIBCPP_INLINE_VISIBILITY to __compressed_pair_elem members
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/memory | 18 ++++++++++++------
1 file changed, 12 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 binutils-gdb.
from 981b557a48 Enable the Dot Product extension by default for Armv8.4-a.
new 52c6b71b65 Fix riscv dwarf2-10 gas testsuite failure.
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:
gas/ChangeLog | 4 ++++
gas/testsuite/gas/elf/dwarf2-10.l | 2 +-
2 files changed, 5 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 d90f53e14ab [BasicAA] fix build break by converting the previously intr [...]
new 06f6588caf0 revert r317812 [BasicAA] fix build break by converting the [...]
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/Analysis/BasicAliasAnalysis.cpp | 3 +--
1 file changed, 1 insertion(+), 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 clang.
from a5d15d15a4 [OPENMP] Treat '#pragma omp target parallel for simd' as sim [...]
new 1e53b12c18 [OPENMP] Codegen for `#pragma omp target parallel for simd`.
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/Basic/OpenMPKinds.cpp | 4 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 4 +
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 1 +
lib/CodeGen/CGStmtOpenMP.cpp | 50 +-
lib/CodeGen/CodeGenFunction.h | 4 +
lib/Sema/SemaOpenMP.cpp | 22 +-
test/OpenMP/target_parallel_for_simd_codegen.cpp | 952 +++++++++++++++++----
...get_parallel_for_simd_codegen_registration.cpp} | 22 +-
...allel_for_simd_codegen_registration_naming.cpp} | 6 +-
9 files changed, 845 insertions(+), 220 deletions(-)
copy test/OpenMP/{target_parallel_for_codegen_registration.cpp => target_parallel_ [...]
copy test/OpenMP/{target_parallel_for_codegen_registration_naming.cpp => target_pa [...]
--
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 57c786521 [PowerPC][msan] Update msan to handle changed memory layouts [...]
new aa0fde0a6 [Builtins] Do not use tailcall for Thumb1
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/builtins/arm/aeabi_memcmp.S | 6 ++++++
lib/builtins/arm/aeabi_memcpy.S | 6 ++++++
lib/builtins/arm/aeabi_memmove.S | 6 ++++++
lib/builtins/arm/aeabi_memset.S | 12 ++++++++++++
4 files changed, 30 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 llvm.
from 3b01bb69f0d revert r317809 - [Reassociate] regenerate test checks; NFC
new d90f53e14ab [BasicAA] fix build break by converting the previously intr [...]
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/Analysis/BasicAliasAnalysis.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.