This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 256a26609b9 [ARM][AArch64][DAG] Reenable post-legalize store merge
new ba2a499340f [X86][AVX512] Tag BROADCAST instruction scheduler classes
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/X86/X86InstrAVX512.td | 100 +++++++++++++++++++-------------
test/CodeGen/X86/avx512-bugfix-23634.ll | 2 +-
test/CodeGen/X86/avx512-schedule.ll | 84 ++++++++++++++-------------
3 files changed, 105 insertions(+), 81 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 release/2.26/master
in repository glibc.
from df8c219cb9 Fix integer overflow in malloc when tcache is enabled [BZ #22375]
new 73a9236361 Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]
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:
ChangeLog | 6 ++++++
NEWS | 1 +
malloc/hooks.c | 7 +++++++
3 files 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 llvm.
from e780c515773 [cmake] Move CMAKE_(C|CXX)_COMPILER variables before CROSS_ [...]
new 256a26609b9 [ARM][AArch64][DAG] Reenable post-legalize store merge
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/SelectionDAG/DAGCombiner.cpp | 31 ++-
lib/Target/AArch64/AArch64ISelLowering.h | 3 -
lib/Target/ARM/ARMISelLowering.h | 3 -
test/CodeGen/AArch64/arm64-complex-ret.ll | 3 +-
test/CodeGen/AArch64/arm64-narrow-st-merge.ll | 4 +-
test/CodeGen/AArch64/arm64-storebytesmerge.ll | 46 ++++
test/CodeGen/AArch64/arm64-variadic-aapcs.ll | 16 +-
test/CodeGen/AArch64/tailcall-explicit-sret.ll | 14 +-
test/CodeGen/AArch64/tailcall-implicit-sret.ll | 12 +-
test/CodeGen/ARM/arm-storebytesmerge.ll | 347 +++++++++++++++++++++++++
test/CodeGen/ARM/fp16-promote.ll | 50 ++--
11 files changed, 466 insertions(+), 63 deletions(-)
create mode 100644 test/CodeGen/AArch64/arm64-storebytesmerge.ll
create mode 100644 test/CodeGen/ARM/arm-storebytesmerge.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 gcc.
from 2dd8970435e compiler: handle set-and-use-temp in nilcheck code
new 4ff484a781b [ARM] testsuite: force hardfp in addr-modes-float.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:
gcc/testsuite/ChangeLog | 20 ++++++++++++++
gcc/testsuite/gcc.target/arm/addr-modes-float.c | 28 +++++++++++---------
gcc/testsuite/gcc.target/arm/addr-modes-int.c | 35 ++++++++++++++-----------
gcc/testsuite/gcc.target/arm/addr-modes.h | 30 ++++++++++-----------
4 files changed, 69 insertions(+), 44 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 ea2f82191ea [X86][AVX512] Regenerate vpmovm2*/vpmov*2m avx512 schedule tests
new e780c515773 [cmake] Move CMAKE_(C|CXX)_COMPILER variables before CROSS_ [...]
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:
cmake/modules/CrossCompile.cmake | 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 glibc.
from 53994f1263 Make some ldbl-128, ldbl-128ibm arrays const.
new 1dbe6f64ab Don't make local variables static in ldbl-96 j1l.
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:
ChangeLog | 3 +++
sysdeps/ieee754/ldbl-96/e_j1l.c | 2 +-
2 files 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 f41523819e [OPENMP] Initial codegen for `teams distribute simd` directive.
new 330ea9e419 [OPENMP] Improve error message for mapping union 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/clang/Basic/DiagnosticSemaKinds.td | 2 +-
test/OpenMP/target_map_messages.cpp | 2 +-
test/OpenMP/target_teams_map_messages.cpp | 2 +-
3 files changed, 3 insertions(+), 3 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 f1783d109f [OpenCL] Fix layering violation by getOpenCLTypeAddrSpace
new f41523819e [OPENMP] Initial codegen for `teams distribute simd` directive.
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/CGStmtOpenMP.cpp | 36 +++++++++++------
lib/Sema/SemaOpenMP.cpp | 18 +++++++--
...degen.cpp => teams_distribute_simd_codegen.cpp} | 46 ++++++++++++----------
... => teams_distribute_simd_collapse_codegen.cpp} | 9 +++--
...eams_distribute_simd_dist_schedule_codegen.cpp} | 20 +++++-----
...teams_distribute_simd_firstprivate_codegen.cpp} | 7 ++--
... teams_distribute_simd_lastprivate_codegen.cpp} | 46 +++++++++++-----------
...p => teams_distribute_simd_private_codegen.cpp} | 7 ++--
...=> teams_distribute_simd_reduction_codegen.cpp} | 7 ++--
9 files changed, 116 insertions(+), 80 deletions(-)
copy test/OpenMP/{teams_distribute_parallel_for_codegen.cpp => teams_distribute_si [...]
copy test/OpenMP/{teams_distribute_collapse_codegen.cpp => teams_distribute_simd_c [...]
copy test/OpenMP/{teams_distribute_dist_schedule_codegen.cpp => teams_distribute_s [...]
copy test/OpenMP/{teams_distribute_firstprivate_codegen.cpp => teams_distribute_si [...]
copy test/OpenMP/{teams_distribute_lastprivate_codegen.cpp => teams_distribute_sim [...]
copy test/OpenMP/{teams_distribute_private_codegen.cpp => teams_distribute_simd_pr [...]
copy test/OpenMP/{teams_distribute_reduction_codegen.cpp => teams_distribute_simd_ [...]
--
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 f90540054 Fix typo fcvr -> fcvt and attempt to unbreak MSan/!NetBSD
new 92feb463e [compiler-rt][xray][cmake] Fix a build issue caused by set/it [...]
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/xray/CMakeLists.txt | 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 23a455a76dd [SystemZ] Bugfix in expandRxSBG()
new 3b06fccc774 [InstSimplify] Fold insertelement into undef if index is ou [...]
new ea2f82191ea [X86][AVX512] Regenerate vpmovm2*/vpmov*2m avx512 schedule tests
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/llvm/Analysis/ConstantFolding.h | 7 +
include/llvm/Analysis/InstructionSimplify.h | 4 +
lib/Analysis/InstructionSimplify.cpp | 28 ++++
test/CodeGen/X86/avx512-schedule.ll | 250 ++++++++++++++--------------
test/Transforms/InstSimplify/pr28725.ll | 5 +-
5 files changed, 166 insertions(+), 128 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.