summaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
Commit message (Expand)AuthorAgeFilesLines
* gcc:nathan2001-07-211-300/+0
* Remove old-abi remnants. Remove comments about old abinathan2001-07-211-104/+0
* * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.jason2001-06-061-28/+44
* cp:ghazi2001-05-021-2/+2
* * search.c (lookup_field_r): If looking for type and non-TYPE_DECLjakub2001-04-201-5/+21
* * search.c (get_dynamic_cast_base_type): When building a newamylaar2001-04-051-1/+3
* * decl.c (local_names): Define.jakub2001-03-231-1/+1
* Compute DECL_ASSEMBLER_NAME lazily.mmitchel2001-03-191-2/+2
* Do put the VTT parameter in DECL_ARGUMENTS.jason2001-02-181-15/+6
* cp:nathan2001-02-141-3/+0
* Remove old ABI support.mmitchel2001-02-121-2/+1
* * search.c (shared_member_p): New function.jason2001-02-081-1/+33
* gcc:nathan2001-02-051-11/+29
* * decl.c (push_class_binding): Use context_for_name_lookup insteadjakub2001-02-031-4/+3
* cp:nathan2001-01-191-4/+4
* cp:nathan2001-01-031-30/+4
* cp:nathan2001-01-031-4/+1
* * search.c (binfo_for_vtable): Return least derived class, nothp2000-12-291-6/+19
* * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, notjason2000-12-211-2/+4
* cp:nathan2000-12-051-186/+88
* fix typojason2000-12-041-1/+1
* cp:nathan2000-11-271-4/+5
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-1/+1
* Remove obstacks.mmitchel2000-10-131-2/+0
* * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.jason2000-09-051-1/+1
* Allow indirect primary bases.mmitchel2000-07-311-16/+4
* * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.mmitchel2000-06-301-5/+5
* * search.c (hides): Remove.nathan2000-06-261-38/+13
* * gengenrtl.c (special_rtx): Fix typo in comment.mmitchel2000-06-251-2/+2
* * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.mmitchel2000-06-231-3/+3
* * search.c (maybe_suppress_debug_info): Don't checkjason2000-06-061-4/+6
* Finish implementation of VTTs.mmitchel2000-05-251-20/+4
* * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.mmitchel2000-05-221-2/+1
* * cp-tree.h (struct lang_type): Remove search_slot.mmitchel2000-05-211-129/+45
* Don't create a separate copy of virtual bases for themmitchel2000-05-191-34/+34
* * cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.mmitchel2000-05-161-58/+9
* * except.c (check_handlers): New fn.jason2000-05-151-9/+15
* * class.c (update_vtable_entry_for_fn): Prototype.ghazi2000-05-041-0/+1
* * cp-tree.def (THUNK_DECL): Remove.mmitchel2000-05-031-2/+1
* * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.mmitchel2000-04-121-1/+1
* * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.mmitchel2000-04-111-5/+10
* * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER,mmitchel2000-04-091-1/+0
* * cfns.gperf (hash, libc_name_p): Prototype.ghazi2000-04-041-2/+0
* Correct many new ABI issues regarding vbase and vcall offsetmmitchel2000-04-041-146/+79
* Put RTTI entries at negative offsets in new ABI.mmitchel2000-03-281-37/+8
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-1/+1
* * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.mmitchel2000-03-221-33/+26
* * class.c (record_base_offsets): New function.mmitchel2000-03-221-2/+2
* gccnathan2000-03-211-2/+2
* * search.c (note_debug_info_needed): Walk the bases even if wejason2000-03-081-5/+5