Fix yet another gcc2 merge problem, this one broke linux kernel compiles
[gcc.git] / gcc / ChangeLog
index f66c452b76c92ff5d8d844728641c779526b6e10..feb87ed6bddc192e7d7c1a32becaeda634925a83 100644 (file)
+Thu Nov 11 19:45:24 1999  Jim Wilson  <wilson@cygnus.com>
+
+       * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
+
+       * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
+       unsigned types.
+
+Thu Nov 11 18:54:24 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * function.c (diddle_return_value): Use hard_function_value to
+       get an rtx suitable for use in the USE/CLOBBER insn.
+
+       * global.c (global_conflicts): Update comments.
+       (record_conflicts): No need to record conflicts between pseudos here.
+
+1999-11-11  Bruce Korb  <autogen@linuxbox.com>
+
+       * fixinc/fixincl.c: Added verbose levels for status messages
+
+Thu Nov 11 13:23:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
+
+       * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
+       operand as argument to expand_and or expand_binop.
+
+Thu Nov 11 02:21:16 1999  Rodney Brown <RodneyBrown@pmsc.com>
+
+       * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
+       gcc_add_string_root.
+
+Wed Nov 10 21:24:19 1999  Jason Eckhardt  <jle@cygnus.com>
+
+       * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
+
+Wed Nov 10 15:56:16 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * flow.c (compute_flow_dominators): Initially put all blocks on
+       the worklist.
+       * lcm.c (compute_antinout_edge, compute_available): Similarly.
+       * gcse.c (compute_cprop_avinout): Remove.
+       (compute_cprop_data): Use compute_available.
+       (delete_null_pointer_checks_1): Use compute_available.
+
+       * basic-block.h (compute_available): Returns a void now.
+       * gcse.c (one_classic_gcse_pass): Do not expect compute_available
+       to return a value anymore.
+       * lcm.c (compute_available, compute_antinout_edge): Revamp to use
+       worklists.  Fix boundary cases. Compute maximal solutions.
+       (compute_laterin, compute_nearerout): Similarly.
+
+        * dwarf2out.c (add_AT_location_description): Allow
+        (mem (plus (pseudo) (...)) too.
+
+Wed Nov 10 10:52:42 1999  Tom Tromey  <tromey@cygnus.com>
+
+       * gcc.c (do_spec_1): Support text between `%u' and `%O'.
+
+Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
+                          Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
+
+       * gansidecl.h: Likewise.
+
+       * rtl.c: Likewise.
+
+       * rtl.h: Likewise.
+
+       * toplev.h: Likewise.
+
+       * tree.c: Likewise.
+
+       * tree.h: Likewise.
+
+       * varray.c: Likewise.
+
+       * varray.h: Likewise.
+
+Wed Nov 10 10:57:22 1999  Clinton Popetz  <cpopetz@cygnus.com>
+
+       * gcov.c (struct arcdata): Add hits and total, remove prob.
+       (output_branch_counts): New.
+       (process_args): Set output_branch_counts if -c.
+       (calculate_branch_probs): Store hits and total instead of
+       percentage.
+       (output_data): Emit counts if output_branch_counts is true.
+       * gcov.texi (Invoking Gcov): Document -c switch..
+
+Wed Nov 10 01:10:41 1999  Philippe De Muyter  <phdm@macqel.be>
+
+       * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
+       `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
+
+Wed Nov 10 00:51:41 1999  Hans-Peter Nilsson  <hp@axis.se>
+
+       * invoke.texi (C Dialect Options): Add missing builtins from
+       c-common.c to list.
+       * extend.texi (Other Builtins): Copy to this list.
+
+Wed Nov 10 04:58:09 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
+       (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise.  Remove
+       redundant bitmap.h.
+
+Wed Nov 10 00:02:53 1999  Jeffrey A Law  (law@cygnus.com)
+
+        * flow.c (compute_flow_dominators): No longer treat basic block 0
+        or (n_basic_blocks - 1) specially.  Clear the AUX field before
+        starting computation of doms/pdoms.  Fix initial state for pdoms.
+
+Wed Nov 10 03:58:08 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
+       match rtl.o's: added ggc.h and toplev.h
+       ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
+       ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
+       ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
+
+Tue Nov  9 10:30:08 1999  Tom Tromey  <tromey@cygnus.com>
+
+       * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
+       from HAVE_DOS_BASED_FILESYSTEM.
+       * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
+       HAVE_DOS_BASED_FILESYSTEM.
+       (main): Likewise.
+       (split_directories): Only special-case DOS file names if
+       HAVE_DOS_BASED_FILE_SYSTEM is defined.  Use IS_DIR_SEPARATOR
+       instead of explicit tests.  Conditionalize on !VMS.
+       (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
+       tests.  Conditionalize on !VMS.
+       (process_command): Only use make_relative_prefix if !VMS.
+       (free_split_directories): Conditionalize on !VMS.
+       (DIR_UP): Conditionalize on !VMS.
+
+Wed Jun  9 16:57:11 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
+
+Fri Feb  5 14:22:01 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
+       case.
+
+Mon Nov  8 14:16:57 1999  Michael Meissner  <meissner@cygnus.com>
+
+       * invoke.texi (Environment Variables): Document relative path
+       lookup.
+       * gcc.c (DIR_UP): If not defined, define as "..".
+       (standard_bindir_prefix): New static, holds target location to
+       install binaries.
+       (split_directories): New function to split a filename into
+       component directories.
+       (free_split_directories): New function, release memory allocated
+       by split_directories.
+       (make_relative_prefix): New function, make a relative pathname if
+       the compiler is not in the expected location.
+       (process_command): If GCC_EXEC_PREFIX was not specified, see if we
+       can figure out an appropriate prefix from argv[0].
+       * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
+       STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX.  Define
+       STANDARD_BINDIR_PREFIX.
+
+Wed Nov 10 11:47:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x-protos.h: New file.  Prototypes for functions defined
+       in c4x.c.
+       * config/c4x/c4x.h: Moved prototypes to c4x.h.
+       * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
+       c4x_secondary_memory_needed) Delete.
+       (fp_zero_operand): Add mode argument.
+
+Thu Nov  4 15:52:35 1999  Andrew Haley  <aph@cygnus.com>
+
+       * reload1.c (reload_reg_free_for_value_p): Don't use a register
+       that is in reload_reg_used.
+
+Tue Nov  9 16:43:00 1999  Nick Clifton  <nickc@cygnus.com>
+
+       * config/arm/arm-protos.h: New file: Prototypes for functions
+       defined in arm.c and pe.c.
+       * config/arm/arm.h: Fix compile time warnings.
+       * config/arm/arm.c: Fix compile time warnings.
+       * config/arm/pe.h: Fix compile time warnings.
+       * config/arm/aout.h: Fix compile time warnings.
+
+Tue Nov  9 14:55:44 1999  Nick Clifton  <nickc@cygnus.com>
+
+       * config/m32r/m32r-protos.h: New file: Prototypes for functions
+       defined in m32r.c
+       
+       * config/m32r/m32r.h: Move prototypes to m32r-protos.h
+       Add support for subtargets.
+       Add prototypes for new predicates.
+       Add scheduling macros.
+       
+       * config/m32r/m32r.c: Fix compile time warnings.
+       (int8_operand): New predicate function.
+       (reg_or_cmp_int16_operand): New predicate function.
+       (extend_operand): New predicate function.
+       (m32r_adjust_code): New scheduling function.
+       (m32r_adjust_priorty): New scheduling function.
+       (m32r_sched_init): New scheduling function.
+       (m32r_sched_reorder): New scheduling function.
+       (m32r_sched_variable_issue): New scheduling function.
+       (direct_return): New codegen function.
+       (m32r_not_same_reg): New rtl testsing function.
+       
+       * config/m32r/m32r.md: Fix compile time warnings.
+       Add support for pre decrement and post increment memory
+       references.
+       Add S<cc> patterns.
+       Add fabs patterns.
+       
+Mon Nov  8 22:20:13 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * global.c (EXECUTE_IF_CONFLICT): Don't define.
+       (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
+       (find_reg): Likewise.
+
+Mon Nov  8 13:16:46 1999  Jason Eckhardt  <jle@cygnus.com>
+
+       * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
+       to avoid assembler errors.
+
+Mon Nov  8 15:38:41 1999  Nick Clifton  <nickc@cygnus.com>
+
+       * config/v850/v850-protos.h: New file: Prototypes for functions
+       defined in v850.c
+       * config/v850/v850.h: Move prototypes to v850-protos.h
+       * config/v850/v850.c: Move prototypes to v850-protos.h
+       * config/v850/v850.md: Fix compile time warnings.
+
+       * config/fr30/fr30-protos.h: New file: Prototypes for functions
+       defined in fr30.c
+       * config/fr30/fr30.h: Move prototypes to fr30-protos.h
+       * config/fr30/fr30.c: Fix compile time warnings.
+       * config/fr30/fr30.md: Fix compile time warnings.
+
+Mon Nov  8 07:25:37 1999  Mark Mitchell  <mark@codesourcery.com>
+
+       * tree.h (get_containing_scope): Declare it.
+       * tree.c (get_containing_scope): New fucntion.
+       (decl_function_context): Use it.
+       * toplev.c (rest_of_compilation): Use get_containing_scope.
+
+aMon Nov  8 03:03:07 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * Makefile.in (rtl.o): Depend on toplev.h.
+
+Sun Nov  7 20:55:14 1999  Mark Mitchell  <mark@codesourcery.com>
+
+       * cse.c (delete_trivially_dead_insns): Replace alloca with
+       xmalloc/xcalloc.
+       * except.c (update_rethrow_references): Likewise.
+       (init_eh_nesting_info): Likewise.
+       * function.c (identify_blocks): Likewise.
+       * gcse.c (dump_hash_table): Likewise.
+       * graph.c (print_rtl_graph_with_bb): Likewise.
+       * loop.c (combine_movables): Likewise.
+       (move_movables): Likewise.
+       (count_loop_regs_set): Likewise.
+       (strength_reduce): Likewise.
+       * profile.c (compute_branch_probabilities): New function, split
+       out from ...
+       (branch_prob): Here.  Replace alloca with xmalloc/xcalloc.
+       * regclass.c (regclass): Likewise.
+       * regmove.c (regmove_optimize): Likewise.
+       * toplev.c (compile_file): Likewise.
+       (main): Don't mess with the stack rlimit.
+       
+Sun Nov  7 19:41:17 1999  Catherine Moore  <clm@cygnus.com>
+
+        * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
+        (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
+
+Sun Nov  7 10:23:28 1999  Mark P. Mitchell  <mark@codesourcery.com>
+
+       * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
+
+Sun Nov  7 02:58:48 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
+       (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
+       macro expansion.
+
+Sat Nov  6 23:48:30 1999  Robert Lipe  (robertlipe@usa.net)
+
+       * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
+
+Sat Nov  6 17:34:39 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * gcse.c (post_dominators): Kill.
+       (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
+       (compute_code_hoist_data): Use compute_flow_dominators.  Do not
+       pass in a pdom array since we do not need pdoms.
+       * haifa-sched.c (schedule_insns): Similarly.
+       * flow.c (compute_dominators): Remove dead function.
+       (compute_flow_dominators): Do not compute doms or pdoms if the
+       caller does not request them.  Split up loop to build doms and
+       pdoms.  Use a worklist to compute doms and pdoms.
+       * basic-block.h (compute_dominators): Remove prototype.
+
+Sat Nov  6 11:38:39 1999  Richard Henderson  <rth@cygnus.com>
+
+       * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
+       (insn_luid, insn_priority, insn_costs, insn_units): Remove.
+       (insn_reg_weight, insn_depend, insn_dep_count): Remove.
+       (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
+       (cant_move, fed_by_spec_load, is_load_insn): Remove.
+       (schedule_region): Remove unused variable.
+       (schedule_insns): Allocate h_i_d, and not all the separate arrays.
+
+Sat Nov  6 10:00:34 1999  Mark Mitchell  <mark@codesourcery.com>
+
+       * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
+       (update_equiv_regs): Likewise.
+       (block_alloc): Likewise.
+       * reg-stack.c (reg_to_stack): Likewise.
+       (convert_regs_2): Likewise.
+       * reload1.c (reload_as_needed): Likewise.
+       
+Sat Nov  6 09:57:59 1999  Mark Mitchell  <mark@codesourcery.com>
+
+       * Makefile.in (dbxout.o): Depend on ggc.h.
+       (dwarf2out.o): Likewise.
+       (xcoffout.o): Likewise.
+       * dbxout.c: Include ggc.h.
+       (dbxout_init): Register lastfile as a root.
+       * dwarf2out.c: Include ggc.h.
+       (dwarf2out_line): Register lastfile as a root.
+       * xcoffout.c: Include ggc.h.
+       (xcoffout_source_line): Register xcoff_lastfile as a root.
+
+Sat Nov  6 09:52:09 1999  Richard Henderson  <rth@cygnus.com>
+
+       * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
+
+Sat Nov  6 07:48:59 1999  Catherine Moore  <clm@cygnus.com>
+
+        * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
+        defined.
+        (ASM_DECLARE_FUNCTION_SIZE): Likewise.
+
+Fri Nov  5 18:33:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
+       (EXECUTE_IF_CONFLICT): Likewise.
+       (ALLOCNO_LIVE_P): Avoid signed division.
+       (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
+       (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
+       (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
+
+Fri Nov  5 12:04:02 1999  Richard Henderson  <rth@cygnus.com>
+
+       * haifa-sched.c (schedule_block): Don't crash if there's no
+       next insn for an interblock movement.
+       (add_branch_dependences): Don't allow clobber insns to move either.
+
+Fri Nov  5 10:18:11 1999  Richard Henderson  <rth@cygnus.com>
+
+       * i386.c (split_xf): New.
+       * i386-protos.h: Declare it.
+       * i386.md (movxf_1): Add general regs alternatives.
+       (movxf_1+1): New splitter for same.
+
+Fri Nov  5 12:05:52 1999  Nick Clifton  <nickc@cygnus.com>
+
+       * function.c (purge_addressof_1): Add missing return values.
+
+Fri Nov  5 10:07:25 1999  Nick Clifton  <nickc@cygnus.com>
+
+       * function.c (is_addressof): New function.  Returns true if
+       the given piece of RTL is an ADDRESSOF.
+       (purge_addressof_1): Make boolean.  Return false if the
+       ADDRESSOFs could not be purged.
+       (purge_addressof): If ADDRESSOFs could not be purged from the
+       notes attached to an insn, remove the offending note(s),
+       unless they are attached to a libcall.
+
+1999-11-05  Andreas Jaeger  <aj@suse.de>
+
+       * genoutput.c (null_operand =): Initialize all fields.
+
+       * errors.h: Add extern to prototypes.
+
+Fri Nov  5 01:44:09 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
+       * configure: Rebuilt.
+
+Fri Nov  5 01:24:37 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
+       (mirror_conflicts): New function.
+       (global_alloc): Call it.
+       (expand_preferences): Remove redundant CONFLICTP test.
+       (find_reg, dump_conflicts): Likewise.
+       (prune_preferences): Process conflicts one word at a time.
+
+Fri Nov  5 01:05:21 1999  Richard Henderson <rth@cygnus.com>
+
+       * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
+       instead of an explicit loop.
+
+Thu Nov  4 23:07:14 1999  Jim Wilson  <wilson@cygnus.com>
+
+       * cse.c (cse_insn): Revert Oct 31 change.  When computing src_elt,
+       if REG_RETVAL check succeeds, then put classp in src_elt.
+
+Thu Nov  4 23:48:14 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * function.c (pad_to_arg_alignment): Only update argument_pad
+       if the argument's alignment is greater than STACK_BOUNDARY.
+
+Thu Nov  4 16:44:53 1999  Richard Henderson  <rth@cygnus.com>
+
+       * bitmap.h (BITMAP_XFREE): New.
+       * flow.c (life_analysis): Use it.
+       (life_analysis_1): Free blocks.
+
+       * combine.c (undo_commit): New.
+       (try_combine): Use it.  Don't zap undobuf.undos.
+       (combine_instructions): Don't zap undobuf.undos; free the
+       undobuf.frees list.
+
+       * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
+
+       * stmt.c (cost_table_): New.
+       (estimate_case_costs): Use it instead of xmalloc.
+
+       * toplev.c (compile_file): Reuse dumpname memory instead
+       of strdup'ing it.
+
+Thu Nov  4 16:36:44 1999  Richard Henderson  <rth@cygnus.com>
+
+       * reg-stack.c (convert_regs_1): Initialize target_stack->top
+       after verifying an EH edge.
+
+       * haifa-sched.c (init_rgn_data_dependences): Correctly
+       size bb_pending_lists_length when zeroing.
+
+Thu Nov  4 16:36:36 1999  Richard Henderson  <rth@cygnus.com>
+
+       * function.c (diddle_return_value): New.
+       (expand_function_end): Use it.
+       * stmt.c (expand_null_return): Likewise.
+       (expand_value_return): Likewise.
+
+       * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
+
+       * reload1.c (reload): Don't remove return value clobbers.
+
+Thu Nov  4 13:33:46 1999  Richard Henderson  <rth@cygnus.com>
+
+       * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
+
+Thu Nov  4 12:49:52 1999  Richard Henderson  <rth@cygnus.com>
+
+       * cse.c (cse_main): Use xmalloc, not alloca.
+       (cse_basic_block): Likewise.
+       * local-alloc.c (local_alloc): Likewise.
+
+Thu Nov  4 14:22:12 1999  David Billinghurst  <David.Billinghurst@riotinto.com.au>
+                         Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * rtl.c: Include toplev.h.
+       (fatal): Remove declaration.
+
+Thu Nov  4 06:39:47 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * haifa-sched.c (schedule_block): Fix thinko.
+
+1999-11-03  James McKelvey <mckelvey@fafnir.com>
+
+       * fixinc/fixincl.c(create_file):  Allow for systems that do not have
+       S_IR* defined values
+
+1999-11-03  Philippe De Muyter  <phdm@macqel.be>
+
+       * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
+       call `malloc' instead.
+
+Wed Nov  3 23:05:14 1999  Mark Mitchell  <mark@codesourcery.com>
+
+       * flags.h (flag_renumber_insns): Declare.
+       * emit-rtl.c (renumber_insns): Check flag_renumber_insns.  Print
+       renumbering table.
+       * rtl.h (renumber_insns): Change prototype.
+       * toplev.c (flag_renumber_insns): Define.
+       (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
+       
+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.
+
+Wed Nov  3 14:51:59 1999  Mark P. Mitchell  <mark@codesourcery.com>
+
+       * 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.
+
+       * 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.
+
+       * 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.
+       
 Wed Nov  3 15:40:23 1999  Catherine Moore  <clm@cygnus.com>
 
-        * 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.
+       * 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.
 
 Wed Nov  3 15:39:19 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
@@ -155,7 +685,8 @@ Mon Nov  1 15:41:01 1999  Mark P. Mitchell  <mark@codesourcery.com>
        (combine_givs): Likewise.
        (recombine_givs): Likewise.
        * reorg.c (dbr_schedule): Likewise.
-
+       * unroll.c (unroll_loop): Likewise.
+       
        * combine.c (combine_instructions): Use xmalloc instead of alloca.
 
 Mon Nov  1 13:22:30 1999  Richard Henderson  <rth@cygnus.com>