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 calls.c expr.c expr.h function.c


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2004-11-14 06:22:57

Modified files:
	gcc            : ChangeLog calls.c expr.c expr.h function.c 

Log message:
	* calls.c (precompute_register_parameters): Force all PARALLELs
	into pseudo registers.
	(load_register_parameters): Copy PARALLELs into hard registers.
	* function.c (assign_parm_setup_block): Copy PARALLELS into
	pseudo registers.  Do emit_group_store in conversion_insns.
	* expr.c (emit_group_load_1): Rename from emit_group_load, take
	tmps as an argument.  Move final copy loop ...
	(emit_group_load): ... here.  New function.
	(emit_group_load_into_temps, emit_group_move_into_temps): New.
	* expr.h: Declare them.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6327&r2=2.6328
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/calls.c.diff?cvsroot=gcc&r1=1.368&r2=1.369
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.739&r2=1.740
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.h.diff?cvsroot=gcc&r1=1.178&r2=1.179
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&r1=1.587&r2=1.588


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