- 08 Nov, 1999 2 commits
-
-
* 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 -
* config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define. (ASM_DECLARE_FUNCTION_SIZE): Conditionally define. From-SVN: r30444
Catherine Moore committed
-
- 07 Nov, 1999 8 commits
-
-
* 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 -
From-SVN: r30442
Mark Mitchell committed -
* 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 -
From-SVN: r30440
Jeff Law committed -
* java/util/zip/ZipFile.java: Compute the offset of the ZipEntry data correctly. From-SVN: r30439
Anthony Green committed -
From-SVN: r30438
Robert Lipe committed -
* 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 -
From-SVN: r30436
Martin v. Löwis committed
-
- 06 Nov, 1999 7 commits
-
-
* 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 -
* 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. From-SVN: r30434
Mark Mitchell committed -
* 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. From-SVN: r30433
Mark Mitchell committed -
From-SVN: r30432
Richard Henderson committed -
* bitset: Include limits.h. * bitset (class bitset): Declare reference as our friend. From-SVN: r30430
Martin v. Löwis committed -
* config/svr4.h (ASM_DECLARE_FUNCTION): Check if already defined. (ASM_DECLARE_FUNCTION_SIZE): Likewise. From-SVN: r30429
Catherine Moore committed -
From-SVN: r30428
Jeff Law committed
-
- 05 Nov, 1999 23 commits
-
-
From-SVN: r30427
Jeff Law committed -
* cp-tree.h (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK): New macro. (DECL_TEMPLATE_INFO): Use it. * decl.c (warn_extern_redeclared_static): Do nothing for TEMPLATE_DECLs. * decl2.c (mark_used): Explicitly check for function or variable. * semantics.c (finish_unary_op_expr): Check whether result is also an INTEGER_CST. From-SVN: r30426
Martin v. Löwis committed -
* 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. From-SVN: r30425
J"orn Rennecke committed -
valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): When building meta-expressions don't forget to take the contained closures. 1999-11-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr> * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): When building meta-expressions don't forget to take the contained closures. From-SVN: r30424
Gabriel Dos Reis committed -
From-SVN: r30423
Tom Tromey committed -
* 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. From-SVN: r30422
Richard Henderson committed -
From-SVN: r30421
Jeff Law committed -
* class.c (finish_class): Emit inlined methods if any native methods exist in the class. Fixes PR gcj/85. From-SVN: r30420
Tom Tromey committed -
* 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. From-SVN: r30419
Richard Henderson committed -
1999-11-05 Jeff Sturm <jsturm@sigma6.com> * boehm.cc (_Jv_GCSetInitialHeapSize): Swapped size & current. * prims.cc (parse_heap_size): Use end, not spec. Use 1024 multipler for `k'. From-SVN: r30418
Jeff Sturm committed -
* java/lang/natThread.cc (stop): Removed argument name. * java/lang/ThreadGroup.java (ThreadGroup(int)): No longer `private'; now has default access. * Makefile.in: Rebuilt. * Makefile.am (java/lang/ThreadGroup.h): Removed. From-SVN: r30417
Tom Tromey committed -
From-SVN: r30416
Nick Clifton committed -
Use this test to disable ecos tests for alias support if the target does not support them. From-SVN: r30415
Nick Clifton committed -
instead. From-SVN: r30414
Nick Clifton committed -
From-SVN: r30413
Nick Clifton committed -
* Makefile.in (typeck2.o): Depend on output.h. * typeck2.c: Include output.h. * decl.c (flag_ansi): Remove declaration. * pt.c (tinst_level_tick): Make it static. (last_template_error_tick): Likewise. * cp-tree.h (mapcar): Remove declaration. (search_tree): Likewise. (walk_tree_fn): New typedef. (walk_tree): New function. * tree.c (bot_manip): Change prototype. Adjust to be called via walk_tree. (bot_replace): Likewise. (no_linkage_helper): Likewise. (copy_tree_r): New function. (search_tree): Rename, and adjust, to become ... (walk_tree): New function. (mapcar): Remove. (target_remap): Remove. (target_remap_count): Likewise. (break_out_target_exprs): Use walk_tree. * decl.c (local_variable_p): Change prototype. (check_default_argument): Use walk_tree. * pt.c (for_each_template_parm_r): New function, split out from ... (for_each_template_parm): Here. Use it, via walk_tree. From-SVN: r30412
Mark Mitchell committed -
* Makefile.in (typeck2.o): Depend on output.h. * typeck2.c: Include output.h. From-SVN: r30411
Mark Mitchell committed -
* genoutput.c (null_operand =): Initialize all fields. * errors.h: Add extern to prototypes. From-SVN: r30410
Andreas Jaeger committed -
* configure.in (m68k-next-nextstep4): Handle Openstep 4.2. * configure: Rebuilt. From-SVN: r30409
Jeffrey A Law committed -
From-SVN: r30408
Jeff Law committed -
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. From-SVN: r30407
Jeff Law committed -
* cse.c (cse_insn): Revert Oct 31 change. When computing src_elt, if REG_RETVAL check succeeds, then put classp in src_elt. From-SVN: r30406
Jim Wilson committed -
function.c (pad_to_arg_alignment): Only update argument_pad if the argument's alignment is greater than STACK_BOUNDARY. * function.c (pad_to_arg_alignment): Only update argument_pad if the argument's alignment is greater than STACK_BOUNDARY. From-SVN: r30405
Jeffrey A Law committed
-