r139829 - in /branches/gcc-4_3-branch/gcc: Chan...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Sun Aug 31 12:26:00 GMT 2008


Author: jakub
Date: Sun Aug 31 12:26:20 2008
New Revision: 139829

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139829
Log:
	PR target/37168
	* config/rs6000/rs6000-protos.h (const_vector_elt_as_int): Add
	prototype.
	* config/rs6000/rs6000.c (const_vector_elt_as_int): No longer static.
	* config/rs6000/altivec.md (easy_vector_constant_add_self splitter):
	Also split V4SFmode.
	* config/rs6000/predicates.md (easy_vector_constant_add_self): Handle
	vector float modes.

	* gcc.target/powerpc/pr37168.c: New test.

Added:
    branches/gcc-4_3-branch/gcc/testsuite/gcc.target/powerpc/pr37168.c
Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/rs6000/altivec.md
    branches/gcc-4_3-branch/gcc/config/rs6000/predicates.md
    branches/gcc-4_3-branch/gcc/config/rs6000/rs6000-protos.h
    branches/gcc-4_3-branch/gcc/config/rs6000/rs6000.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list