1. 05 Jan, 1997 9 commits
  2. 04 Jan, 1997 10 commits
  3. 03 Jan, 1997 9 commits
  4. 31 Dec, 1996 3 commits
    • Handle mips-unknown-linux-gnu · 72bbcd56
      From-SVN: r13348
      Ian Lance Taylor committed
    • Recognize mips-unknown-linux-gnu · 723f1558
      From-SVN: r13347
      Ian Lance Taylor committed
    • pa.c (fmpy_operands): Remove. · c4bb6b38
              * pa/pa.c (fmpy_operands): Remove.  No longer needed.
              (combinable_add, combinable_copy, combinable_fmpy): Likewise.
              (combinable_fadd, combineable_fsub): Likewise.
              (pa_reorg): Call pa_combine_instructions.
              (pa_combine_instructions): Combine instructions to make things
              like fmpyadd and fmpysub.
              (pa_can_combine_p): Helper function for pa_combine_instructions.
              * pa/pa.md (pa_combine_type): New attribute.  Set it appropriately
              for various insns.
              (define_delays): Use a separate define_delay for unconditional
              branches.
              (fmpyadd, fmpysub peepholes): Remove, no longer needed.
              (fmpyadd, fmpysub insns): Add variant with fadd/fsub first,
              then the fmpy.
      
      From-SVN: r13346
      Jeff Law committed
  5. 30 Dec, 1996 2 commits
  6. 27 Dec, 1996 1 commit
  7. 26 Dec, 1996 1 commit
  8. 24 Dec, 1996 2 commits
  9. 21 Dec, 1996 1 commit
  10. 20 Dec, 1996 1 commit
  11. 18 Dec, 1996 1 commit
    • mn10300.c (notice_update_cc): Enable this code. · 82c6faa8
              * mn10300/mn10300.c (notice_update_cc): Enable this code.
              * mn10300/mn10300.h (CC_OVERFLOW_UNUSABLE): Define.
              * mn10300/mn10300.md (tstsi): Use "set_zn_c0" instead of "set"
              for cc status.
              (addsi3 pattern): Break "inc" into two different alternatives
              since "inc dn" sets cc0, but "inc an" does not.
              (multiply and divide patterns): Fix cc status.
              (bCC, inverted bCC): Restore any comparison which needs the
              overflow bits when CC_OVERFLOW_UNUSABLE is set.
              (zero and sign extensions): Fix cc status.
              (movm_store): Likewise.
      
      From-SVN: r13337
      Jeff Law committed