OSDN Git Service

* search.c (get_dynamic_cast_base_type): When building a new
[pf3gnuchains/gcc-fork.git] / gcc / cp / search.c
2001-04-05 amylaar * search.c (get_dynamic_cast_base_type): When building...
2001-03-23 jakub * decl.c (local_names): Define.
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
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 nathangcc:
2001-02-03 jakub * decl.c (push_class_binding): Use context_for_name_lo...
2001-01-19 nathancp:
2001-01-03 nathancp:
2001-01-03 nathancp:
2000-12-29 hp * search.c (binfo_for_vtable): Return least derived...
2000-12-21 jason * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_...
2000-12-05 nathancp:
2000-12-04 jasonfix typo
2000-11-27 nathancp:
2000-11-07 jsm28 * alias.c (init_alias_analysis), calls.c (expand_call,
2000-10-13 mmitchel Remove obstacks.
2000-09-05 jason * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM...
2000-07-31 mmitchel Allow indirect primary bases.
2000-06-30 mmitchel * c-common.c: Include c-common.h, not c-lex.h or c...
2000-06-26 nathan * search.c (hides): Remove.
2000-06-25 mmitchel * gengenrtl.c (special_rtx): Fix typo in comment.
2000-06-23 mmitchel * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
2000-06-06 jason * search.c (maybe_suppress_debug_info): Don...
2000-05-25 mmitchel Finish implementation of VTTs.
2000-05-22 mmitchel * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity...
2000-05-21 mmitchel * cp-tree.h (struct lang_type): Remove search_slot.
2000-05-19 mmitchel Don't create a separate copy of virtual bases for the
2000-05-16 mmitchel * cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documenta...
2000-05-15 jason * except.c (check_handlers): New fn.
2000-05-04 ghazi * class.c (update_vtable_entry_for_fn): Prototype.
2000-05-03 mmitchel * cp-tree.def (THUNK_DECL): Remove.
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-09 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTI...
2000-04-04 ghazi * cfns.gperf (hash, libc_name_p): Prototype.
2000-04-04 mmitchel Correct many new ABI issues regarding vbase and vcall...
2000-03-28 mmitchel Put RTTI entries at negative offsets in new ABI.
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-22 mmitchel * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
2000-03-22 mmitchel * class.c (record_base_offsets): New function.
2000-03-21 nathangcc
2000-03-08 jason * search.c (note_debug_info_needed): Walk the...
2000-03-04 jason * decl2.c (key_method): Break out from...
2000-03-03 mmitchel * tree.h (TYPE_ALIGN_UNIT): New macro.
2000-03-01 jason * search.c (protected_accessible_p): Use contex...
2000-02-28 jason * search.c (protected_accessible_p): Also allow...
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-26 lawFix copyrights
2000-02-18 jason * semantics.c (deferred_type_access_control...
2000-02-16 mmitchel Make DECL_CONTEXT mean the class in which a member...
2000-02-13 jason * parse.y (frob_specs): Split out...
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-01-26 ghazi * call.c: PROTO -> PARAMS.
2000-01-20 nathan Remap dynamic cast hint values to be consistent across...
2000-01-17 mmitchel * cp-tree.h (flag_new_abi): Move.
2000-01-16 mmitchel * cp-tree.h (num_extra_vtbl_entries): New function.
2000-01-12 mmitchel * cp-tree.h (dfs_skip_vbases): New function.
2000-01-11 mmitchel * class.c (build_vbase_path): Simplify.
2000-01-11 mmitchel * cp-tree.h (expand_direct_vtbls_init): Remove declara...
2000-01-11 mmitchel * cp-tree.h (BINFO_PRIMARY_MARKED_P): Change definition.
2000-01-06 jason * error.c (dump_decl): operator new, not operat...
2000-01-03 mmitchel * cp-tree.h (CLASSTYPE_VBASECLASSES): Improve document...
2000-01-03 mmitchel2000-01-02 Mark Mitchell <mark@codesourcery.com>
2000-01-02 mmitchel * cp-tree.h (dfs_mark_primary_bases_queue_p): New...
2000-01-02 mmitchel * cp-tree.h (CLASSTYPE_N_BASECLASSES): Use BINFO_N_BAS...
2000-01-02 mmitchel * cp-tree.h (skip_rtti_stuff): Adjust prototype.
1999-12-31 mmitchel * cp-tree.h (CLASSTYPE_VBASECLASSES): Update documenta...
1999-12-29 mmitchel * cp-tree.h (lang_type): Replace abstract_virtuals...
1999-12-21 mmitchel1999-12-20 Mark Mitchell <mark@codesourcery.com>
1999-12-21 mmitchel * cp-tree.h (TYPE_VIRTUAL_P): Rename to ...
1999-11-25 jason * search.c (note_debug_info_needed): Do perform...
1999-11-16 jason * class.c (finish_struct): If we're a local...
1999-11-14 mmitchel * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-10-06 mmitchel * cp-tree.h (CLASSTYPE_VFIELD): Remove.
1999-10-05 mmitchel * method.c (synthesize_method): Call setup_vtbl_ptr...
1999-10-04 mmitchel1999-10-04 Mark Mitchell <mark@codesourcery.com>
1999-09-29 jason * class.c (class_cache_obstack, class_obstack): Remove.
1999-09-21 nathan Reimplement dynamic cast and catch matching.
1999-09-20 mmitchel Remove support for assigning to `this'.
1999-09-17 mmitchel * cp-tree.h (language_function): Add x_eh_spec_try_blo...
1999-09-09 mmitchel * cp-tree.h (scratch_tree_cons): Remove.
1999-09-08 jason * search.c (binfo_for_vtable): Use CLASSTYPE_VFIELD_PA...
1999-09-06 mmitchel Get ready for garbage collection.
1999-08-18 mmitchel * search.c (setup_class_bindings): Robustify.
1999-08-14 mmitchel * cp-tree.def (DECL_STMT): Make it smaller.
1999-08-11 mmitchel * extend.texi (C++ Signatures): Remove node.
1999-08-07 ghazi * class.c (count_fields, add_fields_to_vec): Add stati...
1999-08-07 jason * decl.c (lookup_name_real): Set the complain flag...
1999-08-04 nathan * cp-tree.h (empty_except_spec): New global var.
1999-07-27 mmitchel * cp-tree.h (BINFO_VIRTUALS): Document new format.
1999-07-26 mmitchel * cp-tree.h (CP_INTEGRAL_TYPE_P): New macro.
1999-07-23 mmitchel * call.c (NEED_TEMPORARY_P): New macro.
1999-07-20 crux * c-common.h: New file.
1999-07-09 jason * cp-tree.h (struct lang_decl): Added field for storin...
1999-07-09 jason * pt.c (do_decl_instantiation): Downgrade duplicate...
next