This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 785db918619 [X86] Fast-isel tests for lowered truncation intrinsics
new f0e0135e659 [PM/Unswitch] Fix a collection of closely related issues wi [...]
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/SimpleLoopUnswitch.cpp | 55 ++++--
.../SimpleLoopUnswitch/nontrivial-unswitch.ll | 192 +++++++++++++++++++++
.../SimpleLoopUnswitch/trivial-unswitch.ll | 92 +++++++++-
test/Transforms/SimpleLoopUnswitch/update-scev.ll | 4 +-
4 files changed, 318 insertions(+), 25 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 237e0b6b434 [X86][SSE] Prefer BLEND(SHL(v,c1),SHL(v,c2)) over MUL(v, c3)
new 785db918619 [X86] Fast-isel tests for lowered truncation intrinsics
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:
.../CodeGen/X86/avx512bwvl-intrinsics-fast-isel.ll | 13 +++
test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 102 +++++++++++++++++++++
2 files changed, 115 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 compiler-rt.
from a164037c7 Add lowercase OS name feature
new 652950651 [XRay][compiler-rt] xray::Array Freelist and Iterator Updates
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/tests/CMakeLists.txt | 8 +-
lib/xray/tests/unit/function_call_trie_test.cc | 42 ++++++-
lib/xray/tests/unit/segmented_array_test.cc | 80 ++++++++++---
lib/xray/xray_allocator.h | 40 ++++---
lib/xray/xray_function_call_trie.h | 97 ++++++++--------
lib/xray/xray_profile_collector.cc | 10 +-
lib/xray/xray_profiling.cc | 7 +-
lib/xray/xray_segmented_array.h | 149 +++++++++++++++----------
lib/xray/xray_utils.h | 18 +++
9 files changed, 301 insertions(+), 150 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 5734eced07 Test commit
new b4d2cac846 [X86] Lowering integer truncation intrinsics to native IR
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/Headers/avx512vlbwintrin.h | 8 +++---
lib/Headers/avx512vlintrin.h | 52 ++++++++++++++++++++------------------
test/CodeGen/avx512vl-builtins.c | 24 ++++++++++++------
test/CodeGen/avx512vlbw-builtins.c | 3 ++-
4 files changed, 50 insertions(+), 37 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 724d9fda3ac PR fortran/86421 * module.c (omp_declare_simd_clauses): A [...]
new 8a42a2fb7aa PR sanitizer/86406 * cp-gimplify.c (cp_maybe_instrument_r [...]
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/cp/ChangeLog | 4 ++++
gcc/cp/cp-gimplify.c | 7 +++++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/ubsan/pr86406.C | 33 +++++++++++++++++++++++++++++++++
4 files changed, 47 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr86406.C
--
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 gcc-8-branch
in repository gcc.
from fc439f922ee Daily bump.
new 1d5de900dcd PR sanitizer/86406 * cp-gimplify.c (cp_maybe_instrument_r [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/cp-gimplify.c | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ubsan/pr86406.C | 33 +++++++++++++++++++++++++++++++++
4 files changed, 51 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr86406.C
--
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 b66a4fe5b73 [X86] Regenerate vector-shuffle-512-v8.ll so the script wil [...]
new 237e0b6b434 [X86][SSE] Prefer BLEND(SHL(v,c1),SHL(v,c2)) over MUL(v, c3)
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/X86ISelLowering.cpp | 33 +++++++++++++++++++++++++--------
test/CodeGen/X86/combine-shl.ll | 34 ++++++++++++++++------------------
test/CodeGen/X86/lower-vec-shift.ll | 25 +++++++++++++++++--------
test/CodeGen/X86/vec_shift6.ll | 17 ++++++++---------
test/CodeGen/X86/widen_arith-4.ll | 12 +++++++-----
5 files changed, 73 insertions(+), 48 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 ed321d14e3b PR c++/86443 * gimplify.c (find_combined_omp_for): Add DA [...]
new 724d9fda3ac PR fortran/86421 * module.c (omp_declare_simd_clauses): 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:
gcc/fortran/ChangeLog | 8 +++++++
gcc/fortran/module.c | 17 ++++++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/vect/pr86421.f90 | 35 ++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/vect/pr86421.f90
--
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 650cfa6dc06 [X86] Use IsProfitableToFold to block vinsertf128rm in favo [...]
new b66a4fe5b73 [X86] Regenerate vector-shuffle-512-v8.ll so the script wil [...]
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/CodeGen/X86/vector-shuffle-512-v8.ll | 1248 +++++++++--------------------
1 file changed, 387 insertions(+), 861 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 9189e53b5fa compiler: fix double evaluation with interface field ex [...]
new ed321d14e3b PR c++/86443 * gimplify.c (find_combined_omp_for): Add DA [...]
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 | 15 ++
gcc/c-family/ChangeLog | 7 +
gcc/c-family/c-omp.c | 8 +-
gcc/cp/ChangeLog | 10 +
gcc/cp/pt.c | 7 +-
gcc/cp/semantics.c | 8 +-
gcc/gimplify.c | 185 +++++++++++++++---
libgomp/ChangeLog | 5 +
.../testsuite/libgomp.c++/{for-1.C => for-15.C} | 209 ++++++++-------------
9 files changed, 290 insertions(+), 164 deletions(-)
copy libgomp/testsuite/libgomp.c++/{for-1.C => for-15.C} (60%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.