1. 07 May, 1996 4 commits
  2. 06 May, 1996 20 commits
  3. 05 May, 1996 4 commits
  4. 04 May, 1996 5 commits
    • aout.h (ASM_OUTPUT_MI_THUNK): Delete. · c9d9bc85
      * aout.h (ASM_OUTPUT_MI_THUNK): Delete.
      (ASM_OUTPUT_OPTIONS): Define.
      (ASM_FILE_START): Call ASM_OUTPUT_OPTIONS.
      (BSS_SECTION_OP): Define.
      (ASM_OUTPUT_ALIGN): Don't output anything if byte alignment is wanted.
      (ASM_OUTPUT_ALIGNED_BSS): Define.
      
      From-SVN: r11923
      Richard Earnshaw committed
    • (PROCESSOR_DEFAULT): Default to PROCESSOR_ARM6. · 4e574e82
      From-SVN: r11922
      Richard Earnshaw committed
    • (arm_select): Declare and initialize. · bd9c7e23
      (all_procs): Add arm7100.
      (arm_override_options): Parse arm_select structure to determine selected
      architecture and tuning parameters.
      (output_option, output_options): New functions.
      (arm_canonicalize_comparison): New function.
      (arm_gen_movstrqi): Don't add a writeback of the index registers for the
      last instructions.
      (arm_select_cc_mode): Detect case where mode is carry out of unsigned
      arithmetic.
      (output_lcomm_directive): Use bss_section (), and use alignment rather than
      rounding.
      (get_arm_condition_code): Handle CC_Cmode.
      (final_prescan_insn): Avoid boundary case where we would occasionally
      inline MAX_INSNS_SKIPPED+1 insns.  Allow call_insns to be inlined in APCS_32
      mode if they are the last insn in the block.
      
      From-SVN: r11921
      Richard Earnshaw committed
    • (*addsi3_compareneg): Delete potentially unsafe insn. · a0b632ec
      (*addsi3_compare_op[12]): New insns.
      (*compare_addsi2_op[01]): New insns.
      (*addsi3_carryin, *addsi3_carryin_alt[12]): New insns.
      (*cmp_ite1): Use arm_add_operand instead of arm_rhs_operand.
      
      From-SVN: r11920
      Richard Earnshaw committed
    • (ASM_OUTPUT_MI_THUNK): Moved here from aout.h. · 62dd06ea
      (ASM_OUTPUT_MI_THUNK): Moved here from aout.h.  Rewrite to be
      independent of the selected assembler, and to use optimal number of
      instructions.
      (target_cpu_name): Delete.
      (TARGET_SWITCHES): Delete "be" and "le".
      (TARGET_OPTIONS): Delete "cpu-", add "tune=".
      (struct arm_cpu_select): New struct.
      (PROCESSOR_DEFAULT, TARGET_CPU_DEFAULT): Define.
      (EXTRA_CC_MODES, EXTRA_CC_NAMES): Add CC_Cmode.
      (CANONICALIZE_COMPARISON): Define.
      
      From-SVN: r11919
      Richard Earnshaw committed
  5. 03 May, 1996 4 commits
  6. 02 May, 1996 2 commits
  7. 01 May, 1996 1 commit
    • h8300.c (h8300_adjust_insn_length): Adjust the cost of shifts by small constant values. · dd4fd0a0
              * h8300/h8300.c (h8300_adjust_insn_length): Adjust the cost of
              shifts by small constant values.
              * h8300/h8300.md: Refine comments.  Remove names from many
              patterns which don't need them.
              (compare insns): Don't underestimate lengths.
              (andqi3 expander): Remove constrains.
              (andhi3): Don't underestimate length.
              (andsi3): Don't underestimate length.  Improve code when upper
              or lower half of destination is being cleared.
              (indirect_jump_h8300, indirect_jump_h8300h): Simplify.
              (shift insns): Remove useless "I" constraint.
      
      From-SVN: r11912
      Jeff Law committed