This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d60abe9d1b4 * config/i386/sync.md (FILD_ATOMIC/FIST_ATOMIC FP load pee [...]
new ceaf6aa15a4 * optabs.c (expand_memory_blockage): Use targetm.gen_memor [...]
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/optabs.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 gcc.
from 71ee1c2d185 * target-insns.def: Add memory_blockage. * optabs.c (expa [...]
new d60abe9d1b4 * config/i386/sync.md (FILD_ATOMIC/FIST_ATOMIC FP load pee [...]
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/config/i386/sync.md | 100 ++++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 107 insertions(+), 8 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 365a02e7a62 PR rtl-optimization/81423 * gcc.c-torture/execute/pr81423 [...]
new 71ee1c2d185 * target-insns.def: Add memory_blockage. * optabs.c (expa [...]
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 | 20 ++++++++++++++++----
gcc/doc/md.texi | 9 +++++++++
gcc/optabs.c | 29 ++++++++++++++++++++---------
gcc/target-insns.def | 1 +
4 files changed, 46 insertions(+), 13 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 99efc84b9a5 [gcc] * config/rl78/rl78.c (rl78_emit_libcall): New functi [...]
new 365a02e7a62 PR rtl-optimization/81423 * gcc.c-torture/execute/pr81423 [...]
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 | 7 +++++++
gcc/testsuite/gcc.c-torture/execute/pr81423.c | 15 +++++++++------
2 files changed, 16 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 llvm.
from cbeaa4da756 [X86] Add AVX512 versions of VCVTPD2PS to load folding tables.
new 1d2af6aa6e7 [X86] Add patterns for vzmovl+cvtpd2dq/cvttpd2dq with a load.
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 | 6 +++
lib/Target/X86/X86InstrSSE.td | 14 +++++-
test/CodeGen/X86/sse2-intrinsics-x86.ll | 76 +++++++++++++++++++++++++++------
3 files changed, 83 insertions(+), 13 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 e793e68e9b9 [X86] Remove some patterns for bitcasted alignednonedtempor [...]
new 65c20a7766b [X86] Add patterns for vzmovl+cvtpd2ps with a load.
new cbeaa4da756 [X86] Add AVX512 versions of VCVTPD2PS to load folding tables.
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:
lib/Target/X86/X86InstrAVX512.td | 12 ++++---
lib/Target/X86/X86InstrInfo.cpp | 3 ++
lib/Target/X86/X86InstrSSE.td | 24 +++++++++-----
test/CodeGen/X86/sse2-intrinsics-x86.ll | 48 ++++++++++++++++++++-------
test/CodeGen/X86/stack-folding-fp-avx512.ll | 8 +++++
test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 16 +++++++++
6 files changed, 87 insertions(+), 24 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 a17d20085dc Revert "lit.py: Add new %{shared_output(LABEL)} substitution"
new a754c19cfab [X86] Add an additional isel pattern to CVTDQ2PDrm/VCVTDQ2P [...]
new 3ea3a006fe5 [X86] Remove TB_NO_REVERSE from VCVTDQ2PDYrr and VCVTPS2PDY [...]
new 3207cbf119f [X86] Add AVX512 flavors of VCVTDQ2PD plus VCVTUDQ2PD to th [...]
new 60273a80213 [X86] Add additional patterns for folding loads with 128-bi [...]
new ea981acc781 [X86] Remove unnecessary bitconverts as the root of pattern [...]
new e793e68e9b9 [X86] Remove some patterns for bitcasted alignednonedtempor [...]
The 6 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 | 36 +++++++++++----------------
lib/Target/X86/X86InstrInfo.cpp | 10 ++++++--
lib/Target/X86/X86InstrSSE.td | 8 ++++--
test/CodeGen/X86/stack-folding-fp-avx512.ll | 16 ++++++++++++
test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 34 +++++++++++++++++++++++++
5 files changed, 78 insertions(+), 26 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 898e57c7953 lit.py: Give up and disable the new shared-output.py test o [...]
new a17d20085dc Revert "lit.py: Add new %{shared_output(LABEL)} substitution"
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:
docs/CommandGuide/lit.rst | 23 +++++++++++-----------
docs/TestingGuide.rst | 6 ------
utils/lit/lit/TestRunner.py | 5 -----
utils/lit/lit/run.py | 8 --------
utils/lit/tests/Inputs/shared-output/lit.cfg | 5 -----
utils/lit/tests/Inputs/shared-output/primary.txt | 2 --
utils/lit/tests/Inputs/shared-output/secondary.txt | 1 -
utils/lit/tests/Inputs/shared-output/sub/sub.txt | 1 -
utils/lit/tests/shared-output.py | 16 ---------------
9 files changed, 11 insertions(+), 56 deletions(-)
delete mode 100644 utils/lit/tests/Inputs/shared-output/lit.cfg
delete mode 100644 utils/lit/tests/Inputs/shared-output/primary.txt
delete mode 100644 utils/lit/tests/Inputs/shared-output/secondary.txt
delete mode 100644 utils/lit/tests/Inputs/shared-output/sub/sub.txt
delete mode 100644 utils/lit/tests/shared-output.py
--
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 7581146f570 Fix assembler for alloca of multiple elements in non-zero a [...]
new 898e57c7953 lit.py: Give up and disable the new shared-output.py test o [...]
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/lit/tests/shared-output.py | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.