1. 22 Sep, 1997 9 commits
    • sco5.h: Make ELF default file format and add -mcoff/-melf.. · fbf8b71c
              * i386/sco5.h: Make ELF default file format and add -mcoff/-melf..
              (MULTILIB_DEFAULTS): Define.
              (ASM_SPEC, CPP_SPEC): Handle -mcoff.
              (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC): Likewise.
              (LIBGCC_SPEC): Likewise.
              (MASK_COFF, TARGET_COFF, TARGET_ELF): Define.
              (SUBTARGET_SWITCHES): Add -mcoff and -melf.
              * i386/t-sco5 (CRTSTUFF_T_CFLAGS): Add -fPIC.
              (CRTSTUFF_T_CFLAGS_S): Tweak for COFF.
              (EXTRA_PARTS, TAROUTOPTS): Delete.
              (libgcc1-elf, libgcc2-elf, libgcc-elf targets): Delete.
              (MULTILIB_OPTIONS): Define.
              (MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): Likewise.
              (MULTILIB_MATCHE, MULTILIB_EXTRA_OPTS): Likewise.
      SCO Open Server patches.
      
      From-SVN: r15627
      J. Kean Johnston committed
    • * version.c: Bump for snapshot. · c14a951f
      From-SVN: r15624
      Jeffrey A Law committed
    • loop.c (loop_number): Delete function. · 37aa45a2
              * loop.c (loop_number): Delete function.  Change all references
              to use uid_loop_num array.
              * loop.h (loop_number): Delete declaration.
              * unroll.c (unroll_loop): Change "loop_number" references to
              use uid_loop_num instead.
      Still cleaning up haifa.
      
      From-SVN: r15623
      Jeffrey A Law committed
    • loop.c (loop_unroll_factor): Move outside #ifdef HAIFA conditional. · b47404d1
              * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
              conditional.
              (loop_unroll_iter): Remove unused variable and all references.
              (loop_optimize): Always allocate and clear space for loop_unroll_factor.
              (insert_bct): Fix minor formatting problems.
              * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
              (loop_unroll_iter): Removed unused decl.
              * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
              Always record the unrolling factor.
      
      From-SVN: r15622
      Jeff Law committed
    • loop.c (loop_unroll_factor): Move outside #ifdef HAIFA conditional. · 237a9795
              * loop.c (loop_unroll_factor): Move outside #ifdef HAIFA
              conditional.
              (loop_unroll_iter): Remove unused variable and all references.
              (loop_optimize): Always allocate and clear space for loop_unroll_factor.
              (insert_bct): Fix minor formatting problems.
              * loop.h (loop_unroll_factor): Move decl outside #ifdef HAIFA.
              (loop_unroll_iter): Removed unused decl.
              * unroll.c (unroll_loop): Remove code to set loop_unroll_iter.
              Always record the unrolling factor.
      More haifa cleanup
      
      From-SVN: r15621
      Jeff Law committed
    • Forgot to check in last time. · 813f674a
      From-SVN: r15620
      Jeff Law committed
    • Fix typo. · d5ff3a2e
      From-SVN: r15619
      Jeff Law committed
    • cse.c (simplify_relational_operation): Set h0u just like h0s. · cb3bb2a7
              * cse.c (simplify_relational_operation): Set h0u just like h0s.
              Similarly for h1u and h1s.
      
      From-SVN: r15616
      Jeffrey A Law committed
    • jump.c (jmp_uses_reg_or_mem): Deleted unused function. · 2a1777af
              * jump.c (jmp_uses_reg_or_mem): Deleted unused function.
              (find_basic_blocks): Use computed_jump_p to determine if a
              particular JUMP_INSN is a computed jump.
              * reg-stack.c (find_blocks): Use computed_jump_p to determine
              if a particular JUMP_INSN is a computed jump.
              * rtlanal.c (jmp_uses_reg_or_mem): New function.
              (computed_jump_p): Likewise.
              * rtl.h (computed_jump_p): Declare.
              * genattrtab.c (pc_rtx): Define and initialize.
              * loop.c (loop_optimize): Always determine if the current
              function has a computed jump.
              (indirect_jump_in_function_p): Use computed_jump_p to determine
              if a particular JUMP_INSN is a computed jump.
      General (and haifa) cleanups.
      
      From-SVN: r15615
      Jeffrey A Law committed
  2. 21 Sep, 1997 2 commits
  3. 20 Sep, 1997 6 commits
  4. 19 Sep, 1997 9 commits
  5. 18 Sep, 1997 12 commits
  6. 17 Sep, 1997 2 commits