- 04 Nov, 1999 10 commits
-
-
* 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 27 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 -
From-SVN: r30377
Richard Henderson committed -
From-SVN: r30376
Tom Tromey committed -
* pa.c (ireg_operand): New function. * pa.h (PREDICATE_CODES): Handle ireg_operand. * pa.md (parallel_addb, parallel_movb): Use ireg_operand. Fix out of date comment. From-SVN: r30375
Jeffrey A Law committed -
From-SVN: r30374
Jeffrey A Law committed -
From-SVN: r30373
Jeffrey A Law committed -
From-SVN: r30372
Bernd Schmidt committed -
From-SVN: r30371
Jeffrey A Law committed -
From-SVN: r30369
Jeff Law committed -
From-SVN: r30368
Mark Mitchell committed -
From-SVN: r30367
Mark Mitchell committed -
1999-11-02 Scott Snyder <snyder@fnal.gov> * decl2.c (build_expr_from_tree): Handle REALPART_EXPR and IMAGPART_EXPR. * pt.c (tsubst_copy): Likewise. From-SVN: r30366
Scott Snyder committed -
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz> * posix-threads.cc: Don't include boehm-config.h. Include gcconfig.h instead. From-SVN: r30365
Bryce McKinlay committed -
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz> * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386. From-SVN: r30364
Bryce McKinlay committed -
regclass.c (record_reg_classes): Always use may_move_cost when seeing how operand fits with various register classes. * regclass.c (record_reg_classes): Always use may_move_cost when seeing how operand fits with various register classes. From-SVN: r30362
Richard Kenner committed -
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz> * posix-threads.cc: Don't include boehm-config.h. From-SVN: r30361
Bryce McKinlay committed -
From-SVN: r30360
Tom Tromey committed -
From-SVN: r30359
Tom Tromey committed -
* configure: Rebuilt. * configure.in: Don't create boehm-config.h. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not config.h. ($(all_objs)): Depend on gcconfig.h. * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H. * gcconfig.h: Define GCCONFIG_H, not CONFIG_H. * config.h: Removed. From-SVN: r30358
Tom Tromey committed
-
- 02 Nov, 1999 3 commits
-
-
* resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes. * toplev.c: Revert Nov 1 13:22 change. From-SVN: r30357
Richard Henderson committed -
* gcc.dg/ultrasp1.c: Removed xfail. * gcc.dg/struct-ret-2.c: Likewise. * gcc.dg/array-1.c: Likewise. From-SVN: r30356
Alexandre Oliva committed -
pa.md (height reduction patterns): Add checks for overlapping operands to avoid semantic-destroying splits for... Tue Nov 2 14:21:37 1999 Jason Eckhardt <jle@cygnus.com> * config/pa/pa.md (height reduction patterns): Add checks for overlapping operands to avoid semantic-destroying splits for height reduction patterns. From-SVN: r30355
Jason Eckhardt committed
-