This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 91811bc4887 [SLP] Fix PR36481: vectorize reassociated instructions.
new 36d6cce30a6 [InstCombine] Fold compare of int constant against a splatt [...]
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/InstCombineCompares.cpp | 44 +++++++
lib/Transforms/InstCombine/InstCombineInternal.h | 2 +
test/Transforms/InstCombine/icmp-bc-vec.ll | 127 +++++++++++++++++++++
3 files changed, 173 insertions(+)
create mode 100644 test/Transforms/InstCombine/icmp-bc-vec.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 llvm.
from d54820bbe6e Remove a stale comment cut and pasted from another file.
new 91811bc4887 [SLP] Fix PR36481: vectorize reassociated instructions.
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/llvm/Analysis/LoopAccessAnalysis.h | 14 +
lib/Analysis/LoopAccessAnalysis.cpp | 61 ++++
lib/Transforms/Vectorize/SLPVectorizer.cpp | 320 +++++++++++++++------
.../X86/external_user_jumbled_load.ll | 13 +-
test/Transforms/SLPVectorizer/X86/extract.ll | 11 +-
.../SLPVectorizer/X86/jumbled-load-multiuse.ll | 25 +-
.../X86/jumbled-load-shuffle-placement.ll | 46 ++-
.../SLPVectorizer/X86/jumbled-load-used-in-phi.ll | 27 +-
test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 51 ++--
.../SLPVectorizer/X86/reassociated-loads.ll | 107 +++----
.../SLPVectorizer/X86/reorder_repeated_ops.ll | 7 +-
test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +-
12 files changed, 429 insertions(+), 278 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 lld.
from 7807bb0e3 [ELF] - Check that output sections fit in address space.
new 836380733 [ELF] - Eliminate Lazy class.
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:
ELF/Driver.cpp | 8 ++++++--
ELF/InputFiles.h | 1 -
ELF/SymbolTable.cpp | 30 ++++++++++++------------------
ELF/SymbolTable.h | 3 ++-
ELF/Symbols.cpp | 6 ------
ELF/Symbols.h | 32 +++++++++++---------------------
6 files changed, 31 insertions(+), 49 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 6ea791d917a [llvm-mca] Move the logic that prints register file statist [...]
new d54820bbe6e Remove a stale comment cut and pasted from another file.
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:
utils/indirect_calls.py | 1 -
1 file changed, 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 glibc.
from 511ed56f2e hurd: Fix buffer overrun in __if_nametoindex
new d2dc5467c6 Filter out NPTL internal signals (BZ #22391)
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 | 26 +++++++++
nptl/sigaction.c | 14 +----
signal/sigaction.c | 2 +-
signal/sigaddset.c | 5 +-
signal/sigdelset.c | 5 +-
signal/sigfillset.c | 10 +---
signal/tst-sigset.c | 92 ++++++++++++++++++++++--------
sysdeps/generic/internal-signals.h | 36 ++++++++++++
sysdeps/nptl/sigfillset.c | 20 -------
sysdeps/posix/signal.c | 5 +-
sysdeps/posix/sigset.c | 10 +---
sysdeps/unix/sysv/linux/internal-signals.h | 4 +-
sysdeps/unix/sysv/linux/sigtimedwait.c | 17 +-----
13 files changed, 150 insertions(+), 96 deletions(-)
delete mode 100644 sysdeps/nptl/sigfillset.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 0b1a72a7a60 [SLP] Added tests for checks of reordering of the repeated [...]
new f67d85620bf [LoopInterchange] Update tests so DA can handle access afte [...]
new b09f726df5f Recommit "[SLP] Fix issues with debug output in the SLP vec [...]
new 6ea791d917a [llvm-mca] Move the logic that prints register file statist [...]
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:
docs/CommandGuide/llvm-mca.rst | 4 +
lib/Transforms/Vectorize/SLPVectorizer.cpp | 7 +-
.../LoopInterchange/interchange-not-profitable.ll | 42 ----
.../interchange-output-dependencies.ll | 48 -----
.../interchange-simple-count-down.ll | 40 ----
.../LoopInterchange/interchange-simple-count-up.ll | 49 -----
test/Transforms/LoopInterchange/interchangeable.ll | 167 ++++++++++++++++
test/Transforms/LoopInterchange/phi-ordering.ll | 122 +++++++-----
test/Transforms/LoopInterchange/profitability.ll | 214 +++++++++++----------
test/Transforms/LoopInterchange/reductions.ll | 8 +-
test/tools/llvm-mca/X86/BtVer2/register-files-1.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/register-files-2.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/register-files-3.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/register-files-4.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/register-files-5.s | 2 +-
tools/llvm-mca/BackendStatistics.cpp | 74 -------
tools/llvm-mca/BackendStatistics.h | 24 +--
tools/llvm-mca/CMakeLists.txt | 1 +
tools/llvm-mca/RegisterFileStatistics.cpp | 108 +++++++++++
tools/llvm-mca/RegisterFileStatistics.h | 67 +++++++
tools/llvm-mca/llvm-mca.cpp | 9 +
21 files changed, 564 insertions(+), 430 deletions(-)
delete mode 100644 test/Transforms/LoopInterchange/interchange-not-profitable.ll
delete mode 100644 test/Transforms/LoopInterchange/interchange-output-dependencies.ll
delete mode 100644 test/Transforms/LoopInterchange/interchange-simple-count-down.ll
delete mode 100644 test/Transforms/LoopInterchange/interchange-simple-count-up.ll
create mode 100644 test/Transforms/LoopInterchange/interchangeable.ll
create mode 100644 tools/llvm-mca/RegisterFileStatistics.cpp
create mode 100644 tools/llvm-mca/RegisterFileStatistics.h
--
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 aoliva/testme
in repository gcc.
discards e1907ab640e [PR c++/85039] adjust context of new types in member initializers
discards 26773d71bbe [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn
discards f787d39a78d [PR c++/84943] mark function as used when taking its address
new 182643b0c2b [PR c++/84943] mark function as used when taking its address
new 1235d425384 [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn
new e98ec638506 [PR c++/85039] adjust context of new types in member initializers
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e1907ab640e)
\
N -- N -- N refs/heads/aoliva/testme (e98ec638506)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
gcc/cp/decl2.c | 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 8d244e6d301 [Hexagon] Remove -mhvx-double and the corresponding subtarg [...]
new 0b1a72a7a60 [SLP] Added tests for checks of reordering of the repeated [...]
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:
.../SLPVectorizer/X86/reorder_repeated_ops.ll | 129 +++++++++++++++++++++
1 file changed, 129 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/reorder_repeated_ops.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 fb963043420 PR target/85169 * config/i386/i386.c (ix86_expand_vector_ [...]
new 44ba281dc89 PR c++/85134 * decl.c (cp_finish_decl): If ensure_literal [...]
new f5f24c757b3 PR c++/85140 * name-lookup.c (handle_namespace_attrs): Re [...]
new abecb8f76a6 PR c++/85147 * pt.c (fixed_parameter_pack_p_1): Punt if p [...]
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:
gcc/cp/ChangeLog | 14 ++++++++++++++
gcc/cp/decl.c | 9 ++++++---
gcc/cp/name-lookup.c | 3 +++
gcc/cp/pt.c | 2 +-
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-ice19.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/gen-attrs-64.C | 4 ++++
gcc/testsuite/g++.dg/cpp0x/pr85147.C | 9 +++++++++
gcc/testsuite/g++.dg/gomp/pr85134.C | 11 +++++++++++
9 files changed, 59 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-64.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85147.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr85134.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 gcc.
from dec2755b171 rs6000: Fix pr69946.c testcase (PR85126)
new fb963043420 PR target/85169 * config/i386/i386.c (ix86_expand_vector_ [...]
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 | 6 ++++++
gcc/config/i386/i386.c | 8 +++++---
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.c-torture/execute/pr85169.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512bw-pr85169.c | 18 ++++++++++++++++++
.../i386/{avx512f-pr57233.c => avx512f-pr85169.c} | 4 ++--
6 files changed, 60 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr85169.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr85169.c
copy gcc/testsuite/gcc.target/i386/{avx512f-pr57233.c => avx512f-pr85169.c} (75%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.