Age | Commit message (Expand) | Author | Files | Lines |
2001-11-25 | re PR c++/3145 (virtual inheritance still creates wrong code) | Nathan Sidwell | 1 | -169/+101 |
2001-11-09 | * class.c (dump_array): Fix format specifier warning. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-10-28 | ChangeLog.1, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-11 | typeck2.c (store_init_value): Don't re-digest a bracketed initializer. | Jason Merrill | 1 | -2/+4 |
2001-10-11 | rtl.h (REG_VTABLE_REF): New. | Richard Henderson | 1 | -35/+41 |
2001-10-07 | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-09-21 | tree.def (FDESC_EXPR): New. | Richard Henderson | 1 | -5/+43 |
2001-09-21 | Table-driven attributes. | Joseph Myers | 1 | -1/+1 |
2001-09-06 | oops, missed a bit in previous commit | Nathan Sidwell | 1 | -1/+1 |
2001-09-06 | re PR c++/3986 (ICE in build_rtti_vtbl_entries) | Nathan Sidwell | 1 | -11/+25 |
2001-09-06 | Remove TYPE_NONCOPIED_PARTS. | Nathan Sidwell | 1 | -5/+2 |
2001-08-30 | class.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t. | Joern Rennecke | 1 | -2/+5 |
2001-08-14 | class.c, cp-tree.h (build_vfn_ref): Remove. | Richard Henderson | 1 | -13/+0 |
2001-08-07 | re PR c++/3820 (GCC 3.0 crashes with empty base class) | Nathan Sidwell | 1 | -20/+5 |
2001-07-31 | re PR c++/3631 (another linking problem with virtual derivation) | Nathan Sidwell | 1 | -4/+4 |
2001-07-31 | class.c (dfs_ctor_vtable_bases_queue_p): Always walk into the shared virtual ... | Nathan Sidwell | 1 | -11/+6 |
2001-07-27 | class.c (mark_primary_virtual_base): Don't adjust base offsets here. | Nathan Sidwell | 1 | -11/+20 |
2001-07-27 | class.c (finish_struct_1): When copying the primary base's VFIELD, make sure ... | Nathan Sidwell | 1 | -10/+15 |
2001-07-25 | class.c (build_vtbl_or_vbase_field): Remove, move into ... | Nathan Sidwell | 1 | -47/+16 |
2001-07-25 | class.c (build_vbase_offset_vbtl_entries): Look for non-primary base of which... | Nathan Sidwell | 1 | -1/+27 |
2001-07-23 | class.c (type_requires_array_cookie): Fix use of uninitialised variable has_t... | Graham Stott | 1 | -1/+1 |
2001-07-21 | tm.texi: Remove DEFAULT_VTABLE_THUNKS. | Nathan Sidwell | 1 | -81/+20 |
2001-07-21 | Remove old-abi remnants. | Nathan Sidwell | 1 | -383/+108 |
2001-07-19 | * class.c (finish_struct_anon): Forbid nested classes. | Mark Mitchell | 1 | -1/+8 |
2001-07-19 | class.c (type_requires_array_cookie): New function. | Mark Mitchell | 1 | -27/+59 |
2001-07-13 | c-common.c (decl_attributes): Take a pointer to the node to which attributes ... | Joseph Myers | 1 | -1/+1 |
2001-07-10 | regmove.c (replace_in_call_usage): Fix warnings. | Jan van Male | 1 | -1/+2 |
2001-06-18 | tidy | Jason Merrill | 1 | -9/+6 |
2001-06-15 | class.c (dfs_accumulate_vtbl_inits): Just point to the base we're sharing a c... | Jason Merrill | 1 | -135/+72 |
2001-06-14 | class.c (dfs_find_final_overrider): Fix logic. | Jason Merrill | 1 | -20/+25 |
2001-06-14 | class.c (dfs_accumulate_vtbl_inits): For case 2 & 3... | Nathan Sidwell | 1 | -3/+21 |
2001-06-12 | PR c++/3130, c++/3131, c++/3132 | Nathan Sidwell | 1 | -67/+168 |
2001-06-12 | re PR c++/3089 (ICE in dfs_accumulate_vtbl_inits) | Nathan Sidwell | 1 | -82/+106 |
2001-06-08 | re PR c++/3061 (kde2/artsd miscompilation (part 2)) | Nathan Sidwell | 1 | -57/+86 |
2001-06-06 | cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose. | Jason Merrill | 1 | -187/+177 |
2001-06-05 | class.c (layout_vtable_decl): Fix off by one error on build_index_type. | Nathan Sidwell | 1 | -6/+4 |
2001-06-05 | c-common.h (flag_dump_translation_unit): Remove. | Nathan Sidwell | 1 | -41/+185 |
2001-05-22 | class.c, [...]: Remove com_interface attribute support. | Jason Merrill | 1 | -16/+0 |
2001-05-21 | class.c (build_vtable_entry_ref): Lose vtbl parm. | Jason Merrill | 1 | -19/+17 |
2001-05-07 | splay-tree.h (splay_tree_max): New function. | Mark Mitchell | 1 | -7/+36 |
2001-05-02 | call.c: NULL_PTR -> NULL. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-04-27 | cp-tree.h (adjust_clone_args): Prototype new function. | Nathan Sidwell | 1 | -0/+74 |
2001-04-20 | class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED. | Nathan Sidwell | 1 | -21/+44 |
2001-04-12 | class.c (dfs_unshared_virtual_bases): New function. | Nathan Sidwell | 1 | -14/+41 |
2001-04-10 | class.c (find_final_overrider_data): Add `candidates'. | Mark Mitchell | 1 | -50/+110 |
2001-03-26 | class.c (add_method): Use memcpy/memmove, not bcopy. | Kaveh R. Ghazi | 1 | -6/+5 |
2001-03-23 | decl.c (local_names): Define. | Jakub Jelinek | 1 | -0/+3 |
2001-03-21 | pt.c (instantiate_decl): Abort if we see a member constant instantiation that... | Jason Merrill | 1 | -15/+12 |
2001-03-21 | * class.c (build_clone): Clear DECL_ASSEMBLER_NAME. | Mark Mitchell | 1 | -0/+1 |
2001-03-19 | Compute DECL_ASSEMBLER_NAME lazily. | Mark Mitchell | 1 | -16/+7 |