| Commit message (Expand) | Author | Age | Files | Lines |
* | * cp-tree.h (dfs_walk, dfs_walk_real, dfs_unmark, markedp, | nathan | 2004-10-08 | 1 | -76/+45 |
* | * cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag. | mmitchel | 2004-10-07 | 1 | -14/+2 |
* | Convert diagnostics to use quoting flag q 2/n | gdr | 2004-10-04 | 1 | -72/+75 |
* | PR middle-end/17525 | jason | 2004-09-29 | 1 | -0/+1 |
* | * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): Remove. | nathan | 2004-09-28 | 1 | -98/+67 |
* | * class.c (struct count_depth_data): Remove. | nathan | 2004-09-27 | 1 | -36/+5 |
* | * cp-tree.h (struct lang_type_header): Remove | nathan | 2004-09-21 | 1 | -23/+8 |
* | * call.c, semantics.c: Follow spelling conventions. | kazu | 2004-09-18 | 1 | -1/+1 |
* | 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com> | zack | 2004-09-17 | 1 | -2/+2 |
* | * class.c (copy_virtuals): Remove. | nathan | 2004-09-16 | 1 | -19/+5 |
* | * cp-tree.h (struct lang_type_class): Make pure_virtuals a | nathan | 2004-09-16 | 1 | -10/+9 |
* | * cp-tree.h (struct lang_decl_flags): Remove | nathan | 2004-09-15 | 1 | -3/+3 |
* | PR c++/17386 | rth | 2004-09-10 | 1 | -24/+33 |
* | * class.c, cp-tree.h, decl.c, decl2.c, mangle.c, | kazu | 2004-09-10 | 1 | -3/+3 |
* | * target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA. | mmitchel | 2004-09-01 | 1 | -0/+1 |
* | * hooks.c (hook_bool_void_true): New function. | mmitchel | 2004-08-31 | 1 | -8/+24 |
* | * cp-tree.h (initialize_artificial_var): Declare. | mmitchel | 2004-08-30 | 1 | -14/+3 |
* | * class.c (build_base_path): Use build_address directly. | rth | 2004-08-30 | 1 | -1/+1 |
* | * fold-const.c (tree_expr_nonzero_p): Use get_base_address before | rth | 2004-08-30 | 1 | -2/+10 |
* | * call.c (check_dtor_name): Replace abort with gcc_assert or | nathan | 2004-08-30 | 1 | -21/+13 |
* | * tree.h (BINFO_PRIMARY_BASE_OF): Remove. | nathan | 2004-08-30 | 1 | -171/+129 |
* | * call.c (validate_conversion_obstack): Replace | nathan | 2004-08-27 | 1 | -58/+43 |
* | * tree.h (size_int_type): Remove. | nathan | 2004-08-27 | 1 | -2/+1 |
* | * cp-tree.h (DECL_FIELD_IS_BASE): New. | rth | 2004-08-26 | 1 | -3/+7 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -3/+3 |
* | * flags.h (enum debug_info_type): Remove DWARF_DEBUG. | zack | 2004-08-25 | 1 | -1/+1 |
* | * stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier, | nathan | 2004-08-20 | 1 | -1/+2 |
* | * cp-tree.h (build_shared_int_cst): Remove. | nathan | 2004-08-19 | 1 | -1/+1 |
* | * call.c (build_vfield_ref, build_call, build_conditional_expr, | sayle | 2004-08-16 | 1 | -20/+20 |
* | .: | nathan | 2004-08-15 | 1 | -1/+1 |
* | Fix typo | mmitchel | 2004-08-12 | 1 | -2/+3 |
* | PR c++/16273 | mmitchel | 2004-08-12 | 1 | -58/+100 |
* | 2004-08-06 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-06 | 1 | -3/+0 |
* | 2004-08-04 Geoffrey Keating <geoffk@apple.com> | geoffk | 2004-08-05 | 1 | -1/+1 |
* | * class.c (build_vtable): Do not set DECL_VISIBILITY here. | mmitchel | 2004-08-04 | 1 | -46/+1 |
* | * c-common.h (lang_post_pch_load): New variable. | mmitchel | 2004-07-29 | 1 | -2/+53 |
* | * cp-tree.h (struct tree_pair_s): New. | nathan | 2004-07-28 | 1 | -11/+17 |
* | PR c++/9283 | giovannibajo | 2004-07-25 | 1 | -1/+40 |
* | * cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW. | gdr | 2004-07-25 | 1 | -2/+3 |
* | PR c++/16623 | mmitchel | 2004-07-20 | 1 | -1/+5 |
* | * cp-tree.h (struct lang_type_class): Remove vfields field. | nathan | 2004-07-20 | 1 | -45/+7 |
* | .: | nathan | 2004-07-20 | 1 | -75/+48 |
* | Revert patch for PR c++/16623. | mmitchel | 2004-07-20 | 1 | -5/+1 |
* | PR c++/16623 | mmitchel | 2004-07-19 | 1 | -1/+5 |
* | .: | nathan | 2004-07-19 | 1 | -53/+53 |
* | * class.c (finish_struct_methods): Remove unncessary code. | mmitchel | 2004-07-17 | 1 | -21/+9 |
* | * class.c (finish_struct_bits): Use for loop. | nathan | 2004-07-16 | 1 | -29/+17 |
* | * vec.h (VEC_address): New function. | mmitchel | 2004-07-16 | 1 | -176/+113 |
* | * class.c(finish_struct_bits): Don't set TYPE_HAS_CONVERSION here. | nathan | 2004-07-15 | 1 | -29/+14 |
* | * class.c (check_bases): Don't set CLASSTYPE_NON_AGGREGATE here. | nathan | 2004-07-15 | 1 | -26/+13 |