1. 05 Nov, 1999 18 commits
  2. 04 Nov, 1999 14 commits
  3. 03 Nov, 1999 8 commits
    • [multiple changes] · c0ec7a75
      Wed Nov  3 15:11:27 1999  David S. Miller  <davem@redhat.com>
      
      	* config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
      	and fpsqrtd.  Use them and create fdiv function unit to more
      	accurately represent fpu sqrt pipeline semantics on UltraSparc.
      	* config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
      
      Wed Nov  3 15:11:27 1999  Matteo Frigo <athena@fftw.org>
      
      	* config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
      	3 on UltraSparc.
      	* config/sparc/sparc.c (ultra_schedule_insn): Insert launched
      	insn into ready list, do not use just a raw swap.
      
      From-SVN: r30386
      David S. Miller committed
    • rtl.h (renumber_insns): New function. · aeeeda03
      	* rtl.h (renumber_insns): New function.
      	(remove_unnecessary_notes): Likewise.
      	* emit-rtl.c (renumber_insns): Define.
      	(remove_unncessary_notes): Likewise.
      	* toplev.c (rest_of_compilation): Remove dead code.
      	Use renumber_insns and remove_unncessary_notes.
      
      From-SVN: r30385
      Mark Mitchell committed
    • gcse.c (struct null_pointer_info): New type. · 0511851c
      	* gcse.c (struct null_pointer_info): New type.
      	(get_bitmap_width): New function.
      	(current_block): Remove.
      	(nonnull_local): Likewise.
      	(nonnull_killed): Likewise.
      	(invalidate_nonnull_info): Take a null_pointer_info as input.
      	(delete_null_pointer_checks_1): New function.
      	(delete_null_pointer_checks): Use it.
      
      From-SVN: r30384
      Mark Mitchell committed
    • haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc. · 98903742
      	* haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
      	(split_edges): Likewise.
      	(schedule_block): Likewise.
      	(compute_block_backward_dependencies): Likewise.
      	(schedule_region): Likewise.
      	(schedule_insns): Likewise.
      
      From-SVN: r30383
      Mark Mitchell committed
    • defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default. · 8cd0faaf
              * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
              * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
              * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
              * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
              * jump.c (delete_unreferenced_labels): Don't delete if
              LABEL_ALTERNATE_NAME is set.
              * print-rtl.c (print_rtx): Dump alternate name.
              * rtl.def (CODE_LABEL): Change format to "iuuis00s".
              * rtl.h (LABEL_ALTERNATE_NAME): Define.
              * rtl.texi (LABEL_ALTERNATE_NAME): Document.
              * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
      
      From-SVN: r30382
      Catherine Moore committed
    • class.c (check_bitfield_decl): New function, split out from finish_stuct_1. · 1e30f9b4
      	* class.c (check_bitfield_decl): New function, split out from
      	finish_stuct_1.
      	(check_field_decl): Likewise.  Recursively examine members of
      	anonymous structs.
      	(finish_struct_1): Use them.
      	* cp-tree.h (ANON_UNION_TYPE_P): New macro.
      
      From-SVN: r30381
      Mark Mitchell committed
    • fix-header.c (recognized_extern, [...]): Constify a char*. · 4b66e1c0
              * fix-header.c (recognized_extern, recognized_function): Constify
              a char*.
      
              * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
              (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
              (compute_available): Remove unused variable `last'.
              (compute_nearerout): Remove unused variable `temp_bitmap'.
              (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
              Remove unused variable `x'.
      
              * scan.h (recognized_function, recognized_extern): Constify a
              char*.
      
              * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
      
      From-SVN: r30380
      Kaveh R. Ghazi committed
    • Actually removed files which were supposedly · f0447047
      removed a long time ago.
      
      From-SVN: r30379
      Tom Tromey committed