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


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2003-10-19 11:10:59

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

Log message:
	* config/alpha/alpha.c (fix_operator): New.
	(divmod_operator): Tidy.
	(alpha_emit_xfloating_cvt): Handle UNSIGNED_FIX.
	* config/alpha/alpha.h (FIXUNS_TRUNC_LIKE_FIX_TRUNC): Remove.
	(PREDICATE_CODES): Update.
	* config/alpha/alpha.md (fix_truncdfsi_ieee): Use match_operator.
	(fix_truncdfsi_internal, fix_truncdfdi_ieee): Likewise.
	(fix_truncsfsi_ieee, fix_truncsfsi_internal): Likewise.
	(fix_truncsfdi_ieee): Likewise.
	(fix_truncdfdi2, fix_truncsfdi2): Turn into define_expand.
	(fixuns_truncdfdi2, fixuns_truncsfdi2, fixuns_trunctfdi2): New.
	* config/alpha/alpha-protos.h: Update.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1475&r2=2.1476
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha-protos.h.diff?cvsroot=gcc&r1=1.51&r2=1.52
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha.c.diff?cvsroot=gcc&r1=1.332&r2=1.333
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha.h.diff?cvsroot=gcc&r1=1.207&r2=1.208
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha.md.diff?cvsroot=gcc&r1=1.213&r2=1.214


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