1. 01 Mar, 1995 4 commits
  2. 28 Feb, 1995 6 commits
  3. 27 Feb, 1995 5 commits
  4. 25 Feb, 1995 19 commits
  5. 24 Feb, 1995 6 commits
    • (fp_literal_one, fp_literal_zero): Don't accept VOIDmode. · 5cca7d17
      (i960_output_ldconst): In DFmode code, delete code to handle FP_REG_P
      target.  In DFmode and SFmode code, delete test for HOST_FLOAT_FORMAT
      == TARGET_FLOAT_FORMAT.
      
      From-SVN: r9067
      Jim Wilson committed
    • (REAL_ARITHMETIC): Define. · 819f6d59
      (LEGITIMATE_CONSTANT_P): Pass argument mode not VOIDmode to fp_literal.
      
      From-SVN: r9066
      Jim Wilson committed
    • (CC1_SPEC): Don't output implicit -gstabs or -gcoff option · 0e089454
      if user gave an explicit one.
      
      From-SVN: r9065
      Jim Wilson committed
    • (CC1_SPEC): Don't output implicit -gstabs or -gcoff option if user gave an explicit one. · b02e2417
      (CC1_SPEC): Don't output implicit -gstabs or -gcoff option
      if user gave an explicit one.
      (CC1_SPEC): Likewise.
      
      From-SVN: r9064
      Jim Wilson committed
    • (GDB_INV_REF_REGPARM_STABS_LETTER): New macro. · f31093e2
      (dbxout_parms): For gdb, output use GDB_INV_REF_REGPARM_STABS_LETTER
      for parameters passed by invisible reference in registers.
      
      From-SVN: r9063
      Jim Wilson committed
    • Correct typos and formatting problems. · 16bea517
      (add_constant, current_function_pretend_args_size,
      flag_traditional, table_lab): Delete unnecessary declarations.
      (sh_cpu): Change type from attr_cpu to processor_type.
      (need_slot, output_shift, lshiftrt_insns, howshift,
      pop_operand): Delete.
      (print_operand, output_branch): Delete calls to need_slot.
      (synth_constant): Comment that it doesn't work.
      (output_movedouble): Handle PRE_DEC dest not POST_INC dest.
      (output_options): Don't use flag_traditional.
      (shift_insns): Correct numbers to optimal sequences.
      (shift_amounts): New table.
      (shift_insns_rtx): New function.
      (shiftinsns): Combine LSHIFTRT and ASHIFT cases.
      (shiftcosts): Return true costs of shifts instead of estimate of 1.
      (gen_ashift): Handle negative shift amounts.  Call gen_lshrsi3_m
      for single bit LSHIFTRT, and gen_lshrisi3_k for multiple bit shifts.
      (gen_shifty_op): Handle negative shift amounts at top.  Generate
      optimal sequences for ASHIFT and LSHIFTRT.
      (find_barrier): Correct pattern for matching mova instructions.
      (general_movsrc_operand): Delete redundant test for (MEM LABEL_REF).
      Don't reject POST_INC address for size > 4.
      (general_movdst_operand): Don't reject PRE_DEC address for size > 4.
      
      From-SVN: r9062
      Jim Wilson committed