1. 09 Apr, 2000 6 commits
    • StringBuffer.java (ensureCapacity): Don't call Math::max. · bdf2ced9
      2000-04-08  Anthony Green  <green@cygnus.com>
      
      	* java/lang/StringBuffer.java (ensureCapacity): Don't call Math::max.
      	(ensureCapacity_unsynchronized): New private method.
      	(append): Use ensureCapacity_unsynchronized.
      
      From-SVN: r33036
      Anthony Green committed
    • Under the new ABI, constructors don't return `this'. · 3dbc07b6
      	* cp-tree.h (warn_reorder): Declare.
      	(special_function_kind): New enum.
      	(global_base_init_list): Remove declaration.
      	(emit_base_init): Don't return a value.
      	(check_base_init): Don't declare.
      	(is_aggr_typedef): Likewise.
      	* decl.c (check_special_function_return_type): New function.
      	(return_types): Remove.
      	(grokdeclarator): Use check_special_function_return_type.
      	(start_function): Don't initialize ctor_label under the new ABI.
      	(finish_construtor_body): Don't create a corresponding LABEL_STMT.
      	* init.c (begin_init_stmts): Move to top of file.
      	(finish_init_stmts): Likewise.
      	(warn_reorder): Don't declare.
      	(emit_base_init): Don't create a STMT_EXPR here.  Don't return a
      	value.
      	(check_base_init): Remove.
      	(is_aggr_typedef): Likewise.
      	(build_new_1): Don't use the return value of a constructor.
      	* semantics.c (setup_vtbl_ptr): Don't use the return value
      	of emit_base_init.
      	* typeck.c (check_return_expr): Don't magically convert return
      	statements into `return this' in constructors under the new ABI.
      
      From-SVN: r33035
      Mark Mitchell committed
    • Makefile.in: Rebuilt. · 4eaf5996
      	* Makefile.in: Rebuilt.
      	* Makefile.am (awt_java_source_files): Added new files.
      	* java/awt/IllegalComponentStateException.java: New file.
      	* java/awt/ItemSelectable.java: New file.
      	* java/awt/event/WindowEvent.java: Finished.
      	* java/awt/event/TextEvent.java: Finished.
      	* java/awt/event/ContainerEvent.java: New file.
      	* java/awt/Component.java (getX, getY): New methods.
      	* java/awt/event/PaintEvent.java: New file.
      	* java/awt/event/MouseEvent.java: New file.
      	* java/awt/ActiveEvent.java: New file.
      	* java/awt/event/KeyEvent.java: Finished.
      	* java/awt/event/ItemEvent.java: New file.
      	* java/awt/Adjustable.java: New file.
      	* java/awt/event/InputMethodEvent.java: New file.
      	* java/awt/event/InputEvent.java: Finished.
      	* java/awt/event/FocusEvent.java: New file.
      	* java/awt/event/MouseMotionAdapter.java: New file.
      	* java/awt/event/MouseAdapter.java: New file.
      	* java/awt/event/KeyAdapter.java: New file.
      	* java/awt/event/FocusAdapter.java: New file.
      	* java/awt/event/ContainerAdapter.java: New file.
      	* java/awt/event/ComponentEvent.java: Finished.
      	* java/awt/event/AdjustmentEvent.java: New file.
      	* java/awt/event/ComponentAdapter.java: New file.
      	* java/awt/event/ActionEvent.java: Finished.
      	* java/awt/event/MouseMotionListener.java: New file.
      	* java/awt/event/MouseListener.java: New file.
      	* java/awt/event/ItemListener.java: New file.
      	* java/awt/event/InputMethodListener.java: New file.
      	* java/awt/event/ContainerListener.java: New file.
      	* java/awt/event/FocusListener.java: New file.
      	* java/awt/event/ComponentListener.java: New file.
      	* java/awt/event/AWTEventListener.java: New file.
      	* java/awt/event/AdjustmentListener.java: New file.
      
      From-SVN: r33034
      Tom Tromey committed
    • natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to. · 3bd835f7
      2000-04-08  Anthony Green  <green@redhat.com>
      
      	* java/lang/natObject.cc (_Jv_MonitorEnter): Only perform null
      	check when we have to.
      
      	* gcj/array.h: Mark elements(JArray<T>& x) and elements(JArray<T>*
      	x) as `inline'.
      
      	* java/util/StringTokenizer.java: Minor optimization.  Eliminates
      	one method call.
      
      	* java/util/Vector.java (VectorEnumeration.nextElement): Manually
      	inline hasMoreElements.
      
      From-SVN: r33033
      Anthony Green committed
    • ssa.c (convert_to_ssa): Eliminate dead code when calling life_analysis. · 6308dae9
      	* ssa.c (convert_to_ssa): Eliminate dead code when calling
      	life_analysis.
      	(convert_from_ssa): Call compute_bb_for_insn before life_analysis.
      	(for_each_successor_phi): Change parameter to basic_block.
      	(coalesce_regs_in_successor_phi_nodes): Likewise.
      	(coalesce_regs_in_copies): Likewise.
      	(compute_coalesced_reg_partition): Use basic_block instead of index.
      	* rtl.h (convert_to_ssa): Delete.
      	(convert_from_ssa): Likewise.
      	(successor_phi_fn): Likewise.
      	(for_each_successor_phi): Likewise.
      	(in_ssa_form): Likewise.
      	* basic-block.h (convert_to_ssa): Moved from rtl.h.
      	(convert_from_ssa): Likewise.
      	(successor_phi_fn): Likewise.
      	(in_ssa_form): Likewise.
      	(for_each_successor_phi): Likewise.  Change parameter to basic_block.
      	* flow.c (calculate_global_regs_live): Pass a basic_block to
      	for_each_successor_phi.
      
      From-SVN: r33032
      Alex Samuel committed
    • cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER... · d43829f9
      	* cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER,
      	CPTI_BASE_DTOR_IDENTIFIER, and CPTI_DELETING_DTOR_IDENTIFIER.
      	(base_ctor_identifier): New macro.
      	(base_dtor_identifier): Likewise.
      	(deleting_dtor_identifier): Likewise.
      	* decl.c: Don't include obstack.h.
      	(obstack_chunk_alloc): Don't define.
      	(obstack_chunk_free): Likewise.
      	(struct predefined_identifier): New type.
      	(initialize_predefined_identifiers): New function.
      	(init_decl_processing): Use it.
      	(debug_temp_inits): Remove.
      	(start_method): Don't call preserve_data.
      	(hack_incomplete_structures): Update comment.
      	* init.c (init_init_processing): Don't initialize
      	nelts_identifier.
      	(build_offset_rf): Remove dead code.
      	(build_delete): Use CLASSTYPE_N_BASECLASSES.
      	* search.c (init_search_processing): Don't initialize
      	vptr_identifier.
      
      From-SVN: r33031
      Mark Mitchell committed
  2. 08 Apr, 2000 13 commits
  3. 07 Apr, 2000 21 commits