1. 06 May, 1996 3 commits
  2. 05 May, 1996 4 commits
  3. 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
  4. 03 May, 1996 4 commits
  5. 02 May, 1996 2 commits
  6. 01 May, 1996 4 commits
  7. 30 Apr, 1996 5 commits
  8. 29 Apr, 1996 3 commits
    • * sparc/vxsparc.h: sparc-aout.h renamed to aout.h. · 32806d5e
      From-SVN: r11903
      Doug Evans committed
    • h8300.c (names_small): Remove "BAD" postfix from %r7 byte registers. · bd93f126
              * h8300/h8300.c (names_small): Remove "BAD" postfix from
              %r7 byte registers.
              (rtx_equal_function_value_matters): Remove extra declaration.
              (output_simode_bld): New function.
              * h8300/h8300.h (NO_FUNCTION_CSE): Do define this.  Register
              pressure makes cse-int function addresses rarely a win.
              (reg_class): Remove unnecessary register classes LONG_REGS,
              SP_REG, SP_AND_G_REGS.
              (REG_CLASS_NAMES): Corresponding changes.
              (REG_CLASS_CONTENTS): Corresponding changes.
              (REGNO_REG_CLASS): Corresponding changes.
              (REG_CLASS_FROM_LETTER): Corresponding chagnes.
              (output_simode_bld): Declare.
              * h8300/h8300.md: Nuke comments for stuff which has been fixed.
              (all patterns): Remove references to register class "a" (SP_REGS)
              which no longer exists.
              (many patterns): Accept auto-inc auto-dec addresses in more cases.
              (zero_extendqisi2): New pattern for the H8/300.
              (zero_extendhisi2): Only use zero_extendhisi2_h8300 when not optimizing.
              (extendhisi2): Only use extendhisi2_h8300 when not optimizing.
              (extendqisi2): New pattern for the H8/300.
              (bitfield related patterns): Completely rewrite.
              (fancy_bclr, fancy_btst): Deleted.  Redundant with new bitfield
              patterns.
              (addhi3 pattern for h8300): Handle case where we can't make matching
              constraints (works around hard to fix reload problem).
              (stack_pointer_manip): Delete.
              (and not patterns): New combiner patterns.
      
      From-SVN: r11902
      Jeff Law committed
    • pa.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Make sure the final $CODE$ subspace is in the $TEXT$ space. · 2ac42d3a
              * pa/pa.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Make sure the
              final $CODE$ subspace is in the $TEXT$ space.
      
      From-SVN: r11901
      Jeff Law committed
  9. 28 Apr, 1996 1 commit
  10. 27 Apr, 1996 1 commit
  11. 26 Apr, 1996 8 commits