OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / cp / method.c
2001-04-12 nathancp:
2001-04-11 nathancp:
2001-04-06 mmitchel * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARE...
2001-03-22 jakub * method.c (do_build_assign_ref): Don't use build_modi...
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-03-15 mmitchel * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-02-21 jason * tree.h (DECL_UNINLINABLE): Move from C++...
2001-02-18 jason Do put the VTT parameter in DECL_ARGUMENTS.
2001-02-14 nathancp:
2001-02-12 mmitchel Remove old ABI support.
2001-02-08 jason * search.c (shared_member_p): New function.
2001-02-05 aoliva* method.c (build_mangled_name) [old abi]: Protect...
2001-01-29 jsm28 * tree.c, tree.h (build_parse_node): Remove; was ident...
2001-01-25 jakub * mangle.c (write_mangled_name, write_encoding): Mangl...
2001-01-10 mmitchel * output.h (make_function_rtl): Remove prototype.
2001-01-03 nathancp:
2000-12-04 jason * mangle.c (write_type): Mangle VECTOR_TYPE...
2000-11-30 nathancp:
2000-11-30 nathancp:
2000-11-25 jsm28cp:
2000-11-02 jsm28 * collect2.c (main, write_c_file_stat), gcc.c (transla...
2000-10-13 mmitchel Remove obstacks.
2000-09-12 mmitchel * c-common.h (genrtl_clear_out_block): Remove.
2000-09-05 jason * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM...
2000-08-24 jason * typeck.c (build_ptrmemfunc): Save the input...
2000-07-16 mmitchel * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
2000-06-29 nathan * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.
2000-06-23 jason * parse.y (template_arg): Convert TEMPLATE_DECL
2000-06-23 mmitchel * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
2000-06-20 zack * cpplex.c (parse_name): Don't warn about $ in identif...
2000-06-20 nathan * call.c (build_conditional_expr): Use VOID_TYPE_P.
2000-06-16 mmitchel * cp-tree.h (struct language_function): Remove x_base_...
2000-06-09 jasonrevert mangling patch
2000-06-08 mmitchel * invoke.texi: Remove documentation for -fsquangle and
2000-06-08 jakub * method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
2000-06-05 mmitchel * ir.texi: Correct typo.
2000-06-04 mmitchel * Make-lang.in (CXX_SRCS): Add mangle.c.
2000-06-03 mmitchel * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
2000-05-31 mmitchel * decl.c (build_cp_library_fn): Set DECL_CONTEXT.
2000-05-28 mmitchel2000-05-27 Alex Samuel <samuel@codesourcery.com>
2000-05-27 kenner * tree.h (TREE_CODE_LENGTH): New macro.
2000-05-26 mmitchel * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
2000-05-22 mmitchel * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not...
2000-05-22 mmitchel * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity...
2000-05-19 mmitchel Don't create a separate copy of virtual bases for the
2000-05-05 mmitchel * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
2000-05-03 mmitchel * cp-tree.def (THUNK_DECL): Remove.
2000-04-30 mmitchel * method.c (emit_thunk): Don't try to return a `void...
2000-04-17 mmitchel * method.c (make_thunk): Set DECL_CONTEXT for a THUNK_...
2000-04-16 mmitchelFix typo
2000-04-16 mmitchel * cp-tree.def (THUNK_DECL): Add to documentation.
2000-04-11 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 mmitchel * cp-tree.h (lang_decl_flags): Rename constructor_for_...
2000-04-11 mmitchel * cp-tre.h (finish_function): Change prototype.
2000-04-09 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_ID...
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-20 jason * method.c (build_overload_int): Use host_integerp.
2000-03-10 jason * decl.c (push_overloaded_decl_1, auto_function,
2000-03-07 ghazi * rtl.h (rtunion_def): Constify member `rtstr'.
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-02-26 lawFix copyrights
2000-02-22 mmitchel * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
2000-02-16 mmitchel Make DECL_CONTEXT mean the class in which a member...
2000-02-07 jason * cp-tree.h (struct saved_scope): Add incomplet...
2000-01-29 mmitchel * cp-tree.def (THUNK_DECL): Discuss vcall indices.
2000-01-26 ghazi * call.c: PROTO -> PARAMS.
2000-01-17 mmitchel * cp-tree.h (scratchalloc): Remove.
2000-01-14 loewis * method.c (build_decl_overload_real): Check whether...
1999-12-29 mmitchel * cp-tree.h (do_inline_function_hair): Remove.
1999-12-20 cruxcurrent_function -> cfun
1999-12-16 mmitchel1999-12-16 Mark Mitchell <mark@codesourcery.com>
1999-11-14 mmitchel * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-10-25 mmitchel * decl.c (push_overloaded_decl_1): Use pushdecl.
1999-10-19 mmitchel * method.c (PARM_CAN_BE_ARRAY_TYPE): Remove.
1999-10-08 ghazi * Makefile.in (insn-recog.o): Depend on hard...
1999-10-05 mmitchel * method.c (synthesize_method): Call setup_vtbl_ptr...
1999-10-04 mmitchel * cp-tree.h (struct language_function): Remove static_...
1999-10-04 mmitchel1999-10-04 Mark Mitchell <mark@codesourcery.com>
1999-10-01 mmitchel * method.c (emit_thunk): Don't crash when -fsyntax...
1999-09-18 mmitchel Turn on function-at-a-time processing.
1999-09-10 mmitchel * cp-tree.h (FN_TRY_BLOCK_P): New macro.
1999-09-09 mmitchel Reorganize per-function data.
1999-09-09 mmitchel * cp-tree.h (scratch_tree_cons): Remove.
1999-09-07 mmitchel * Makefile.in (tree.o): Depend on ggc.h.
1999-09-06 mmitchel Get ready for garbage collection.
1999-09-04 mmitchel * Makefile.in (CXX_TREE_H): Include function.h.
1999-09-02 mmitchel * cp-tree.h (cp_function): Move here, from decl.c.
1999-08-26 mmitchel * decl.c (grokdeclarator): Amend comment.
1999-08-25 mmitchel * cp-tree.def (SUBOBJECT): New tree node.
1999-08-20 aph1999-08-18 Andrew Haley <aph@cygnus.com>
1999-08-11 mmitchel * extend.texi (C++ Signatures): Remove node.
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-08-07 ghazi * class.c (count_fields, add_fields_to_vec): Add stati...
1999-07-27 jason * method.c: Remove prototype for largest_union_member.
1999-07-21 jason * decl.c (warn_extern_redeclared_static): Check DECL_A...
1999-06-16 mmitchel * decl2.c (import_export_decl): Use same_type_p, rathe...
1999-06-06 mmitchel * method.c (is_back_referenceable_type): Back-referenc...
1999-05-25 mmitchel * class.c (finish_vtbls): Copy BINFO_VIRTUALs before...
1999-05-19 jason Implement anonymous structs.
next