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	2004-12-23 08:09:01

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

Log message:
	* config/alpha/alpha.c (alpha_expand_mov): Split out ...
	(alpha_expand_movmisalign): ... misaligned vector support.
	(TARGET_VECTORIZE_MISALIGNED_MEM_OK): Remove.
	* config/alpha/alpha-protos.h: Update.
	* config/alpha/alpha.md (VEC): New macro.
	(movv8qi, movv4hi, movv2si): Compress with VEC.
	(movv8qi_fix, movv4hi_fix, movv2si_fix): Likewise.
	(movv8qi_nofix, movv4hi_nofix, movv2si_nofix): Likewise.
	(movmisalign<mode>): New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6936&r2=2.6937
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha-protos.h.diff?cvsroot=gcc&r1=1.58&r2=1.59
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha.c.diff?cvsroot=gcc&r1=1.402&r2=1.403
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha.md.diff?cvsroot=gcc&r1=1.229&r2=1.230


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