1. 16 May, 2005 5 commits
    • tree-scalar-evolution.c (set_nb_iterations_in_loop): Only check for… · 94a3e63a
      tree-scalar-evolution.c (set_nb_iterations_in_loop): Only check for TREE_OVERFLOW on INTEGER_CST trees.
      
      
      	* tree-scalar-evolution.c (set_nb_iterations_in_loop): Only
      	check for TREE_OVERFLOW on INTEGER_CST trees.
      	* tree-chrec.c (chrec_convert): Only clear TREE_OVERFLOW on
      	CONSTANT_CLASS_P tree nodes.
      
      From-SVN: r99765
      Roger Sayle committed
    • re PR target/21551 (ia64 bootstrap failed) · 21e43850
      2005-05-15  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR target/21551
      	* config/ia64/ia64.c (ia64_expand_move): Don't add addend twice.
      
      From-SVN: r99760
      H.J. Lu committed
    • re PR tree-optimization/21576 (FRE does not eliminate a redundant builtin call.) · 43da81be
      2005-05-15  Daniel Berlin  <dberlin@dberlin.org>
      
      	Fix PR tree-optimization/21576
      
      	* tree-ssa-pre.c (expression_node_pool): New pool.
      	(comparison_node_pool): Ditto.
      	(list_node_pool): Ditto.
      	(pool_copy_list): New function.
      	(phi_translate): Handle CALL_EXPR.
      	(valid_in_set): Ditto.
      	(create_expression_by_pieces): Ditto.
      	(insert_into_preds_of_block): Ditto.
      	(insert_aux): Ditto.
      	(compute_avail): Ditto.
      	(create_value_expr_from): Handle TREE_LIST and CALL_EXPR.
      	(can_value_number_call): New function.
      	(find_leader): Update comment.
      	(init_pre): Create new pools.
      	(fini_pre): Free new pools.
      	(pass_pre): Add TODO_update_ssa for the future when we are going
      	to need vops.
      	* tree-vn.c (expressions_equal_p): Handle TREE_LIST.
      	(set_value_handle): Ditto.
      	(get_value_handle): Ditto.
      
      From-SVN: r99759
      Daniel Berlin committed
    • re PR libstdc++/21526 (libstdc++-v3 testsuite hangs on cygwin) · cea02b6e
      2005-05-16  David Billinghurst <David.Billinghurst@riotinto.com>
      
      	PR libstdc++/21526
      	* lib/target-supports.exp (check_mkfifo_available):
      	Return 0 for cygwin as mkfifo support incomplete on platform.
      	Fix typos in comments.
      
      From-SVN: r99757
      David Billinghurst committed
    • Daily bump. · 687d386c
      [[Split portion of a mixed commit.]]
      
      From-SVN: r99755.2
      GCC Administrator committed
  2. 15 May, 2005 32 commits
  3. 14 May, 2005 3 commits