1. 20 Jan, 2000 3 commits
  2. 19 Jan, 2000 28 commits
  3. 18 Jan, 2000 9 commits
    • alpha-protos.h: PROTO -> PARAMS. · f6da8bc3
              * alpha-protos.h: PROTO -> PARAMS.
              * alpha.c: Likewise.
              * elf.h: Likewise.
              * h8300.c: Likewise.
              * i386-protos.h: Likewise.
              * i386.c: Likewise.
              * m32r-protos.h: Likewise.
              * m32r.c: Likewise.
              * mips.c: Likewise.
              * mips.md: Likewise.
              * gmon-sol2.c: Likewise.
              * sparc.c: Likewise.
      
      From-SVN: r31495
      Kaveh R. Ghazi committed
    • ns32k-protos.h: New file. · fabf04b6
              * ns32k-protos.h: New file.
      
              * ns32k.c: Fix compile time warnings.
      
              * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
              warnings.
      
              * ns32k.md: Likewise.
      
      From-SVN: r31494
      Kaveh R. Ghazi committed
    • vax-protos.h: New file. · 2fd58acb
              * vax-protos.h: New file.
      
              * vax.c: Fix compile time warnings.
      
              * vax.h: Move prototypes to vax-protos.h.  Fix compile time
              warnings.
      
              * vax.md: Likewise.
      
              * vaxv.md: Likewise.
      
      From-SVN: r31493
      Kaveh R. Ghazi committed
    • romp-protos.h: New file. · 13d516d9
              * romp-protos.h: New file.
      
              * romp.c: Fix compile time warnings.
      
              * romp.h: Move prototypes to romp-protos.h.  Fix compile time
              warnings.
      
              * romp.md: Likewise.
      
      From-SVN: r31492
      Kaveh R. Ghazi committed
    • we32k-protos.h: New file. · 253f1045
              * we32k-protos.h: New file.
      
              * we32k.c: Fix compile time warnings.
      
              * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
              warnings.
      
      From-SVN: r31491
      Kaveh R. Ghazi committed
    • calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED. · 962f1324
              * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
      
              * except.c (eh_regs): Likewise.
      
              * final.c (output_operand): Likewise.
      
              * fold-const.c (target_isinf, target_isnan): Likewise.
      
      From-SVN: r31490
      Kaveh R. Ghazi committed
    • i386.h (BIGGEST_ALIGNMENT): Set to 128. · 17f24ff0
      	* i386.h (BIGGEST_ALIGNMENT): Set to 128.
      	(BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
      
      From-SVN: r31489
      Jan Hubicka committed
    • i386.md (memstr): Do not use rep stosb for counts divisible by 4 when optimize_size. · e2e52e1b
      	* i386.md (memstr): Do not use rep stosb for counts divisible by 4
      	when optimize_size.
      	(clrstrsi): Rewrite.
      	(strsethi, strsetqi): New expanders.
      	(strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
      	(cmpstrsi): Emit compare insn before cmpstrsi_1
      	(cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
      	(strlensi_1): Likewise.
      	(cmpstrsi_1): Likewise; do not output compare.
      	(strlen expander): Do not unroll when optimizing for size.
      	(*subsi3_carry): Rename to subsi3_carry
      	(addqi3_cc): New pattern.
      	* i386.h (processor_costs): Add move_ratio field.
      	(MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
      	* i386.c (*_cost): Set move_ratio.
      	(x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
      	(x86_expand_strlensi_1): Rewrite the main loop.
      
      From-SVN: r31488
      Jan Hubicka committed
    • name-finder.cc (lookup): Check for dladdr function. · b9f243c2
      2000-01-18  Andrew Haley  <aph@cygnus.com>
      
      	* name-finder.cc (lookup): Check for dladdr function.
      	acconfig.h (HAVE_DLADDR): Add.
      	configure.in: Check for HAVE_DLADDR
      	configure: Rebuilt.
      	include/config.h.in:  Rebuilt.
      
      From-SVN: r31487
      Andrew Haley committed