1. 04 Jun, 2005 9 commits
  2. 03 Jun, 2005 27 commits
  3. 02 Jun, 2005 4 commits
    • sh.c (general_movsrc_operand, [...]): Move to ... · 5546ac90
      	* config/sh/sh.c (general_movsrc_operand,
      	general_movdst_operand, arith_reg_operand, arith_reg_dest,
      	logical_reg_operand, int_gpr_dest, fp_arith_reg_operand,
      	fp_arith_reg_dest, arith_operand, arith_reg_or_0_operand,
      	xor_operand, cmp_operand, logical_operand, and_operand,
      	fpscr_operand, fpul_operand, symbol_ref_operand,
      	commutative_float_operator, noncommutative_float_operator,
      	unary_float_operator, binary_float_operator,
      	binary_logical_operator, equality_comparison_operator,
      	greater_comparison_operator, less_comparison_operator,
      	shift_operator, logical_operator, target_reg_operand,
      	target_operand, mextr_bit_offset, extend_reg_operand,
      	trunc_hi_operand, extend_reg_or_0_operand, minuend_operand,
      	general_extend_operand, ua_address_operand,
      	cache_address_operand, inqhi_operand, sh_rep_vec, sh_1el_vec,
      	sh_const_vec, ua_offset, sh_register_operand, cmpsi_operand,
      	shift_count_reg_operand, shift_count_operand,
      	unaligned_load_operand): Move to ...
      	* config/sh/predicates.md: ... here.
      	* config/sh/sh.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES):
      	Remove.
      
      From-SVN: r100523
      Kazu Hirata committed
    • trans.c (gnat_gimplify_expr): Call recompute_tree_invarant_for_addr_expr when... · e0d161cf
      2005-06-03  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * trans.c (gnat_gimplify_expr): Call
              recompute_tree_invarant_for_addr_expr when we change
              the operand of the ADDR_EXPR.
      
      From-SVN: r100522
      Andrew Pinski committed
    • tree.c (build_common_builtin_nodes): Fix the return type on __builtin_memcmp. · d1604bc5
      2005-06-03  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * tree.c (build_common_builtin_nodes): Fix the return type on
              __builtin_memcmp.
      
      From-SVN: r100520
      Andrew Pinski committed
    • tree-ssa-loop-ivopts.c (build_addr_strip_iref): Remove. · d5dc1717
      2005-06-03  Richard Guenther  <rguenth@gcc.gnu.org>
      
      	* tree-ssa-loop-ivopts.c (build_addr_strip_iref): Remove.
      	(find_interesting_uses_address): Use build_fold_addr_expr instead.
      	(strip_offset_1): Likewise.
      	(tree_to_aff_combination): Likewise.
      
      From-SVN: r100519
      Richard Guenther committed