1. 17 Sep, 1999 14 commits
  2. 16 Sep, 1999 24 commits
  3. 15 Sep, 1999 2 commits
    • * lex.c (mark_impl_file_chain): Follow the next chain. · 01fba8d9
      From-SVN: r29442
      Richard Henderson committed
    • rtl.h (NOTE_BLOCK_NUMBER): Replace with ... · 1a4450c7
      	* rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
      	(NOTE_BLOCK): New macro.
      	(NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
      	* function.h (identify_blocks): CHange prototype.
      	* function.c (identify_blocks): Simplify.
      	(reorder_blocks): Likewise.
      	* ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
      	NOTE_INSN_BLOCK_{BEG,END}.
      	* haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
      	the list of saved notes if the note isn't a
      	NOTE_INSN_BLOCK_{BEG,END}.
      	(move_insn1): Use NOTE_EH_HANDLER in comment, rather than
      	NOTE_BLOCK_NUMBER.
      	(reemit_notes): Adjust recreation of notes to reflect new saved
      	note structure.
      	* print-rtl.c (print_rtx): Print the address of the BLOCK when
      	printing a block note.
      	* stmt.c (block_vector): Remove.
      	(find_loop_tree_blocks): Simplify.
      	(unroll_block_trees): Likewise.
      
      From-SVN: r29441
      Mark Mitchell committed