1. 22 Sep, 1997 5 commits
    • 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 6 commits