1. 23 Sep, 2005 8 commits
  2. 22 Sep, 2005 18 commits
  3. 21 Sep, 2005 12 commits
  4. 20 Sep, 2005 2 commits
    • vect-22.c: Require vect_float. · d5100781
              * gcc.dg/vect/vect-22.c: Require vect_float.
              * gcc.dg/vect/vect-91.c: XFAIL if vect_no_int_add.
      
      From-SVN: r104469
      Richard Henderson committed
    • re PR rtl-optimization/23898 (basic block reordering excessively increases code… · 070a7956
      re PR rtl-optimization/23898 (basic block reordering excessively increases code size; get_uncond_jump_length pessimistic)
      
      	PR rtl-optimization/23898
      	* output.h (get_attr_min_length): Declare.
      	* final.c (get_attr_length_1): New function, broken out of:
      	(get_attr_length).
      	(get_attr_min_length): New function.
      	* bb-reorder.c (copy_bb_p, get_uncond_jump_length): Use it.
      	(duplicate_computed_gotos): Likewise.
      	* genattr.c (insn_min_length): Generate declaration.
      	* genattrtab.c (min_fn, min_attr_value): New functions.
      	(make_length_attrs): Generate insn_min_length.
      
      From-SVN: r104468
      J"orn Rennecke committed