1. 29 Aug, 1997 5 commits
  2. 28 Aug, 1997 7 commits
  3. 27 Aug, 1997 18 commits
  4. 26 Aug, 1997 7 commits
  5. 25 Aug, 1997 3 commits
    • call.c (joust): Tweak message. · 922ddba4
      	* call.c (joust): Tweak message.
      
      Sat Aug 23 18:02:59 1997  Mark Mitchell  <mmitchell@usa.net>
      
      	* error.c (type_as_string): Put const/volatile on template type
      	parameters where appropriate.
      
      From-SVN: r14919
      Jason Merrill committed
    • haifa-sched.c (find_pre_sched_live): Remove #if 0 code. · 484df988
              * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
              (find_post_sched_live): Likewise.
      Just cleaning up.
      
              * haifa-sched.c (schedule_block): Remove old code to get arguments
              from hard regs into pseudos early.
      Avoids problems with bogus REG_LOOP_BEGIN notes causing aborts during
      and after register allocation.
      
      From-SVN: r14918
      Jeffrey A Law committed
    • version.c: Bump for new snapshot. · 39dfb55a
              * version.c: Bump for new snapshot.
      
              * local-alloc.c (update_equiv_regs): All the target to reject
              promotion of some REG_EQUAL to REG_EQUIV notes.
              * pa.h (DONT_RECORD_EQUIVALENCE): Define.
      Fixes some c-torture failures, also improves generated code.
      
              * pa.c (secondary_reload_class): (mem (mem ... )) does not need
              secondary reloads.
      Fixes 094.fpppp/twldrv.f abort.
      
              * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
              store of the argument registers.
      Fixes c-torture failure.
      
              * fold-const.c (multiple_of_p): New function.
              (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
      One of the performance patches from the g77 folks.
      
      From-SVN: r14915
      Jeff Law committed