r268044 - in /trunk/gcc: ChangeLog config/aarch...

sje@gcc.gnu.org sje@gcc.gnu.org
Thu Jan 17 19:06:00 GMT 2019


Author: sje
Date: Thu Jan 17 19:06:37 2019
New Revision: 268044

URL: https://gcc.gnu.org/viewcvs?rev=268044&root=gcc&view=rev
Log:
2018-01-17  Steve Ellcey  <sellcey@cavium.com>

	* config/aarch64/aarch64.c (cgraph.h): New include.
	(intl.h): New include.
	(supported_simd_type): New function.
	(currently_supported_simd_type): Ditto.
	(aarch64_simd_clone_compute_vecsize_and_simdlen): Ditto.
	(aarch64_simd_clone_adjust): Ditto.
	(aarch64_simd_clone_usable): Ditto.
	(TARGET_SIMD_CLONE_COMPUTE_VECSIZE_AND_SIMDLEN): New macro.
	(TARGET_SIMD_CLONE_ADJUST): Ditto.
	(TARGET_SIMD_CLONE_USABLE): Ditto.
	* config/i386/i386.c (ix86_simd_clone_adjust): Add definition check.
	* omp-simd-clone.c (expand_simd_clones): Add targetm.simd_clone.adjust
	call.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/aarch64/aarch64.c
    trunk/gcc/config/i386/i386.c
    trunk/gcc/omp-simd-clone.c



More information about the Gcc-cvs mailing list