1. 06 May, 1997 1 commit
  2. 04 Feb, 1997 1 commit
  3. 29 Jan, 1997 1 commit
  4. 21 Aug, 1996 1 commit
  5. 23 Jul, 1996 1 commit
  6. 03 Jul, 1996 1 commit
  7. 18 Jun, 1996 1 commit
  8. 10 Jun, 1996 1 commit
  9. 10 May, 1996 1 commit
  10. 08 Apr, 1996 1 commit
  11. 31 Mar, 1996 1 commit
  12. 02 Feb, 1996 1 commit
  13. 28 Aug, 1995 1 commit
  14. 15 Jun, 1995 1 commit
  15. 16 May, 1995 1 commit
  16. 13 May, 1995 1 commit
  17. 11 May, 1995 2 commits
  18. 29 Mar, 1995 1 commit
  19. 18 Mar, 1995 1 commit
  20. 13 Feb, 1995 1 commit
  21. 21 Jan, 1995 1 commit
  22. 20 Dec, 1994 1 commit
  23. 17 Nov, 1994 1 commit
  24. 15 Nov, 1994 1 commit
    • (flow_delete_insn): New function. · 8329b5ec
      (find_basic_blocks): Call it to physically delete insns in
      unreachable blocks.  When scanning blocks after dead ones,
      start scanning after the dead one (not at the dead one).
      If there are lots of unreachable blocks, make another pass to squeeze
      them out (this reduces memory usage in some pathalogical cases by a
      significant amount without resorting to sparse matrices).
      (propagate_block): Make code a bit more efficient (for example,
      no need to test `loop_depth' for each insn, just notes).
      
      From-SVN: r8440
      Doug Evans committed
  25. 26 Oct, 1994 1 commit
  26. 18 Oct, 1994 1 commit
  27. 08 Sep, 1994 1 commit
  28. 14 Aug, 1994 1 commit
  29. 12 Aug, 1994 1 commit
  30. 11 Aug, 1994 1 commit
  31. 07 Aug, 1994 1 commit
  32. 07 Jul, 1994 1 commit
  33. 14 Jun, 1994 1 commit
  34. 16 May, 1994 1 commit
  35. 06 May, 1994 1 commit
  36. 20 Apr, 1994 1 commit
  37. 11 Mar, 1994 1 commit
  38. 08 Feb, 1994 1 commit
  39. 03 Feb, 1994 1 commit
    • Add prototypes for static functions. · e658434c
      (uses_reg_or_mem): New function.
      (find_basic_block): Some cleanups; eliminate shadowed variables.
      Look for REG_LABEL notes in all insns and allow for multiple such.
      Don't delete labels in forced_labels.
      Generalize test for computed jumps.
      (find_auto_inc): OFFSET should be HOST_WIDE_INT.
      (mark_used_regs): Put decls of parms in parm order.
      (find_use_as_address): PLUSCONST should be HOST_WIDE_INT.
      
      From-SVN: r6477
      Richard Kenner committed