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

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

From: hubicka@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/7344
Date: 11 Oct 2002 20:26:51 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Changes by:	hubicka@gcc.gnu.org	2002-10-11 13:26:51
 
 Modified files:
 	gcc            : ChangeLog calls.c cfgbuild.c function.c 
 	                 function.h cfgcleanup.c 
 
 Log message:
 	* calls.c (expand_call): Simplify noreturn call.
 	
 	PR c/7344
 	* cfgbuild.c (make_edges): Create edge cache when we do have
 	large jumptable.
 	(do_tablejump): Note size of maximal jumptable.
 	* function.c (prepare_function_start): Zero out size.
 	* function.h (function): Add max_jumptable_ents.
 	
 	* cfgcleanup.c (insn_match_p): Verify sibcall flag for calls to.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.15682&r2=1.15683
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/calls.c.diff?cvsroot=gcc&r1=1.239&r2=1.240
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cfgbuild.c.diff?cvsroot=gcc&r1=1.27&r2=1.28
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/function.c.diff?cvsroot=gcc&r1=1.385&r2=1.386
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/function.h.diff?cvsroot=gcc&r1=1.88&r2=1.89
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cfgcleanup.c.diff?cvsroot=gcc&r1=1.66&r2=1.67
 


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

* c/7344
@ 2002-10-17  8:16 hubicka
  0 siblings, 0 replies; 4+ messages in thread
From: hubicka @ 2002-10-17  8:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: hubicka@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/7344
Date: 17 Oct 2002 15:11:58 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Changes by:	hubicka@gcc.gnu.org	2002-10-17 08:11:58
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/i386: xmmintrin.h 
 
 Log message:
 	Really commit patch announced at Oct 14
 	PR c/7344
 	* predict.c (can_predict_insn_p): New function.
 	(estimate_probability): Avoid unnecesary work.
 	(process_note_prediction): Likewise.
 	* toplev.c (rest_of_compilation): Account early branch prediction pass
 	as TV_BRANCH_PROB.
 	
 	PR other/8048
 	Found by Ian Ollmann
 	* xmmintrin.h (_mm_shuffle_pd): Fix typo.
 	(_mm_load?_pd): Likewise.
 	(_mm_store?_pd): Likewise.
 	
 	PR target/7386
 	* i386.c (builtin_description):Drop cmpg[te]s[sd].
 	* xmmintrin.h (__mm_cmpg[te]_s[sd]): Rewrite using
 	swapped alternative.
 	
 	PR opt/7630
 	* reload1.c (reload_inner_reg_of_subreg): New argument output;
 	(push_reload): Update call.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.15716&r2=1.15717
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/xmmintrin.h.diff?cvsroot=gcc&r1=1.8&r2=1.9
 


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

* c/7344
@ 2002-10-17  6:56 hubicka
  0 siblings, 0 replies; 4+ messages in thread
From: hubicka @ 2002-10-17  6:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: hubicka@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/7344
Date: 17 Oct 2002 13:54:35 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Changes by:	hubicka@gcc.gnu.org	2002-10-17 06:54:34
 
 Modified files:
 	gcc            : ChangeLog predict.c toplev.c 
 
 Log message:
 	Really commit patch announced at Oct 14
 	PR c/7344
 	* predict.c (can_predict_insn_p): New function.
 	(estimate_probability): Avoid unnecesary work.
 	(process_note_prediction): Likewise.
 	* toplev.c (rest_of_compilation): Account early branch prediction pass
 	as TV_BRANCH_PROB.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.15715&r2=1.15716
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/predict.c.diff?cvsroot=gcc&r1=1.74&r2=1.75
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/toplev.c.diff?cvsroot=gcc&r1=1.681&r2=1.682
 


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

* c/7344
@ 2002-10-15  1:26 hubicka
  0 siblings, 0 replies; 4+ messages in thread
From: hubicka @ 2002-10-15  1:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: hubicka@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c/7344
Date: 15 Oct 2002 08:24:37 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Changes by:	hubicka@gcc.gnu.org	2002-10-15 01:24:36
 
 Modified files:
 	gcc            : ChangeLog expr.c final.c 
 	gcc/config/i386: i386.c i386.md xmmintrin.h 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/gcc.dg: i386-ssetype-1.c i386-ssetype-2.c 
 	                      i386-ssetype-3.c i386-ssetype-4.c 
 	                      i386-ssetype-5.c 
 
 Log message:
 	* i386.md (movv2di_internal): New pattern.
 	(movv2df_internal, movv8hi_internal, movv16qi_internal): Fix predicate.
 	(movv2di): New expander.
 	* i386.c (ix86_preferred_reload_class): Return NO_REGS for vector operands.
 	
 	* i386.c (ix86_expand_timode_binop_builtin): Delete.
 	(builtin_description): Add SSE1 logicals; rename SSE2 logicals.
 	(ix86_init_mmx_sse_builtins): Kill SSE1 logicals.
 	(ix86_expand_builtin): Likewise.
 	* i386.h (sse_andti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
 	sse_andti3,
 	sse_andnti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
 	sse_andnti3,
 	sse_orti4_df_1, sse_orti3_df_2, sse_orti3_sf_1, sse_orti3_sf_2,
 	sse_orti3,
 	sse_xorti4_df_1, sse_xorti3_df_2, sse_xorti3_sf_1, sse_xorti3_sf_2,
 	sse_xorti3): Kill.
 	(sse_andv4sf3, sse_andnv4sf3, sse_orv2df3, sse_xorv2df3, sse_andv2df3,
 	sse_andnv2df3, sse_orv2df3, sse_xorv2df3): New expanders.
 	(*sse_andv4sf3, *sse_andnv2df3, *sse_orv4sf3, *sse_xorv4sf3, *sse_andv2df3,
 	*sse_andnv2df3, *sse_orv2df3, *sse_xorv2df3): New patterns.
 	(*sse_andsf3, *sse_andndf3, *sse_ordf3, *sse_xordf3, *sse_anddf3,
 	*sse_andndf3, *sse_orv2df3, *sse_xorv2df3): New patterns.
 	
 	* xmmintrin.h (__m128i): Define as __v2di.
 	
 	PR c/7344
 	* predict.c (can_predict_insn_p): New function.
 	(estimate_probability): Avoid unnecesary work.
 	(process_note_prediction): Likewise.
 	* toplev.c (rest_of_compilation): Account early branch prediction pass
 	as TV_BRANCH_PROB.
 	
 	PR c++/6419
 	(expand_expr): Use DECL_RTL_SET_P.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.15703&r2=1.15704
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/expr.c.diff?cvsroot=gcc&r1=1.486&r2=1.487
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/final.c.diff?cvsroot=gcc&r1=1.269&r2=1.270
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/i386.c.diff?cvsroot=gcc&r1=1.468&r2=1.469
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/i386.md.diff?cvsroot=gcc&r1=1.388&r2=1.389
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/i386/xmmintrin.h.diff?cvsroot=gcc&r1=1.6&r2=1.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2139&r2=1.2140
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/i386-ssetype-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/i386-ssetype-2.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/i386-ssetype-3.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/i386-ssetype-4.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/testsuite/gcc.dg/i386-ssetype-5.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


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

end of thread, other threads:[~2002-10-17 15:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-11 13:36 c/7344 hubicka
2002-10-15  1:26 c/7344 hubicka
2002-10-17  6:56 c/7344 hubicka
2002-10-17  8:16 c/7344 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).