| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR c++/4286 (Internal error: Segmentation fault) | Jason Merrill | 2002-02-01 | 1 | -7/+1 |
* | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 2002-01-23 | 1 | -1/+1 |
* | * search.c (SET_BINFO_ACCESS): Add parenthesis. | Graham Stott | 2002-01-08 | 1 | -3/+3 |
* | cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi... | Zack Weinberg | 2001-12-18 | 1 | -4/+4 |
* | cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base. | Nathan Sidwell | 2001-11-29 | 1 | -264/+33 |
* | search.c (lookup_base_r): Declare bk in variable declaration space. | Aldy Hernandez | 2001-11-26 | 1 | -4/+5 |
* | re PR c++/3145 (virtual inheritance still creates wrong code) | Nathan Sidwell | 2001-11-25 | 1 | -74/+190 |
* | parse.y: Add ... | Jason Merrill | 2001-11-15 | 1 | -3/+4 |
* | ChangeLog.1, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -1/+1 |
* | cp-tree.h (TYPE_BINFO): Update comment. | Kriang Lerdsuwanakij | 2001-10-13 | 1 | -3/+6 |
* | The 3.0 ABI no longer has vbase pointer fields. | Nathan Sidwell | 2001-07-31 | 1 | -9/+0 |
* | tm.texi: Remove DEFAULT_VTABLE_THUNKS. | Nathan Sidwell | 2001-07-21 | 1 | -300/+0 |
* | Remove old-abi remnants. | Nathan Sidwell | 2001-07-21 | 1 | -104/+0 |
* | cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose. | Jason Merrill | 2001-06-06 | 1 | -28/+44 |
* | call.c: NULL_PTR -> NULL. | Kaveh R. Ghazi | 2001-05-02 | 1 | -2/+2 |
* | search.c (lookup_field_r): If looking for type and non-TYPE_DECL is found... | Jakub Jelinek | 2001-04-20 | 1 | -5/+21 |
* | search.c (get_dynamic_cast_base_type): When building a new constant, set its ... | J"orn Rennecke | 2001-04-05 | 1 | -1/+3 |
* | decl.c (local_names): Define. | Jakub Jelinek | 2001-03-23 | 1 | -1/+1 |
* | Compute DECL_ASSEMBLER_NAME lazily. | Mark Mitchell | 2001-03-19 | 1 | -2/+2 |
* | Do put the VTT parameter in DECL_ARGUMENTS. | Jason Merrill | 2001-02-18 | 1 | -15/+6 |
* | Kill remnants of this is variable. | Nathan Sidwell | 2001-02-14 | 1 | -3/+0 |
* | Remove old ABI support. | Mark Mitchell | 2001-02-12 | 1 | -2/+1 |
* | search.c (shared_member_p): New function. | Jason Merrill | 2001-02-08 | 1 | -1/+33 |
* | invoke.texi (-fdump-class-layout): Document. | Nathan Sidwell | 2001-02-05 | 1 | -11/+29 |
* | decl.c (push_class_binding): Use context_for_name_lookup instead of CP_DECL_C... | Jakub Jelinek | 2001-02-03 | 1 | -4/+3 |
* | search.c (get_vbase_1): Count only virtual bases. | Nathan Sidwell | 2001-01-19 | 1 | -4/+4 |
* | search.c (lookup_fnfields_here): Remove. | Nathan Sidwell | 2001-01-03 | 1 | -30/+4 |
* | Implement exceptions specifiers for implicit member functions. | Nathan Sidwell | 2001-01-03 | 1 | -4/+1 |
* | search.c (binfo_for_vtable): Return least derived class, not most. | Hans-Peter Nilsson | 2000-12-29 | 1 | -6/+19 |
* | pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not DECL_TEMPLATE_RESULT. | Jason Merrill | 2000-12-21 | 1 | -2/+4 |
* | cp-tree.h (IDENTIFIER_VIRTUAL_P): Document. | Nathan Sidwell | 2000-12-05 | 1 | -186/+88 |
* | fix typo | Jason Merrill | 2000-12-04 | 1 | -1/+1 |
* | cp-tree.h (binfo_from_vbase): Return the virtual base's binfo. | Nathan Sidwell | 2000-11-27 | 1 | -4/+5 |
* | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 2000-11-07 | 1 | -1/+1 |
* | Remove obstacks. | Mark Mitchell | 2000-10-13 | 1 | -2/+0 |
* | cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code. | Kriang Lerdsuwanakij | 2000-09-04 | 1 | -1/+1 |
* | Allow indirect primary bases. | Mark Mitchell | 2000-07-31 | 1 | -16/+4 |
* | c-common.c: Include c-common.h, not c-lex.h or c-tree.h. | Mark Mitchell | 2000-06-30 | 1 | -5/+5 |
* | search.c (hides): Remove. | Nathan Sidwell | 2000-06-26 | 1 | -38/+13 |
* | gengenrtl.c (special_rtx): Fix typo in comment. | Theodore Papadopoulo | 2000-06-25 | 1 | -2/+2 |
* | cp-tree.h (BV_USE_VCALL_INDEX_P): New macro. | Mark Mitchell | 2000-06-23 | 1 | -3/+3 |
* | search.c (maybe_suppress_debug_info): Don't check CLASSTYPE_INTERFACE_ONLY if... | Jason Merrill | 2000-06-05 | 1 | -4/+6 |
* | Finish implementation of VTTs. | Mark Mitchell | 2000-05-25 | 1 | -20/+4 |
* | cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks. | Mark Mitchell | 2000-05-22 | 1 | -2/+1 |
* | cp-tree.h (struct lang_type): Remove search_slot. | Mark Mitchell | 2000-05-21 | 1 | -129/+45 |
* | Don't create a separate copy of virtual bases for the CLASSTYPE_VBASECLASSES ... | Mark Mitchell | 2000-05-19 | 1 | -34/+34 |
* | cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation. | Mark Mitchell | 2000-05-16 | 1 | -58/+9 |
* | except.c (check_handlers): New fn. | Jason Merrill | 2000-05-14 | 1 | -9/+15 |
* | class.c (update_vtable_entry_for_fn): Prototype. | Kaveh R. Ghazi | 2000-05-04 | 1 | -0/+1 |
* | cp-tree.def (THUNK_DECL): Remove. | Mark Mitchell | 2000-05-03 | 1 | -2/+1 |