1. 08 Nov, 1998 6 commits
  2. 07 Nov, 1998 12 commits
  3. 06 Nov, 1998 6 commits
  4. 05 Nov, 1998 11 commits
  5. 04 Nov, 1998 5 commits
    • toplev.c (output_lang_identify): Make definition dependent on ASM_IDENTIFY_LANGUAGE. · 444bf316
              * toplev.c (output_lang_identify): Make definition dependent on
              ASM_IDENTIFY_LANGUAGE.
              * print-rtl.c (spaces): Make static.
      
      From-SVN: r23532
      Jeff Law committed
    • extend.texi: Clarify proper uses for register clobbers in asms. · 8fe1938e
              * extend.texi: Clarify proper uses for register clobbers in asms.
      1
      
      From-SVN: r23531
      Hans-Peter Nilsson committed
    • cp-tree.h (CP_TYPE_CONST_P): Make {0,1}-valued. · 174bcdb9
      	* cp-tree.h (CP_TYPE_CONST_P): Make {0,1}-valued.
      	(CP_TYPE_VOLATILE_P): Likewise.
      	(CP_TYPE_RESTRICT_P): Likewise.
      
      From-SVN: r23530
      Mark Mitchell committed
    • recog.h (enum op_type): Define. · 0eadeb15
              * recog.h (enum op_type): Define.
              (constrain_operands): Adjust prototype.
              (recog_op_type): Declare new variable.
              * recog.c (recog_op_type): New variable.
              (insn_invalid_p): Allow modifying an asm statement after reload.
              (extract_insn): Set up recog_op_type.
              (constrain_operands): Lose INSN_CODE_NUM arg.  All callers changed.
              Don't compute operand types, use recog_op_type.
              Use the information computed by extract_insn instead of the previous
              method of finding it by insn code number.
              * caller-save.c (init_caller_save): Use extract_insn, not insn_extract.
              * reorg.c (fill_slots_from_thread): Likewise.
              * reload1.c (reload_as_needed): Likewise.
              (gen_reload): Likewise.
              (inc_for_reload): Likewise.
              (reload_cse_simplify_operands): Likewise.
              Use the information computed by extract_insn instead of the previous
              method of finding it by insn code number.
              * genattrtab.c (write_attr_case): Generate call to extract_insn, not
              insn_extract.
              * final.c (final_scan_insn): Use extract_insn, not insn_extract.
              (cleanup_operand_subregs): Use extract_insn, not insn_extract.
              Use the information computed by extract_insn instead of the previous
              method of finding it by insn code number.
              * regmove.c (find_matches): Likewise.  Change meaning of the return
              value to be nonzero if the optimization can be performed, zero if
              not.  All callers changed.
              Shorten some variable names to fix formatting problems.
              (regmove_optimize): Shorten some variable names to fix formatting
              problems.
              Use the information computed by extract_insn instead of the previous
              method of finding it by insn code number.
              * regclass.c (scan_one_insn): Likewise.
              (record_reg_classes): Don't compute operand types, use recog_op_type.
              * reload.c (find_reloads): Lose CONSTRAINTS1 variable; use
              recog_constraints instead.
      
      From-SVN: r23529
      Bernd Schmidt committed
    • rtl.h (flow2_completed): Declare. · 56744d1a
      x
              * rtl.h (flow2_completed): Declare.
              * flow.c (flow2_completed): Definition.
              * toplev.c (rest_of_compilation): Set and clear flow2_completed
              as necessary.
      
      From-SVN: r23528
      Jeff Law committed