This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 9eb8785b3fa inline: fix ICE with -fprofile-generate adds 0caf592d6ae aarch64: Add support for Armv8.8-a memory operations and me [...] adds bb768f8b45a aarch64: Add memmove expansion for +mops adds d3bd985e799 aarch64: Use +mops to inline memset operations adds 5954b4d415f aarch64: Add command-line support for Armv8.8-a adds 16c848090f2 Add -fipa-strict-aliasing adds 0ecb48d7530 Preserve cpu specific CRTSTUFF_T_CFLAGS on powerpc-vxworks7 adds 0515c95d5fe VxWorks config fixes for shared objects adds 4099d6501e3 Tigthen libc_internal and crtstuff for VxWorks shared objects adds 20a0e2721a9 Remove special case for arm-vxworks on the use of vxcrtstuff adds 04577ac0843 Remove ppc*-vxworks7* inadequate libgcc Makefile fragments adds fc4a93eb412 Rework VXWORKS_LINK_SPEC for shared objects support adds 149739c3947 x86: Avoid generating orb $0, %ah adds a7acb6dca94 [PR99531] Modify pseudo class cost calculation when process [...]
No new revisions were added by this update.
Summary of changes: gcc/common.opt | 4 + gcc/config/aarch64/aarch64-arches.def | 1 + gcc/config/aarch64/aarch64-option-extensions.def | 3 + gcc/config/aarch64/aarch64.c | 155 +++++++++++++++++++---- gcc/config/aarch64/aarch64.h | 29 +++-- gcc/config/aarch64/aarch64.md | 84 +++++++++++- gcc/config/aarch64/aarch64.opt | 12 ++ gcc/config/i386/i386.md | 9 ++ gcc/config/rs6000/vxworks.h | 13 +- gcc/config/vx-common.h | 7 +- gcc/config/vxworks.h | 92 ++++++++++---- gcc/doc/invoke.texi | 17 ++- gcc/ipa-modref.c | 8 +- gcc/ira-costs.c | 22 +--- gcc/testsuite/gcc.target/aarch64/mops_1.c | 57 +++++++++ gcc/testsuite/gcc.target/aarch64/mops_2.c | 57 +++++++++ gcc/testsuite/gcc.target/aarch64/mops_3.c | 85 +++++++++++++ gcc/testsuite/gcc.target/i386/pr103611-1.c | 30 +++++ gcc/testsuite/gcc.target/i386/pr99531.c | 7 + libgcc/config.host | 8 +- libgcc/config/t-vxcrtstuffS | 9 ++ libgcc/config/t-vxworks | 4 +- libgcc/config/vxcrtstuff.c | 77 ++++++++++- 23 files changed, 680 insertions(+), 110 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_2.c create mode 100644 gcc/testsuite/gcc.target/aarch64/mops_3.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103611-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr99531.c create mode 100644 libgcc/config/t-vxcrtstuffS