- 07 Nov, 1999 4 commits
-
-
* 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 27 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 -
* 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. From-SVN: r30404
Richard Henderson committed -
* haifa-sched.c (init_rgn_data_dependences): Correctly size bb_pending_lists_length when zeroing. From-SVN: r30403
Richard Henderson committed -
* reg-stack.c (convert_regs_1): Initialize target_stack->top after verifying an EH edge. From-SVN: r30402
Richard Henderson committed -
* 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. From-SVN: r30401
Richard Henderson committed
-
- 04 Nov, 1999 2 commits
-
-
From-SVN: r30400
Richard Henderson committed -
* cse.c (cse_main): Use xmalloc, not alloca. (cse_basic_block): Likewise. * local-alloc.c (local_alloc): Likewise. From-SVN: r30399
Richard Henderson committed
-