- 05 Nov, 1999 17 commits
-
-
* 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 14 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 -
* rtl.c: Include toplev.h. (fatal): Remove declaration. From-SVN: r30398
David Billinghurst committed -
* java/lang/natClass.cc (method_cache_count): Removed. (_Jv_FindMethodInCache): Don't loop looking for the hash entry. (_Jv_AddMethodToCache): Don't loop. From-SVN: r30397
Tom Tromey committed -
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c. From-SVN: r30396
Tom Tromey committed -
* misc.c (GC_init_inner): Don't call GC_init_linuxppc(). (GC_thr_init): Don't declare. From-SVN: r30395
Tom Tromey committed -
* configure: Rebuilt. * configure.in: Removed qt threads case. * dyn_load.c: Don't mention QUICK_THREADS. * os_dep.c: Don't mention QUICK_THREADS. * misc.c: Don't mention QUICK_THREADS. * gcconfig.h: Don't mention QUICK_THREADS. * gc_priv.h: Removed QUICK_THREADS code. * quick_threads.c: Removed. From-SVN: r30394
Tom Tromey committed -
* configure.in: Removed `qt' threads case. * include/quick-threads.h: Removed. * quick-threads.cc: Removed. From-SVN: r30393
Tom Tromey committed -
* include/quick-threads.h (_Jv_ThreadCancel): Removed. (_Jv_ThreadDestroy): Likewise. * include/no-threads.h (_Jv_ThreadCancel): Removed. (_Jv_ThreadDestroy): Likewise. * include/posix-threads.h (struct _Jv_Thread_t): Removed `exception' field. (_Jv_ThreadCancel): Removed decl. (_Jv_ThreadDestroy): Removed. * posix-threads.cc (_Jv_ThreadCancel): Removed. (throw_cleanup): Removed. (really_start): Don't push or pop cleanup. (_Jv_ThreadInitData): Don't initialize `exception' field. * java/lang/Thread.java (stop): Officially unimplemented. * java/lang/natThread.cc (stop): Officially unimplemented. From-SVN: r30392
Tom Tromey committed -
Do not call realloc with a NULL pointer From-SVN: r30391
Bruce Korb committed -
From-SVN: r30390
Jeffrey A Law committed -
From-SVN: r30389
Jeff Law committed -
* 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. From-SVN: r30388
Mark Mitchell committed -
* 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. From-SVN: r30387
Mark Mitchell committed
-
- 03 Nov, 1999 9 commits
-
-
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. From-SVN: r30386
David S. Miller committed -
* 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. From-SVN: r30385
Mark Mitchell committed -
* 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. From-SVN: r30384
Mark Mitchell committed -
* 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. From-SVN: r30383
Mark Mitchell committed -
* 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. From-SVN: r30382
Catherine Moore committed -
* class.c (check_bitfield_decl): New function, split out from finish_stuct_1. (check_field_decl): Likewise. Recursively examine members of anonymous structs. (finish_struct_1): Use them. * cp-tree.h (ANON_UNION_TYPE_P): New macro. From-SVN: r30381
Mark Mitchell committed -
* fix-header.c (recognized_extern, recognized_function): Constify a char*. * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'. (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED. (compute_available): Remove unused variable `last'. (compute_nearerout): Remove unused variable `temp_bitmap'. (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED. Remove unused variable `x'. * scan.h (recognized_function, recognized_extern): Constify a char*. * simplify-rtx.c (simplify_rtx): Remove unused variable `new'. From-SVN: r30380
Kaveh R. Ghazi committed -
removed a long time ago. From-SVN: r30379
Tom Tromey committed -
* varasm.c (decode_rtx_const): Use XSTR to access the string of a SYMBOL_REF. From-SVN: r30378
Franz Sirl committed
-