1. 08 Nov, 1999 2 commits
    • cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc. · 4da896b2
      	* 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.
      
      From-SVN: r30445
      Mark Mitchell committed
    • elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define. · 8d170590
              * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
              (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
      
      From-SVN: r30444
      Catherine Moore committed
  2. 07 Nov, 1999 8 commits
    • cp-tree.h (begin_new_placement): Remove. · 80048418
      	* cp-tree.h (begin_new_placement): Remove.
      	(finish_new_placement): Likewise.
      	* class.c (finish_struct_1): Don't suspend_momentary or
      	resume_momentary.
      	* decl.c (grokdeclarator): Likewise.
      	(maybe_build_cleanup_1): Likewise.
      	* except.c (push_eh_cleanup): Likewise.
      	(build_terminate_handler): Likewise.
      	* init.c (build_new_1): Likewise.
      	* parse.y (parse_decl): Change prototype.
      	(initdecls, notype_initdecls, initdcl): Don't return int.
      	(initdcl0, notype_initdcl0, initdcl0_innards): Likewise.
      	(.begin_new_placement): Remove.
      	(.finish_new_placement): Likewise.
      	(nonmomentary_expr): Likewise.
      	(suspend_mom): Likewise.
      	(condition): Don't suspend_momentary, resume_momentary, or keep
      	track of need to resume.
      	(unary_expr): Likewise.
      	(new_placement): Likewise.
      	(decl): Likewise.
      	(structsp): Likewise.
      	(new_type_id): Likewise.
      	(maybe_parmlist): Likewise.
      	(direct_after_type_declaration): Likewise.
      	(direct_new_declarator): Likewise.
      	(direct_abstract_declaration): Likewise.
      	* parse.c: Regenerated.
      	* pt.c (tsubst_expr): Don't suspend_momentary or resume_momentary.
      	* semantics.c (begin_new_placement): Remove.
      	(finish_new_placement): Likewise.
      
      From-SVN: r30443
      Mark Mitchell committed
    • global.c (EXECUTE_IF_CONFLICT): Undo Robert's change. · 36013ffc
              * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
              (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
              macro expansion.
      
      From-SVN: r30441
      Jeffrey A Law committed
    • Daily bump. · 2aeeb5f4
      From-SVN: r30440
      Jeff Law committed
    • ZipFile.java: Compute the offset of the ZipEntry data correctly. · a21d0597
              * java/util/zip/ZipFile.java: Compute the offset of the ZipEntry
              data correctly.
      
      From-SVN: r30439
      Anthony Green committed
    • global.c (EXECUTE_IF_CONFLICT): Correct quoting typo. · 309ca067
      From-SVN: r30438
      Robert Lipe committed
    • gcse.c (post_dominators): Kill. · 092ae4ba
      
              * 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.
      
      From-SVN: r30437
      Jeffrey A Law committed
    • New test case. · ea1fd424
      From-SVN: r30436
      Martin v. Löwis committed
  3. 06 Nov, 1999 7 commits
  4. 05 Nov, 1999 23 commits