This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a69986c1fab [LoopVectorize] auto-generate complete checks; NFC
new 24f7956b08c [SLPVectorizer] auto-generate complete checks; NFC
new 0a5886c1e09 [InstCombine] Fix issue with X udiv (POW2_C1 << N) for non- [...]
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:
.../InstCombine/InstCombineMulDivRem.cpp | 10 +-
test/Transforms/InstCombine/vector-udiv.ll | 49 ++++++
test/Transforms/SLPVectorizer/X86/cse.ll | 175 +++++++++++++++++----
3 files changed, 200 insertions(+), 34 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 ce8aaf3706a [ValueTracking] don't crash when assumptions conflict (PR36270)
new a69986c1fab [LoopVectorize] auto-generate complete 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:
.../LoopVectorize/X86/imprecise-through-phis.ll | 85 ++++++++++++++++++++--
1 file changed, 80 insertions(+), 5 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 fa30257bd2c PR ipa/81360 * cgraph.h (symtab_node::output_to_lto_symbo [...]
new a5c5f57ec3a Use nonzero bits to refine range in split_constant_offset ( [...]
new f6022d0b2e0 Another fix for single-element permutes (PR 84265)
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:
gcc/ChangeLog | 19 ++++
gcc/testsuite/ChangeLog | 11 ++
.../{bb-slp-pr81635-1.c => bb-slp-pr81635-3.c} | 56 +++--------
gcc/testsuite/gcc.dg/vect/bb-slp-pr81635-4.c | 47 +++++++++
gcc/testsuite/gcc.dg/vect/pr84265.c | 23 +++++
gcc/tree-data-ref.c | 9 +-
gcc/tree-vect-stmts.c | 6 +-
gcc/tree-vrp.c | 47 +++++++++
gcc/tree-vrp.h | 2 +
gcc/wide-int.cc | 112 +++++++++++++++++++++
gcc/wide-int.h | 2 +
11 files changed, 287 insertions(+), 47 deletions(-)
copy gcc/testsuite/gcc.dg/vect/{bb-slp-pr81635-1.c => bb-slp-pr81635-3.c} (53%)
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr81635-4.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr84265.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 046556e build-linux.sh: Install python3-yaml and python3-jinja2 too.
new 1f9f1c3 build-linux.sh: Activate debug logs for lava-boot.py.
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:
build-linux.sh | 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 gcc.
from db7a90aa0de S/390: Disable prediction of indirect branches
new fa30257bd2c PR ipa/81360 * cgraph.h (symtab_node::output_to_lto_symbo [...]
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 | 11 ++++++++++
gcc/cgraph.h | 3 +++
gcc/lto-streamer-out.c | 54 ++++++------------------------------------------
gcc/lto/ChangeLog | 7 +++++++
gcc/lto/lto.c | 17 ++++++++++-----
gcc/symtab.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/tree.c | 10 +++++++++
7 files changed, 105 insertions(+), 53 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 6c4aa04 build-linux.sh: Install python3-requests if we are going to u [...]
new 046556e build-linux.sh: Install python3-yaml and python3-jinja2 too.
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:
build-linux.sh | 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 a53fc2e9d86 [InstCombine] Fix issue with X udiv 2^C -> X >> C for non-s [...]
new ce8aaf3706a [ValueTracking] don't crash when assumptions conflict (PR36270)
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/ValueTracking.cpp | 8 ++++++++
test/Transforms/InstSimplify/assume.ll | 21 +++++++++++++++++++++
2 files changed, 29 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 libcxx.
from 171ed2198 [libcxx] Avoid spurious construction of valarray elements
new 1a2caf573 Update the status of removed components
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:
www/TS_deprecation.html | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 82d551a build-linux.sh: Use new lava-boot.py script.
new 6c4aa04 build-linux.sh: Install python3-requests if we are going to u [...]
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:
build-linux.sh | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.