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/ia64/ia64-protos.h co ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth at gcc dot gnu dot org	2003-04-09 17:13:31

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

Log message:
	* config/ia64/ia64.c (move_operand): Allow symbolic_operand,
	but not tls_symbolic_operand.
	(ia64_expand_load_address): Remove scratch operand.
	(ia64_expand_tls_address): Split out from ia64_expand_move.
	(ia64_expand_move): Split symbolics only after reload.
	(ia64_emit_cond_move): New.
	* config/ia64/ia64-protos.h: Update.
	* config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
	(symbolic splitter): Accept SImode operands too.
	(cmove splitter): Use ia64_emit_cond_move.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17374&r2=1.17375
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64-protos.h.diff?cvsroot=gcc&r1=1.54&r2=1.55
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.c.diff?cvsroot=gcc&r1=1.214&r2=1.215
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.md.diff?cvsroot=gcc&r1=1.102&r2=1.103


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