public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* target/8322
@ 2002-10-29 11:46 hubicka
  0 siblings, 0 replies; 3+ messages in thread
From: hubicka @ 2002-10-29 11:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: hubicka@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: target/8322
Date: 29 Oct 2002 19:41:35 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Changes by:	hubicka@gcc.gnu.org	2002-10-29 11:41:35
 
 Modified files:
 	gcc            : ChangeLog simplify-rtx.c 
 	gcc/doc        : md.texi 
 	gcc/config/i386: i386.c i386.h i386.md xmmintrin.h 
 
 Log message:
 	* i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Remove 'H'
 	* i386.md (movsf*, movdf*): Use 'C' instead of 'H'
 	* md.texi (machine dependent constraints): Document 'C'
 	
 	* simplify-rtx.c (simplify_subreg): Fix const_int->vector subregging.
 	
 	* i386.c (ix86_expand_vector_move): Fix.
 	
 	* i386.c (ix86_expand_builtin): Use sse2_maskmovdqu_rex64.
 	* i386.md (sse2_maskmovdqu_rex64): New pattern
 	
 	PR target/8322
 	* xmmintrin.h (_mm_stream_pi, _mm_stream_pd): Fix cast.
 	(ix86_init_mmx_sse_builtins): Fix type.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.15813&r2=1.15814
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/simplify-rtx.c.diff?cvsroot=gcc&r1=1.124&r2=1.125
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/doc/md.texi.diff?cvsroot=gcc&r1=1.51&r2=1.52
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.486&r2=1.487
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/i386.h.diff?cvsroot=gcc&r1=1.302&r2=1.303
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/i386.md.diff?cvsroot=gcc&r1=1.399&r2=1.400
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/xmmintrin.h.diff?cvsroot=gcc&r1=1.18&r2=1.19
 


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

* target/8322
@ 2003-01-08 19:36 hubicka
  0 siblings, 0 replies; 3+ messages in thread
From: hubicka @ 2003-01-08 19:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: hubicka@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: target/8322
Date: 8 Jan 2003 19:29:13 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	hubicka@gcc.gnu.org	2003-01-08 11:29:13
 
 Modified files:
 	gcc            : ChangeLog cselib.c cselib.h gcse.c reload1.c 
 	gcc/config/i386: i386.c xmmintrin.h 
 
 Log message:
 	PR target/8322
 	* i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
 	* xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
 	
 	PR target/7782
 	* reload1.c (delete_output_reload): Avoid repeated attempts
 	to delete insn.
 	
 	* cselib.c (cselib_current_insn_in_libcall): New static variable.
 	(new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
 	we are inside libcall.
 	* cselib.h (elt_loc_list): Add in_libcall.
 	* gcse.c (do_local_cprop): Do not copy propagate using insns
 	in libcalls.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.44&r2=1.16114.2.45
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cselib.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.22&r2=1.22.4.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cselib.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.5&r2=1.5.20.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcse.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.223&r2=1.223.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reload1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.366&r2=1.366.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.495.2.1&r2=1.495.2.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/xmmintrin.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.19&r2=1.19.4.1
 


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

* target/8322
@ 2003-01-07 21:16 hubicka
  0 siblings, 0 replies; 3+ messages in thread
From: hubicka @ 2003-01-07 21:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: hubicka@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: target/8322
Date: 7 Jan 2003 21:09:22 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	hubicka@gcc.gnu.org	2003-01-07 13:09:22
 
 Modified files:
 	gcc            : ChangeLog genopinit.c ifcvt.c optabs.c optabs.h 
 	                 reload1.c 
 	gcc/config/i386: i386.c xmmintrin.h 
 	gcc/doc        : md.texi 
 
 Log message:
 	* genopinit.c (optabs): Add addc_optab.
 	* ifcvt.c (noce_try_store_flag): Rename to ...
 	(noce_try_addcc): ... this one; handle generic conditional increment.
 	(noce_process_if_block): Update noce_try_addcc call.
 	* optabs.c (emit_conditional_add): New.
 	(init_obtabs): Initialize addc_optab.
 	* optabs.h (optab_index): Add OTI_addcc.
 	(addcc_optab): New macro.
 	* md.texi: Document addMcc
 	
 	PR target/8322
 	* i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
 	* xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
 	* xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
 	
 	* reload1.c (delete_output_reload): Avoid repeated attempts
 	to delete insn.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.16280&r2=1.16281
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/genopinit.c.diff?cvsroot=gcc&r1=1.54&r2=1.55
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ifcvt.c.diff?cvsroot=gcc&r1=1.106&r2=1.107
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/optabs.c.diff?cvsroot=gcc&r1=1.154&r2=1.155
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/optabs.h.diff?cvsroot=gcc&r1=1.8&r2=1.9
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/reload1.c.diff?cvsroot=gcc&r1=1.369&r2=1.370
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.503&r2=1.504
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/xmmintrin.h.diff?cvsroot=gcc&r1=1.20&r2=1.21
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/md.texi.diff?cvsroot=gcc&r1=1.60&r2=1.61
 


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

end of thread, other threads:[~2003-01-08 19:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-29 11:46 target/8322 hubicka
2003-01-07 21:16 target/8322 hubicka
2003-01-08 19:36 target/8322 hubicka

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).