This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 69122a8e3af Daily bump.
new 0a85abaff17 Daily bump.
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/DATESTAMP | 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 9ac7b5cb489 PR target/85993 * config/sh/sh.c (output_mi_thunk): Remov [...]
new a74ad576470 Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from 604b0ebaa96 [gcc]
new 8b2a10e4036 Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 4869c5854e Fix filename in prior ChangeLog entry
new 4ad422a635 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.2-branch
in repository binutils-gdb.
from 1fd90873ac Automatic date update in version.in
new a282a95d9b Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_31-branch
in repository binutils-gdb.
from 9c6b47988b Automatic date update in version.in
new ebde1daca8 Automatic date update in version.in
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:
bfd/version.h | 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 29bd1172553 [X86] Add custom execution domain fixing for 128/256-bit in [...]
new 198f71f698c [x86/SLH] Extract one of the bits of logic to its own funct [...]
new 0ad50ac3b85 Prune empty directory.
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/X86SpeculativeLoadHardening.cpp | 91 ++++++++++++++------------
1 file changed, 48 insertions(+), 43 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 2012494a47b [X86] Add load patterns for cases where we select X86Movss/ [...]
new 29bd1172553 [X86] Add custom execution domain fixing for 128/256-bit in [...]
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/X86InstrInfo.cpp | 85 ++++
test/CodeGen/X86/avx512-cvt.ll | 146 ++-----
.../X86/avx512-shuffles/broadcast-scalar-fp.ll | 160 ++++----
test/CodeGen/X86/avx512-shuffles/duplicate-high.ll | 120 +++---
test/CodeGen/X86/avx512-shuffles/duplicate-low.ll | 216 +++++-----
.../CodeGen/X86/avx512-shuffles/in_lane_permute.ll | 240 +++++------
.../CodeGen/X86/avx512-shuffles/partial_permute.ll | 304 +++++++-------
test/CodeGen/X86/avx512-shuffles/permute.ll | 160 ++++----
.../X86/avx512-shuffles/shuffle-interleave.ll | 176 ++++----
test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll | 128 +++---
test/CodeGen/X86/avx512-shuffles/unpack.ll | 352 ++++++++--------
test/CodeGen/X86/avx512-vbroadcasti128.ll | 26 +-
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 66 +--
test/CodeGen/X86/avx512vl-intrinsics.ll | 32 +-
test/CodeGen/X86/avx512vl-mov.ll | 8 +-
test/CodeGen/X86/combine-abs.ll | 18 +-
test/CodeGen/X86/nontemporal-2.ll | 48 +--
test/CodeGen/X86/subvector-broadcast.ll | 120 ++----
test/CodeGen/X86/vec-copysign-avx512.ll | 19 +-
test/CodeGen/X86/vec_fabs.ll | 36 +-
test/CodeGen/X86/vector-compare-all_of.ll | 24 +-
test/CodeGen/X86/vector-compare-any_of.ll | 24 +-
test/CodeGen/X86/vector-reduce-fadd.ll | 452 +++++++--------------
test/CodeGen/X86/vector-shuffle-128-v16.ll | 32 +-
test/CodeGen/X86/vector-shuffle-128-v2.ll | 132 ++----
test/CodeGen/X86/vector-shuffle-256-v4.ll | 84 ++--
test/CodeGen/X86/vector-trunc.ll | 23 +-
test/CodeGen/X86/vselect-pcmp.ll | 2 +-
28 files changed, 1427 insertions(+), 1806 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 faaee1f07e x86: Support shadow stack pointer in setjmp/longjmp
new 31e422ca96 x86_64: Undef SHADOW_STACK_POINTER_OFFSET last
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 | 5 +++++
sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S | 5 ++---
2 files changed, 7 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 llvm.
from ea81bb5e03d [X86] Use 128-bit blends instead vmovss/vmovsd for 512-bit [...]
new 2012494a47b [X86] Add load patterns for cases where we select X86Movss/ [...]
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/X86InstrSSE.td | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.