r114293 - in /trunk/gcc: ChangeLog config/i386/...

sayle@gcc.gnu.org sayle@gcc.gnu.org
Thu Jun 1 01:37:00 GMT 2006


Author: sayle
Date: Thu Jun  1 01:37:17 2006
New Revision: 114293

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114293
Log:

	* config/i386/i386.c (ix86_expand_fp_absneg_operator): When SSE
	isn't available, directly generate the simpler x87 patterns without
	the (use (const_int 0)).
	* config/i386/i386.md (*negsf2_1): Enable pre-reload if the SSE
	implementation isn't available.
	(*negdf2_1): Likewise.
	(*negxf2_1): XF mode negation is always done using the x87.
	(*abssf2_1, *absdf2_1, *absxf2_1): Likewise^3 for fabs.

	* gcc.target/i386/387-11.c: New test case.


Added:
    trunk/gcc/testsuite/gcc.target/i386/387-11.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/i386.md
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list