target.def (autovectorize_vector_sizes): New target hook.
authorRichard Guenther <rguenther@suse.de>
Thu, 7 Oct 2010 14:35:38 +0000 (14:35 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 7 Oct 2010 14:35:38 +0000 (14:35 +0000)
commit767f865fb828fba54459911661d15289e1a42930
tree6f561e813aa0ca8ad15d3002a912e9e02e3da749
parentcc4b51708785f9482c6b2874daafa4fcc121d5d1
target.def (autovectorize_vector_sizes): New target hook.

2010-10-07  Richard Guenther  <rguenther@suse.de>

* target.def (autovectorize_vector_sizes): New target hook.
* targhooks.c (default_autovectorize_vector_sizes): New function.
* targhooks.h (default_autovectorize_vector_sizes): Declare.
* doc/tm.texi.in (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES):
Document.
* doc/tm.texi: Update.
* config/i386/i386.c (ix86_autovectorize_vector_sizes): New function.
(TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.

From-SVN: r165115
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/target.def
gcc/targhooks.c
gcc/targhooks.h