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.hammer expr.c expmed.c


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	hammer-3_3-branch
Changes by:	amodra@gcc.gnu.org	2004-02-05 11:43:19

Modified files:
	gcc            : ChangeLog.hammer expr.c expmed.c 

Log message:
	Backport from mainline
	2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
	PR middle-end/13779
	* expr.c (emit_group_load): split constant
	correctly into register components of PARALLEL insn.
	
	2003-12-08  James E Wilson  <wilson@specifixinc.com>
	PR target/13132
	* expmed.c (extract_bit_field): Only call mode_for_size for scalar
	integer modes.
	
	2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
	* expr.c (emit_group_load): Dump parallels of simd types to
	memory.
	
	2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
	* expmed.c (extract_bit_field): Reverse operands of && condition to
	prevent a potential division by zero in the previously first branch.
	
	2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
	* expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.hammer.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.1.2.307&r2=1.1.2.308
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.492.2.25&r2=1.492.2.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expmed.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.125.2.4&r2=1.125.2.5


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