1. 19 Apr, 2003 12 commits
  2. 18 Apr, 2003 26 commits
  3. 17 Apr, 2003 2 commits
    • gcov-dump.c (tag_summary): Remove max_sum · d101590b
      	* gcov-dump.c (tag_summary): Remove max_sum
      	* gcov-io.h (gcov_summary, gcov_write_summary, gcov_read_summary): Kill
      	max_sum.
      	* libgcov.c (gcov_exit): Do one pass over the data.  Make error message
      	more verbose.
      
      From-SVN: r65758
      Jan Hubicka committed
    • emit-rtl.c (subreg_hard_regno): Check that register is representable. · 04c5580f
      
      
      	* emit-rtl.c (subreg_hard_regno):  Check that register is representable.
      	* reload.c (reload_inner_reg_of_subreg):  When register is not
      	representable, reload the whole thing.
      	(find_reloads): Likewsie.
      	* rtlanal.c (subreg_representable_p):  New function.
      
      	* profile.c (compute_branch_probabilities):  Cleanup sanity checking;
      	allow negative probabilities for edges from the call to exit.
      	(branch_prob): Do not add fake edges for functions that may return twice
      
      From-SVN: r65757
      Jan Hubicka committed