1. 10 Nov, 1999 11 commits
  2. 09 Nov, 1999 8 commits
  3. 08 Nov, 1999 12 commits
  4. 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
  5. 06 Nov, 1999 1 commit
    • haifa-sched.c (struct haifa_insn_data, h_i_d): New. · f66d83e1
              * 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.
      
      From-SVN: r30435
      Richard Henderson committed