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/xtensa/xtensa-protos. ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bwilson@gcc.gnu.org	2003-05-29 00:08:36

Modified files:
	gcc            : ChangeLog 
	gcc/config/xtensa: xtensa-protos.h xtensa.h xtensa.c xtensa.md 

Log message:
	* config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
	(xtensa_split_operand_pair): New proto.
	* config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
	(smalloffset_double_mem_p): Delete.
	(gen_float_relational, printx, print_operand, xtensa_va_arg):
	Fix whitespace.
	(xtensa_split_operand_pair): New.
	(xtensa_dbx_register_number): Fix formatting.
	* config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
	* config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
	instead of splitting them into single-word moves.  Remove unnecessary
	checks for reload_in_progress and reload_completed.
	(movdi_internal, movdf_internal): Change to post-reload split patterns.
	Add constraints to allow constant operands.
	(movsf_internal): Allow CONST_INT operands.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17943&r2=1.17944
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/xtensa/xtensa-protos.h.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/xtensa/xtensa.h.diff?cvsroot=gcc&r1=1.34&r2=1.35
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/xtensa/xtensa.c.diff?cvsroot=gcc&r1=1.34&r2=1.35
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/xtensa/xtensa.md.diff?cvsroot=gcc&r1=1.13&r2=1.14


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