This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc ChangeLog config/i386/i386.c config/i3 ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	uros@gcc.gnu.org	2004-09-08 05:08:29

Modified files:
	gcc            : ChangeLog 
	gcc/config/i386: i386.c i386.md 

Log message:
	* config/i386/i386.c (ix86_prepare_fp_compare_args): Do not
	force operand 0.0 into register in XFmode. Also do not force
	operand 0.0 into register if !TARGET_CMOVE.
	
	* config/i386/i386.md (*cmpfp_0): Delete. Remove comment.
	(*cmpfp_0_sf, cmpfp_0_df, cmpfp_0_xf): New patterns to
	implement ftst x87 instruction.
	(*fp_jcc_7): New insn pattern. Change corresponding split
	pattern to handle "general_operand" instead of
	"nonimmediate_operand".
	
	----------------------------------------------------------------------

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5294&r2=2.5295
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.720&r2=1.721
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.md.diff?cvsroot=gcc&r1=1.557&r2=1.558


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]