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.c config/ ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2005-03-08 12:01:19

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

Log message:
	* config/alpha/alpha.c (code_for_builtin): Replace special-case
	builtin codes with ctzdi2, clzdi2, popcountdi2.
	(struct alpha_builtin_def): Add is_const.
	(zero_arg_builtins, one_arg_builtins, two_arg_builtins): Init it.
	(alpha_v8qi_u, alpha_v8qi_s, alpha_v4hi_u, alpha_v4hi_s): New.
	(alpha_init_builtins): Init them.  Set nothrow and const attributes
	on builtins.
	(alpha_fold_builtin_cmpbge, alpha_fold_builtin_zapnot,
	alpha_fold_builtin_extxx, alpha_fold_builtin_insxx,
	alpha_fold_builtin_mskxx, alpha_fold_builtin_umulh,
	alpha_fold_vector_minmax, alpha_fold_builtin_perr,
	alpha_fold_builtin_pklb, alpha_fold_builtin_pkwb,
	alpha_fold_builtin_unpkbl, alpha_fold_builtin_unpkbw,
	alpha_fold_builtin_cttz, alpha_fold_builtin_ctlz,
	alpha_fold_builtin_ctpop, alpha_fold_builtin): New.
	(TARGET_FOLD_BUILTIN): New.
	* config/alpha/alpha.md (UNSPEC_CTTZ): Remove.
	(UNSPEC_CTLZ, UNSPEC_CTPOP): Remove.
	(ffsdi2): Use ctz.
	(cttz, builtin_cttz, builtin_ctlz, builtin_ctpop): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7725&r2=2.7726
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha.c.diff?cvsroot=gcc&r1=1.408&r2=1.409
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/alpha.md.diff?cvsroot=gcc&r1=1.235&r2=1.236


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