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]

egcs/gcc ChangeLog rtl.h gcse.c cse.c emit-rtl ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	aoliva@sourceware.cygnus.com	2000-09-01 19:54:55

Modified files:
	gcc            : ChangeLog rtl.h gcse.c cse.c emit-rtl.c 
	                 integrate.c stmt.c 

Log message:
	* rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
	* gcse.c (hash_string_1): New function.
	(hash_expr_1) <ASM_OPERANDS>: Disregard filename and line number.
	(expr_equiv_p) <ASM_OPERANDS>: Likewise.
	* cse.c (rtx_cost): Don't increase the cost of ASM_OPERANDS.
	(canon_hash_string): New function.
	(canon_hash) <ASM_OPERANDS>: Disregard filename and line number.
	(exp_equiv_p) <ASM_OPERANDS>: Likewise.
	(fold_rtx): Use ASM_OPERANDS accessor macros.
	* emit-rtl.c (copy_insn_1): Likewise.
	* integrate.c (copy_rtx_and_substitute): Likewise.
	* stmt.c (expand_asm_operands): Likewise.  Give an
	ASM_OPERANDS rtx the mode of the output reg being set from it.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.7597&r2=1.7598
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/rtl.h.diff?cvsroot=gcc&r1=1.220&r2=1.221
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/gcse.c.diff?cvsroot=gcc&r1=1.102&r2=1.103
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cse.c.diff?cvsroot=gcc&r1=1.153&r2=1.154
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/emit-rtl.c.diff?cvsroot=gcc&r1=1.144&r2=1.145
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/integrate.c.diff?cvsroot=gcc&r1=1.112&r2=1.113
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/stmt.c.diff?cvsroot=gcc&r1=1.164&r2=1.165


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