1. 17 May, 2005 16 commits
    • add tree-ssa-math-opts.c for real · 6c2a63a3
      From-SVN: r99828
      Paolo Bonzini committed
    • Makefile.am (Makefile.deps): Do not create native.list and bytecodes.list. · 954cba2d
      2005-05-17  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.am (Makefile.deps): Do not create native.list and
      	bytecodes.list.
      	(all_native_compiled_dirs, all_java_dirs): Compute dir list here.
      
      From-SVN: r99827
      Paolo Bonzini committed
    • Makefile.in: Add tree-ssa-math-opts.c. · f8912a55
      gcc:
      2005-05-17  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.in: Add tree-ssa-math-opts.c.
      	* expr.c (expand_expr_real_1) <case RDIV_EXPR>: Never emit as a*(1/b).
      	* fold-const.c (distribute_real_division): New.
      	(fold_binary) <case PLUS_EXPR, case MINUS_EXPR>: Use it.
      	* tree-pass.h (pass_cse_reciprocals): New.
      	* tree-optimize.c (init_tree_optimization_passes): Run it.
      	* tree-ssa-math-opts.c: New file.
      	* doc/passes.texi: Document the new pass.
      
      gcc/testsuite:
      2005-05-17  Paolo Bonzini  <bonzini@gnu.org>
      
      	* gcc.dg/fold-div-1.c, gcc.dg/recip-1.c, gcc.dg/recip-2.c: New.
      
      From-SVN: r99826
      Paolo Bonzini committed
    • re PR middle-end/21595 (__builtin_constant_p(&"Hello"[0]) is true for C but not for C++) · fb664a2c
      2005-05-17  Richard Guenther  <rguenth@gcc.gnu.org>
      
      	PR middle-end/21595
      	* builtins.c (fold_builtin_constant_p): Handle
      	&"string cst"[0] as constant.
      
      	* g++.dg/tree-ssa/builtin1.C: New testcase.
      
      From-SVN: r99825
      Richard Guenther committed
    • * config/i386/sse.md (mulv16qi3, mulv2di3): New. · 64e6863e
      From-SVN: r99824
      Richard Henderson committed
    • configure.ac (--enable-libgcj-multifile): Remove. · 34bab46d
      2005-05-11  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.ac (--enable-libgcj-multifile): Remove.
      
      	* Makefile.am (all_native_compiled_source_files,
      	(all_native_compiled_dirs, all_java_dirs, all_java_lo_files,
      	all_libgcj_lo_files, all_xlib_lo_files,
      	all_java_deps_files, all_java_stamp_files,
      	all_java_filelist_files): New variables.
      	(EXTRA_DIST): New Automake variable.
      	(CLEANFILES): Add .stamp, .list and .lo files.
      	(%.list, %.lo, %.stamp, Makefile.deps): New rules.
      	(classes.stamp): Depend on $(all_java_stamp_files).
      	(libgcj.la): Pass $(libgcj_la_LIBADD) to the linker without
      	going through write_entries_to_file.
      
      	(all_java_source_files, all_property_files): Move earlier.
      	(libgcj_la_OBJECTS, javao_files, xlib_javao_files,
      	all_java_class_files): Remove.
      	(gtk_awt_peer_sources): Rename to...
      	(gtk_awt_peer_source_files): ... this.  Adjust throughout.
      
      	(ONESTEP): Remove.
      	(libgcj0_convenience_la_SOURCES): Remove Java source files.
      	(libgcj0_convenience_la_LIBADD): Add $(all_libgcj_lo_files).
      	(libgcj0_convenience_la_DEPENDENCIES): Likewise.
      	(libgcj_la_SOURCES): Remove.
      	(lib_gnu_awt_xlib_la_SOURCES): Remove Java source files.
      	(lib_gnu_awt_xlib_la_LIBADD): Add $(all_xlib_lo_files).
      	(lib_gnu_awt_xlib_la_DEPENDENCIES): Likewise.
      
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      	* external/Makefile.in: Regenerate.
      	* external/sax/Makefile.in: Regenerate.
      	* external/w3c_dom/Makefile.in: Regenerate.
      	* gcj/Makefile.in: Regenerate.
      	* include/Makefile.in: Regenerate.
      	* libltdl/Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Regenerate.
      
      From-SVN: r99823
      Paolo Bonzini committed
    • re PR c++/21454 (const array doesn't live in the rodata section in C++) · f23b8501
      	PR c++/21454
      	* decl.c (maybe_deduce_size_from_array_init): Call
      	cp_apply_type_quals_to_decl after completing array type.
      
      	* g++.dg/opt/const4.C: New test.
      
      From-SVN: r99817
      Jakub Jelinek committed
    • re PR middle-end/21492 (ICE in try_crossjump_to_edge) · 7cbd12b8
      	PR middle-end/21492
      	* cfgcleanup.c (try_crossjump_to_edge): update_forwarder_flag for
      	src2 if src2 has been split.
      
      	* g++.dg/opt/crossjump1.C: New test.
      
      From-SVN: r99816
      Jakub Jelinek committed
    • re PR tree-optimization/21610 (ICE in make_decl_rtl) · c477e13b
      	PR tree-optimization/21610
      	* c-typeck.c (decl_constant_value_for_broken_optimization): If not
      	returning DECL, call unshare_expr.
      
      	* gcc.c-torture/compile/20050516-1.c: New test.
      
      From-SVN: r99815
      Jakub Jelinek committed
    • cris.md: Unquote preparation and output statements. · 22c3c091
      	* config/cris/cris.md: Unquote preparation and output statements.
       	(BWD, WD, BW): New, mode-macros.
      	(S, s, m, mm, nbitsm1): New, mode-attrs.
      	(szext, shift, shiftrt, ncond, ocond, rcond): New, code-macros.
      	(u, su, shlr, slr, ncond, ocond, rcond, rCC, oCC, roCC): New,
      	code-attrs.
      	("tst<mode>"): Replace "tstqi", "tsthi" and "tstsi".
      	("*cmp_ext<mode>"): Replace "*cmp_extsi" and "*cmp_exthi".
      	("*cmp_swapext<mode>"): Replace "*cmp_swapextqi" and
      	"*cmp_swapexthi".
      	("cmp<mode>"): Replace "cmphi" and "cmpqi".
      	("movdi"): Move misplaced head comment regarding necessity of
      	movdi from movsi to here.
      	("*mov_side<mode>_biap"): Replace "*mov_sideqi_biap" and
      	"*mov_sidehi_biap".
      	("*mov_side<mode>"): Replace "*mov_sideqi" and "*mov_sidehi".
      	("*mov_side<mode>_biap_mem", "*mov_sidehi_biap_mem"): Replace
      	"*mov_sideqi_biap_mem".
      	("*mov_side<mode>_mem"): Replace "*mov_sideqi_mem" and
      	"*mov_sidehi_mem".
      	("*clear_side<mode>_biap"): Replace "*clear_sidesi_biap",
      	"*clear_sidehi_biap" and "*clear_sideqi_biap".
      	("*clear_side<mode>"): Replace "*clear_sidesi", "*clear_sidehi"
      	and "*clear_sideqi".
      	("*ext_side<mode>si_biap"): Replace "*ext_sideqisi_biap" and
      	"*ext_sidehisi_biap".
      	("*ext_side<mode>si"): Replace "*ext_sideqisi" and
      	"*ext_sidehisi".
      	("reload_in<mode>"): Replace "reload_inhi" and "reload_inqi".
      	("reload_out<mode>"): Replace "reload_outhi" and "reload_outqi".
      	("extend<mode>di2"): Replace "extendhidi2" and "extendqidi2".
      	("extend<mode>si2"): Replace "extendhisi2" and "extendqisi2".
      	("zero_extend<mode>si2"): Replace "zero_extendhisi2" and
      	"zero_extendqisi2".
      	("*op_side<mode>_biap"): Replace "*op_sideqi_biap",
      	"*op_sidehi_biap" and "*op_sidesi_biap".
      	("*op_side<mode>"): Replace "*op_sideqi", "*op_sidehi" and
      	"*op_sidesi".
      	("*op_swap_side<mode>_biap"): Replace "*op_swap_sideqi_biap",
      	"*op_swap_sidehi_biap" and "*op_swap_sidesi_biap".
      	("*op_swap_side<mode>"): Replace "*op_swap_sideqi",
      	"*op_swap_sidehi" and "*op_swap_sidesi".
      	("sub<mode>3"): Replace "subhi3" and "subqi3", correcting a typo
      	in the N alternative of "subqi3".
      	("*extop<mode>si_side_biap"): Replace "*extopqisi_side_biap" and
      	"*extophisi_side_biap".
      	("*extop<mode>si_side"): Replace "*extopqisi_side" and
      	"*extophisi_side".
      	("*extop<mode>si_swap_side_biap"): Replace
      	"*extopqisi_swap_side_biap" and "*extophisi_swap_side_biap".
      	("*extop<mode>si_swap_side"): Replace "*extopqisi_swap_side" and
      	"*extophisi_swap_side".
      	("*extop<mode>si"): Replace "*extopqisi" and "*extophisi".
      	("*extop<mode>si_swap"): Replace "*extopqisi_swap" and
      	"*extophisi_swap".
      	("<u>mul<s><mode>3"): Replace "umulhisi3", "umulqihi3",
      	"mulqihi3", "mulhisi3" and "mulhisi3".
      	("<u>mulsidi3"): Replace "mulsidi3" and "umulsidi3".
      	("<su>mulsi3_highpart"): Replace "smulsi3_highpart" and
      	"umulsi3_highpart".
      	("xor<mode>3"): Replace "xorhi3" and "xorqi3".
      	("neg<mode>2"): Replace "negsi2", "neghi2" and "negqi2".
      	("one_cmpl<mode>2"): Replace "one_cmplhi2" and "one_cmplqi2".
      	("<shlr>si3"): Replace "ashrsi3", "lshrsi3" and "ashlsi3".
      	("ashr<mode>3"): Replace "ashrhi3" and "ashrqi3".
      	("*expanded_<shlr><mode>"): Replace "*expanded_ashrhi",
      	"*expanded_ashrqi", "*expanded_lshrhi" and "*expanded_lshrqi".
      	("*<shlr><mode>_lowpart"): Replace "*ashrhi_lowpart",
      	"*ashrqi_lowpart", "*lshrhi_lowpart" and "*lshrqi_lowpart".
      	("lshr<mode>3"): Replace "lshrhi3" and "lshrqi3".
      	("ashl<mode>3"): Replace "ashlhi3" and "ashlqi3".
      	("*ashl<mode>_lowpart"): Replace "*ashlqi_lowpart" and
      	"*ashlhi_lowpart".
      	("abs<mode>2"): Replace "abshi2" and "absqi2".
      	("b<ncond>"): Replace "beq", "bne", "bgtu", "bltu", "bgeu" and
      	"bleu".
      	("b<ocond>"): Replace "bgt" and "ble".
      	("b<rcond>"): Replace "blt" and "bge".
      	("*b<ncond>_reversed"): Replace "*beq_reversed", "*bne_reversed",
      	"*bgtu_reversed", "*bltu_reversed", "*bgeu_reversed" and
      	"*bleu_reversed".
      	("*b<ocond>_reversed"): Replace "*bgt_reversed" and
      	"*ble_reversed".
      	("*b<rcond>_reversed"): Replace "*blt_reversed" and
      	"*blt_reversed".
      	("s<ncond>"): Replace "sgeu", "sltu", "seq", "sgtu", "sleu" and
      	"sne".
      	("s<rcond>"): Replace "sge" and "slt".
      	("s<ocond>"): Replace "sgt" and "sle".
      	("clear.[bwd] [rx=rx+rz.S2]"): Replace split clear.d
      	[rx=rx+rz.S2], clear.w [rx=rx+rz.S2] and clear.b [rx=rx+rz.S2].
      	("clear.[bwd] [rx=rx+i]"): Replace splits clear.d [rx=rx+i],
      	clear.w [rx=rx+i] and clear.b [rx=rx+i].
      
      From-SVN: r99814
      Hans-Peter Nilsson committed
    • varasm.c (struct constant_descriptor_tree): Add hash field. · b96917bf
      	* varasm.c (struct constant_descriptor_tree): Add hash field.
      	(const_desc_hash): Just return hash field.
      	(const_desc_eq): If hash values are different, return 0 immediately.
      	(output_constant_def): Compute hash field of temporary key, use
      	htab_find_slot_with_hash instead of htab_find_slot.  Set hash in
      	newly built constant descriptor.
      	(lookup_constant_def): Compute hash field of temporary key, use
      	htab_find_with_hash instead of htab_find.
      
      From-SVN: r99813
      Jakub Jelinek committed
    • re PR fortran/15080 (Forall bounds not calculated correctly (forall_3.f90)) · 8de1f441
      	PR fortran/15080
      	* trans-stmt.c (generate_loop_for_temp_to_lhs): Remove SIZE and COUNT2
      	arguments.  If LSS is gfc_ss_terminator, increment COUNT1 by 1, instead
      	of incrementing COUNT2 and using COUNT1+COUNT2 increment COUNT1 and use
      	just that as index.
      	(generate_loop_for_rhs_to_temp): Likewise.
      	(compute_overall_iter_number): Add INNER_SIZE_BODY argument.
      	It non-NULL, add it to body.
      	(allocate_temp_for_forall_nest_1): New function, split from
      	allocate_temp_for_forall_nest.
      	(allocate_temp_for_forall_nest): Add INNER_SIZE_BODY argument,
      	propagate it down to compute_overall_iter_number.  Use
      	allocate_temp_for_forall_nest_1.
      	(gfc_trans_assign_need_temp): Remove COUNT2.  Call
      	compute_inner_temp_size into a new stmtblock_t.  Adjust calls to
      	allocate_temp_for_forall_nest, generate_loop_for_rhs_to_temp
      	and generate_loop_for_temp_to_lhs.
      	(gfc_trans_pointer_assign_need_temp): Adjust calls to
      	allocate_temp_for_forall_nest.
      	(gfc_evaluate_where_mask): Call compute_inner_temp_size into a new
      	stmtblock_t.  Call compute_overall_iter_number just once, then
      	allocate_temp_for_forall_nest_1 twice with the same size.
      	Initialize mask indexes if nested_forall_info != NULL.
      	(gfc_trans_where_2): Initialize mask indexes before calling
      	gfc_trans_nested_forall_loop.
      
      	* gfortran.fortran-torture/execute/forall_3.f90: Remove comment
      	about the test failing.
      	* gfortran.fortran-torture/execute/where_7.f90: New test.
      	* gfortran.fortran-torture/execute/where_8.f90: New test.
      
      From-SVN: r99812
      Jakub Jelinek committed
    • sse.md (mulv4si3): New. · 2b5bf0e2
              * config/i386/sse.md (mulv4si3): New.
      
              * lib/target-supports.exp (check_effective_target_vect_int_mul): Add
              i?86 and x86_64.
      
      From-SVN: r99811
      Richard Henderson committed
    • Charset.java (encode, decode): Synchronize on 'this', not the class. · 9d9bd40f
      	* java/nio/charset/Charset.java (encode, decode): Synchronize on
      	'this', not the class.
      
      From-SVN: r99810
      Tom Tromey committed
    • Daily bump. · e5b58ee3
      [[Split portion of a mixed commit.]]
      
      From-SVN: r99806.2
      GCC Administrator committed
    • cris.h (EXTRA_CONSTRAINT_T): Remove FIXME and tests for noncanonical versions of… · 39fbb17b
      cris.h (EXTRA_CONSTRAINT_T): Remove FIXME and tests for noncanonical versions of reg+constant and...
      
      	* config/cris/cris.h (EXTRA_CONSTRAINT_T): Remove FIXME and
      	tests for noncanonical versions of reg+constant and
      	reg+reg*{1,2,4}.
      
      From-SVN: r99803
      Hans-Peter Nilsson committed
  2. 16 May, 2005 24 commits