1. 18 Sep, 2004 4 commits
  2. 17 Sep, 2004 32 commits
  3. 16 Sep, 2004 4 commits
    • sh.md (call): Extend 32-bit addresses to DImode for 32-bit TARGET_SHMEDIA. · e57450ce
      	* config/sh/sh.md (call): Extend 32-bit addresses to DImode
      	for 32-bit TARGET_SHMEDIA.
      	(call_value): Likewise.
      
      From-SVN: r87619
      Kaz Kojima committed
    • re PR c++/17501 (Confusion with member templates) · 67bcc252
      	PR c++/17501
      	* parser.c (cp_parser_nested_name_specifier): Do not resolve
      	typename types if the user explicitly said "typename".
      
      	PR c++/17501
      	* g++.dg/template/typename7.C: New test.
      
      From-SVN: r87616
      Mark Mitchell committed
    • tree-ssa-operands.c (add_call_clobber_ops): Make read-only test apply only to… · 1800536a
      tree-ssa-operands.c (add_call_clobber_ops): Make read-only test apply only to TREE_STATIC and DECL_EXTERNAL.
      
      
      	* tree-ssa-operands.c (add_call_clobber_ops): Make read-only
      	test apply only to TREE_STATIC and DECL_EXTERNAL.
      
      From-SVN: r87615
      Diego Novillo committed
    • Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency. · 42759f1e
      	* Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.
      	* basic-block.h (get_dominated_by_region): Declare.
      	* dominance.c (get_dominated_by_region): New function.
      	* tree-cfg.c: Include cfglayout.h.
      	(tree_duplicate_bb): Duplicate also phi nodes.
      	(struct ssa_name_map_entry): New type.
      	(add_phi_args_after_copy_bb, add_phi_args_after_copy,
      	ssa_name_map_entry_hash, ssa_name_map_entry_eq,
      	allocate_ssa_names, rewrite_to_new_ssa_names_def,
      	rewrite_to_new_ssa_names_use, rewrite_to_new_ssa_names_bb,
      	rewrite_to_new_ssa_names, tree_duplicate_sese_region): New functions.
      	* tree-flow.h (tree_duplicate_sese_region, add_phi_args_after_copy_bb,
      	add_phi_args_after_copy, rewrite_to_new_ssa_names_bb,
      	rewrite_to_new_ssa_names, allocate_ssa_names,
      	rewrite_into_loop_closed_ssa, verify_loop_closed_ssa): Declare.
      	* tree-ssa-loop-ch.c (duplicate_blocks): Removed.
      	(copy_loop_headers): Use tree_duplicate_sese_region.
      
      	* gcc.dg/tree-ssa/copy-headers.c: Update outcome.
      
      From-SVN: r87614
      Zdenek Dvorak committed