1. 22 May, 2000 9 commits
  2. 21 May, 2000 4 commits
  3. 20 May, 2000 23 commits
  4. 19 May, 2000 4 commits
    • BufferedWriter.java: Merged with Classpath. · 1dcc0536
      	* java/io/BufferedWriter.java: Merged with Classpath.
      	* java/io/BufferedOutputStream.java: Merged with Classpath.
      
      From-SVN: r34041
      Tom Tromey committed
    • Don't create a separate copy of virtual bases for the CLASSTYPE_VBASECLASSES list. · a55583e9
      	Don't create a separate copy of virtual bases for the
      	CLASSTYPE_VBASECLASSES list.
      	* cp-tree.h (CLASSTYPE_VBASECLASSES): Change documentation.
      	(BINFO_FOR_VBASE): Remove.
      	(CANONICAL_BINFO): Adjust.
      	(binfo_for_vbase): New function.
      	* class.c (build_vbase_pointer_fields): Use binfo_for_vbase
      	instead of BINFO_FOR_VBASE.
      	(build_vbase_pointer): Likewise.
      	(build_secondary_vtable): Likewise.
      	(dfs_mark_primary_bases): Likewise.
      	(mark_primary_bases): Likewise.
      	(layout_nonempty_base_or_field): Likewise.
      	(dfs_set_offset_for_shared_vbases): Likewise.
      	(dfs_set_offset_for_unshared_vbases): Likewise.
      	(layout_virtual_bases): Likewise.  Adjust for changes to the
      	CLASSTYPE_VBASECLASSES list.
      	(dump_class_hierarchy_r): Use binfo_for_vbase
      	instead of BINFO_FOR_VBASE.
      	(dump_class_hierarchy): Likewise.
      	(finish_vtbls): Likewise.
      	(build_vtbl_initializer): Adjust for changes to the
      	CLASSTYPE_VBASECLASSES list.
      	(build_vbase_offset_vtbl_entries): Use binfo_for_vbase.
      	* decl.c (finish_destructor_body): Adjust for changes to the
      	CLASSTYPE_VBASECLASSES list.
      	* init.c (sort_base_init): Use binfo_for_vbase.
      	(construct_virtual_bases): Adjust for changes to the
      	CLASSTYPE_VBASECLASSES list.
      	(expand_member_init): Use binfo_for_vbase.
      	(build_vbase_delete):  Adjust for changes to the
      	CLASSTYPE_VBASECLASSES list.
      	* method.c (do_build_copy_constructor): Likewise.
      	* rtti.c (get_base_offset): Use binfo_for_vbase.
      	(expand_class_desc): Remove #if 0'd code.
      	* search.c (struct vbase_info): Remove vbase_types.
      	(get_base_distance):  Use binfo_for_vbase.
      	(lookup_field_queue_p): Use CANONICAL_BINFO.
      	(get_shared_vbase_if_not_primary): Use binfo_for_vbase.
      	(get_pure_virtuals): Adjust for changes to the
      	CLASSTYPE_VBASECLASSES list.
      	(dfs_find_vbases): Use binfo_for_vbase.
      	(dfs_init_vbase_pointers): Likewise.
      	(init_vbase_pointers): Don't initialize vi.vbase_types.
      	(virtual_context): Use binfo_for_vbase.
      	(fixup_all_virtual_upcast_offsets): Adjust for changes to the
      	CLASSTYPE_VBASECLASSES list.
      	(expand_indirect_vtbls_init): Simplify.
      	(dfs_get_vbase_types): Don't replicate virtual bases.
      	(find_vbase_instance): Use binfo_for_vbase.
      	(binfo_for_vbase): New function.
      	* typeck.c (get_delta_difference): Use binfo_for_vbase.
      
      From-SVN: r34040
      Mark Mitchell committed
    • cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. · efc9bd41
      	* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
      	* reload.c (find_equiv_reg): Likewise.
      	* alias.c (init_alias_analysis): Likewise.
      	Only call prologue_epilogue_contains on insns.
      	* basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.
      	* bb-reorder.c (hard-reg-set.h): Include earlier.
      	* haifa-sched.c (hard-reg-set.h): Likewise.
      	* ifcvt.c (hard-reg-set.h): Likewise.
      	* local-alloc.c (hard-reg-set.h): Likewise.
      	* loop.c (hard-reg-set.h): Likewise.
      	* predict.c (hard-reg-set.h): Likewise.
      	* regrename.c (hard-reg-set.h): Likewise.
      	* flow.c (hard-reg-set.h): Likewise.
      	(reg_set_to_hard_reg_set): New function.
      	* bitmap.c (regs.h, basic-block.h): No longer include.
      	(bitmap.h): Now include.
      	* conflict.c (hard-reg-set.h): Include.
      	* profile.c (hard-reg-set.h): Likewise.
      	* print-rtl.c (hard-reg-set.h): Likewise.
      	* sbitmap.c (hard-reg-set.h): Likewise.
      	* toplev.c (hard-reg-set.h): Likewise.
      	* unroll.c (hard-reg-set.h, basic-block.h): Likewise.
      	* hard-reg-set.h (reg_names): Now constant.
      	* regs.h (reg_names): Likewise.
      	* regclass.c (reg_names): Likewise.
      	* loop.h (basic-block.h): No longer include.
      	(bitmap.h): Now include.
      	* reload1.c (order_regs_for_reload): Avoid loop over reg sets.
      	* Makefile.in (LOOP_H, sbitmap.o, profile.o): Reflect above changes.
      	(toplev.o, print-rtl.o, conflict.o, unroll.o, bitmap.o): Likewise.
      
      From-SVN: r34039
      Richard Kenner committed
    • parse.y (block_end:): If the collected block doesn't feature a statement, insert… · c280e37a
      parse.y (block_end:): If the collected block doesn't feature a statement, insert an empty statement.
      
      Thu Apr 27 17:25:33 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.y (block_end:): If the collected block doesn't feature a
       	statement, insert an empty statement.
      
      From-SVN: r34038
      Alexandre Petit-Bianco committed