OSDN Git Service

* class.c (pushclass): Remove #if 0'd code.
[pf3gnuchains/gcc-fork.git] / gcc / cp / class.c
2000-12-29 mmitchel * class.c (pushclass): Remove #if 0'd code.
2000-12-22 jason In partial ordering for a call, ignore parms...
2000-12-07 nathan * class.c (check_field_decls): Don't special case...
2000-12-05 nathancp:
2000-12-04 jason * mangle.c (write_type): Mangle VECTOR_TYPE...
2000-11-15 mmitchel * class.c (build_vtbl_initializer): Fix typo in comment.
2000-11-07 jsm28 * alias.c (init_alias_analysis), calls.c (expand_call,
2000-10-31 gdrtestsuite/
2000-10-20 mmitchel * class.c (subobject_offset_fn): New type.
2000-10-13 mmitchel Remove obstacks.
2000-09-07 mmitchel Move statement-tree facilities from C++ to C front...
2000-09-07 zackIntegrated preprocessor.
2000-09-06 nathan * class.c (resolve_address_of_overloaded_function...
2000-09-05 jason * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM...
2000-08-29 zacktop level:
2000-08-29 jason2000-08-28 Daniel Berlin <dberlin@redhat.com>
2000-08-21 mmitchel * class.c (build_vtbl_initializer): Clear the entire
2000-08-18 nathan * cp-tree.h (PTRMEM_OK_P): New macro.
2000-08-17 nathan * class.c (instantiate_type): Reinstate local variable
2000-08-17 nathan * cp-tree.h (instantiate_type_flags): New enumeration.
2000-08-04 mmitchel * cp-tree.h (add_method): Change prototype.
2000-07-31 mmitchel Allow indirect primary bases.
2000-07-25 nathan Kill strict_prototype. Backwards compatibility only for
2000-07-11 mmitchel * class.c (layout_class_type): Add pointers to virtual...
2000-06-30 mmitchel * c-common.c: Include c-common.h, not c-lex.h or c...
2000-06-28 mmitchel * cp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
2000-06-23 mmitchel * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
2000-06-21 apbianco2000-06-20 Alexandre Petit-Bianco <apbianco@cygnus...
2000-06-14 mmitchel * cp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New...
2000-06-14 jakub * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2000-06-12 mmitchel * class.c (vcall_offset_data_s): Add last_init and...
2000-06-12 mmitchel * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
2000-06-09 mmitchelRevert last patch
2000-06-09 mmitchel * cp-tree.h (cp_tree_index): Remove Java types.
2000-06-09 jasonrevert mangling patch
2000-06-08 mmitchel * invoke.texi: Remove documentation for -fsquangle and
2000-06-05 mmitchel * class.c (indirect_primary_base_p): New function.
2000-06-04 mmitchel * Make-lang.in (CXX_SRCS): Add mangle.c.
2000-05-29 mmitchel * cp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.
2000-05-26 mmitchel * tree.h (struct record_layout_info): Rename to (struct
2000-05-26 mmitchel * class.c (build_vtable_entry_ref): Correct usage of
2000-05-25 mmitchel Finish implementation of VTTs.
2000-05-24 mmitchel * cp-tree.h (lang_decl_flags): Rename mutable_flag...
2000-05-23 mmitchel * class.c (build_ctor_vtbl_group): Set inits.
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-16 mmitchel * class.c (copy_virtuals): New function.
2000-05-11 jasonpedwarn
2000-05-11 jason * class.c (check_field_decls): Complain about...
2000-05-04 ghazi * class.c (update_vtable_entry_for_fn): Prototype.
2000-05-04 mmitchel * cp-tree.h (special_function_kind): Add various kinds of
2000-05-01 mmitchel * cp-tree.h (same_type_ignoring_top_level_qualifiers_p...
2000-04-26 mmitchel * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-18 mmitchel * cp-tree.h (lang_decl_flags): Remove const_memfunc and
2000-04-17 mmitchel * class.c (build_vtable_entry): Don't build thunks...
2000-04-16 mmitchel * cp-tree.def (THUNK_DECL): Add to documentation.
2000-04-13 nathan * class.c (build_base_field): Reformat comment.
2000-04-12 mmitchel * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
2000-04-11 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 mmitchel * cp-tre.h (finish_function): Change prototype.
2000-04-11 mmitchel * cp-tree.h (lang_type): Remove has_nonpublic_ctor and
2000-04-11 jason * class.c (instantiate_type): Handle object...
2000-04-09 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_ID...
2000-04-04 mmitchel Correct many new ABI issues regarding vbase and vcall...
2000-03-29 mmitchel * class.c: Reorganize to put virtual function table...
2000-03-29 jason * class.c (finish_struct): Use bitsize_zero_node.
2000-03-28 mmitchel Put RTTI entries at negative offsets in new ABI.
2000-03-27 kenner * c-convert.c (convert): Return if output or input...
2000-03-26 mmitchel * class.c (layout_empty_base): Handle empty bases...
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-22 mmitchel * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
2000-03-22 mmitchel * class.c (layout_virtual_bases): Adjust names in...
2000-03-22 mmitchel * class.c (record_base_offsets): New function.
2000-03-21 mmitchel * class.c (build_base_field): Fix thinko in computatio...
2000-03-21 nathangcc
2000-03-19 mmitchel * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
2000-03-19 mmitchel * class.c (check_bitfield_decl): Remove restriction...
2000-03-18 nathan * class.c (build_base_field): Use TYPE_ALIGN to examin...
2000-03-17 kenner * Clean up usages of TREE_INT_CST_LOW.
2000-03-15 mmitchel * cp-tree.h: Tweak documentation.
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-03-03 mmitchel * tree.h (TYPE_ALIGN_UNIT): New macro.
2000-02-29 nathan * pt.c (fn_type_unification): Unify return type, whenever
2000-02-29 kenner * Eliminate DECL_FIELD_SIZE.
2000-02-27 kenner * builtins.c (c_strlen): Use size_diffop and return...
2000-02-27 jason Implement class scope using-declarations for...
2000-02-21 gdr2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>
2000-02-21 mmitchel * cp-tree.h (merge_primary_and_secondary_vtables_p...
2000-02-20 mmitchel * class.c (build_vtable): New function, split out...
2000-02-20 mmitchel * class.c (dfs_build_vcall_offset_vtbl_entries): Fix...
2000-02-20 kenner * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-02-18 mmitchel * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.
2000-02-16 mmitchel Make DECL_CONTEXT mean the class in which a member...
2000-02-10 mmitchel * class.c (dfs_modify_vtables): Tweak calculation...
2000-02-07 jason * cp-tree.h (struct saved_scope): Add incomplet...
2000-02-06 ghazi * Makefile.in (call.o): Depend on $(EXPR_H).
2000-02-01 wilsonFix gdb testsuite regressions.
2000-01-31 mmitchel * cp-tree.h (BINFO_VIRTUALS): Tweak documentation.
2000-01-31 mmitchel * cp/class.c (build_vtable): Rename to build_primary_v...
2000-01-29 nathan * class.c (build_vtbl_initializer): Add argument to
next