public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* optimization/5854
@ 2002-03-22 14:26 jakub
  0 siblings, 0 replies; 2+ messages in thread
From: jakub @ 2002-03-22 14:26 UTC (permalink / raw)
  To: jakub; +Cc: gcc-prs

The following reply was made to PR optimization/5854; it has been noted by GNATS.

From: jakub@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: optimization/5854
Date: 22 Mar 2002 22:24:08 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Changes by:	jakub@gcc.gnu.org	2002-03-22 14:24:07
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/m68hc11: m68hc11.c m68hc11.h m68hc11.md 
 
 Log message:
 	PR optimization/5854
 	* config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_VALUE_P): Use K for 0.
 	Shut up warnings.
 	(CONST_DOUBLE_OK_FOR_LETTER_P): Use G for 0.0.
 	(EXTRA_CONSTRAINT): Use S for non-push memory operand.
 	* config/m68hc11/m68hc11.c (m68hc11_split_move): Handle setting from
 	const0 if scratch register was not allocated.
 	(m68hc11_reload_operands, m68hc11_gen_lowpart, m68hc11_gen_highpart,
 	m68hc11_z_replacement): Replace gen_rtx (CONST_INT, VOIDmode, ...)
 	with GEN_INT (...).
 	(m68hc11_reorg): Compute BLOCK_FOR_INSN before reload_cse_regs.
 	* config/m68hc11/m68hc11.md: Replace gen_rtx (CONST_INT, VOIDmode, ...)
 	with GEN_INT (...) everywhere.  Remove constraints in define_split
 	patterns.
 	(movdi_internal, movdf_internal, movsi_internal, movsf_internal): Don't
 	require scratch register for setting 0 into regs/non-pushable memory.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.13472&r2=1.13473
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/m68hc11/m68hc11.c.diff?cvsroot=gcc&r1=1.38&r2=1.39
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/m68hc11/m68hc11.h.diff?cvsroot=gcc&r1=1.41&r2=1.42
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/m68hc11/m68hc11.md.diff?cvsroot=gcc&r1=1.29&r2=1.30
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* optimization/5854
@ 2002-03-22 13:56 jakub
  0 siblings, 0 replies; 2+ messages in thread
From: jakub @ 2002-03-22 13:56 UTC (permalink / raw)
  To: jakub; +Cc: gcc-prs

The following reply was made to PR optimization/5854; it has been noted by GNATS.

From: jakub@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: optimization/5854
Date: 22 Mar 2002 21:54:46 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Branch: 	gcc-3_1-branch
 Changes by:	jakub@gcc.gnu.org	2002-03-22 13:54:45
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/m68hc11: m68hc11.md m68hc11.h m68hc11.c 
 
 Log message:
 	PR optimization/5854
 	* config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_VALUE_P): Use K for 0.
 	Shut up warnings.
 	(CONST_DOUBLE_OK_FOR_LETTER_P): Use G for 0.0.
 	(EXTRA_CONSTRAINT): Use S for non-push memory operand.
 	* config/m68hc11/m68hc11.c (m68hc11_split_move): Handle setting from
 	const0 if scratch register was not allocated.
 	(m68hc11_reload_operands, m68hc11_gen_lowpart, m68hc11_gen_highpart,
 	m68hc11_z_replacement): Replace gen_rtx (CONST_INT, VOIDmode, ...)
 	with GEN_INT (...).
 	(m68hc11_reorg): Compute BLOCK_FOR_INSN before reload_cse_regs.
 	* config/m68hc11/m68hc11.md: Replace gen_rtx (CONST_INT, VOIDmode, ...)
 	with GEN_INT (...) everywhere.  Remove constraints in define_split
 	patterns.
 	(movdi_internal, movdf_internal, movsi_internal, movsf_internal): Don't
 	require scratch register for setting 0 into regs/non-pushable memory.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.176&r2=1.13152.2.177
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/m68hc11/m68hc11.md.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.23.8.6&r2=1.23.8.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/m68hc11/m68hc11.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.31.2.4&r2=1.31.2.5
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/m68hc11/m68hc11.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.32.8.5&r2=1.32.8.6
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-22 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-22 14:26 optimization/5854 jakub
  -- strict thread matches above, loose matches on Subject: below --
2002-03-22 13:56 optimization/5854 jakub

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).