1. 13 Oct, 1999 8 commits
  2. 12 Oct, 1999 17 commits
  3. 11 Oct, 1999 9 commits
  4. 10 Oct, 1999 6 commits
    • haifa-sched.c (sched_reg_n_calls_crossed): Delete. · c46a37c4
              * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
              (sched_reg_live_length, sched_reg_basic_block): Delete.
              (current_block_num, bb_live_regs, old_live_regs): Delete.
              (dead_notes, struct sometimes): Delete.
              (sched_note_set, birthing_insn_p): Delete.
              (adjust_priority): Gut useless reg lifetime code.
              (create_reg_dead_note, attach_deaths): Delete.
              (attach_deaths_insn, new_sometimes_live): Delete.
              (finish_sometimes_live): Delete.
              (find_pre_sched_live, find_post_sched_live): Delete.
              (update_reg_usage): Delete.
              (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
              (schedule_insns): Delete reg lifetime code.
              (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
              (unlink_other_notes): Adjust REG_NOTE commentary.
              (reemit_notes): Use REG_SAVE_NOTE.
              (schedule_block): Likewise.
              (schedule_region): Allocate bitmap of blocks in region.  Use
              count_or_remove_death_notes.  Use update_life_info.
      
              * rtl.h (REG_SAVE_NOTE): New.
              * rtl.c (reg_note_name): Update.
      
      From-SVN: r29894
      Richard Henderson committed
    • combine.c (refresh_blocks, [...]): New. · 715e7fbc
              * combine.c (refresh_blocks, need_refresh): New.
              (combine_instructions): Allocate refresh_blocks.  Invoke
              update_life_info if needed.
              (distribute_notes): Mark refresh_blocks instead of installing
              USE insns.
              * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
              * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
      
              * Makefile.in (recog.o): Depend on basic-block.h.
      
      From-SVN: r29893
      Richard Henderson committed
    • checked in wrong version · 07b983cd
      From-SVN: r29892
      Jason Merrill committed
    • genrecog.c (add_to_sequence): Thinko last change: delete shadowing allow_const_int variable. · c3693cb1
              * genrecog.c (add_to_sequence): Thinko last change: delete
              shadowing allow_const_int variable.
      
      From-SVN: r29891
      Richard Henderson committed
    • ansidecl.h (HAVE_GCC_VERSION): New macro. · b30bce6b
      include:
      	* ansidecl.h (HAVE_GCC_VERSION): New macro.  Use instead of
      	explicitly testing __GNUC__ and __GNUC_MINOR__.
      
      	(ATTRIBUTE_PRINTF): Use `__format__', not `format'.
      
      gcc:
      	* cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
      	__GNUC__ and __GNUC_MINOR__.
      
      	* gansidecl.h: Likewise.
      
      	* rtl.c: Likewise.
      
      	* rtl.h: Likewise.
      
      	* toplev.h: Likewise.
      
      	* tree.c: Likewise.
      
      	* tree.h: Likewise.
      
      	* varray.c: Likewise.
      
      	* varray.h: Likewise.
      
      cp:
      	* cp-tree.h: Use HAVE_GCC_VERSION instead of explicitly testing
      	__GNUC__ and __GNUC_MINOR__.
      
      f:
      	* proj.h: Use HAVE_GCC_VERSION instead of explicitly testing
      	__GNUC__ and __GNUC_MINOR__.  Don't define BUILT_WITH_270.
      	Define macro UNUSED in terms of ATTRIBUTE_UNUSED.
      
      From-SVN: r29890
      Kaveh R. Ghazi committed
    • Fix a warning in copy_insn_1 · 4724334a
      From-SVN: r29889
      Bernd Schmidt committed