This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allyesconfig in repository toolchain/ci/gcc.
from f6d4b96180a arm: Add support for Neoverse V1 CPU adds 97bbda2c7e2 Add missing FSF copyright notes for x86 intrinsic headers. adds a8ee77ee592 Daily bump. new cbe1264d10f x86: Use SET operation in MOVDIRI and MOVDIR64B new 05c3a208a19 AArch64: Add Linux cpuinfo string for rng feature
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 | 16 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-option-extensions.def | 2 +- gcc/config/i386/i386.md | 20 ++++++++-------- gcc/config/i386/pconfigintrin.h | 23 +++++++++++++++++++ gcc/config/i386/wbnoinvdintrin.h | 23 +++++++++++++++++++ gcc/testsuite/gcc.target/i386/movdir64b.c | 29 ++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/movdiri32.c | 26 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/movdiri64.c | 26 +++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 17 ++++++++++++++ 10 files changed, 172 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/movdir64b.c create mode 100644 gcc/testsuite/gcc.target/i386/movdiri32.c create mode 100644 gcc/testsuite/gcc.target/i386/movdiri64.c