Age | Commit message (Expand) | Author | Files | Lines |
1998-04-03 | Implement empty base optimization. | Jason Merrill | 7 | -19/+152 |
1998-04-03 | * decl.c (cplus_expand_expr_stmt): Strip unused INDIRECT_REFs. | Jason Merrill | 2 | -0/+8 |
1998-04-02 | Re-implement allocation of base class subobjects. | Jason Merrill | 4 | -227/+187 |
1998-04-02 | cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff. | Jason Merrill | 9 | -195/+90 |
1998-04-01 | * class.c, Make sure system.h is included just after config.h. | Jeffrey A Law | 9 | -14/+11 |
1998-04-01 | tweak | Jason Merrill | 1 | -13/+19 |
1998-04-01 | friend.c (is_friend): Fix access control for local classes. | Jason Merrill | 5 | -12/+60 |
1998-04-01 | call.c (build_over_call): Do name resolution for default arguments of functio... | Mark Mitchell | 2 | -3/+25 |
1998-03-31 | call.c: Include system.h. | Jeffrey A Law | 31 | -956/+861 |
1998-03-30 | pt.c (fn_type_unification): Allow incomplete unification without an immediate... | Mark Mitchell | 2 | -1/+10 |
1998-03-30 | tree.c (member_p): New fn. | Jason Merrill | 5 | -3/+30 |
1998-03-30 | call.c (build_method_call): Handle non-scoped destructors, too. | Jason Merrill | 5 | -20/+45 |
1998-03-29 | friend.c (is_friend): Local classes have the same access as the enclosing fun... | Jason Merrill | 2 | -20/+22 |
1998-03-29 | * typeck.c (expand_target_expr): Delete dead function. | Jeffrey A Law | 2 | -35/+2 |
1998-03-29 | * search.c: Put various prototypes inside #ifdef MI_MATRIX. | Jeffrey A Law | 2 | -1/+9 |
1998-03-29 | * method.c (thunk_printable_name): Delete dead function. | Jeffrey A Law | 2 | -8/+2 |
1998-03-29 | * lex.c (yynextch): Delete dead function. | Jeffrey A Law | 2 | -18/+2 |
1998-03-29 | * expr.c (tree_extract_aggr_init): #if 0 out. | Jeffrey A Law | 2 | -2/+4 |
1998-03-29 | except.c (do_unwind): Delete dead function. | Jeffrey A Law | 2 | -96/+3 |
1998-03-29 | * cvt.c (build_conversion_type_1): Delete dead function. | Jeffrey A Law | 2 | -38/+2 |
1998-03-29 | * cp-tree.h (push_expression_obstack): Declare. | Jeffrey A Law | 2 | -0/+3 |
1998-03-29 | i * call.c (source_type): #if 0 out. | Jeffrey A Law | 2 | -0/+4 |
1998-03-28 | class.c (alter_access): Remove unused label. | Jeffrey A Law | 3 | -5/+13 |
1998-03-28 | pt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs. | Mark Mitchell | 7 | -1382/+1221 |
1998-03-27 | error.c (dump_decl): Be a bit more explicit with template type arguments, whe... | Mark Mitchell | 2 | -0/+9 |
1998-03-27 | * inc/exception: Reorder closing braces. | Jason Merrill | 2 | -1/+6 |
1998-03-27 | pt.c (redeclare_class_template): New function. | Mark Mitchell | 4 | -0/+70 |
1998-03-26 | call.c (build_over_call): Check IS_AGGR_TYPE, not TYPE_LANG_SPECIFIC. | Jason Merrill | 3 | -2/+6 |
1998-03-26 | decl.c (grokdeclarator): Remove const and volatile from type after setting co... | Jason Merrill | 3 | -1/+11 |
1998-03-26 | pt.c (convert_nontype_argument): STRIP_NOPS where appropriate. | Mark Mitchell | 2 | -2/+8 |
1998-03-26 | call.c (build_object_call): Complain about ambiguous operator(), rather that ... | Mark Mitchell | 2 | -3/+27 |
1998-03-26 | cvt.c (perform_qualification_conversions): Use comp_target_types instead of c... | Mark Mitchell | 2 | -1/+6 |
1998-03-25 | cp-tree.h (enforce_access): Declare. | Mark Mitchell | 4 | -32/+30 |
1998-03-25 | * cp-tree.h: Fix typo. | Kriang Lerdsuwanakij | 2 | -1/+5 |
1998-03-25 | expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing if (aggreg... | Jason Merrill | 2 | -4/+9 |
1998-03-24 | * decl2.c (constructor_name_full): Handle TYPENAME_TYPE. | Jason Merrill | 2 | -1/+6 |
1998-03-24 | tree.c (mapcar): When dealing with a DECL, use it's constant value, if any. | Mark Mitchell | 1 | -3/+8 |
1998-03-24 | tree.c (mapcar): When dealing with a DECL, use it's constant value, if any. | Mark Mitchell | 1 | -2/+12 |
1998-03-24 | tree.c (mapcar): When dealing with a DECL, use it's constant value, if any. | Mark Mitchell | 1 | -0/+9 |
1998-03-24 | decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1. | Benjamin Kosnik | 1 | -0/+9 |
1998-03-24 | decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1. | Benjamin Kosnik | 1 | -0/+3 |
1998-03-24 | Commit files missed with last commit. | Mark Mitchell | 2 | -0/+14 |
1998-03-24 | cplus-dem.c (optable): Add sizeof. | Mark Mitchell | 7 | -153/+439 |
1998-03-24 | s/mrs/bkoz/ | Brendan Kehoe | 1 | -1/+1 |
1998-03-23 | fix memoize | Jason Merrill | 1 | -0/+3 |
1998-03-23 | * pt.c (complete_template_args): Initialize skip properly. | Jason Merrill | 2 | -4/+5 |
1998-03-23 | decl.c (make_typename_type): Revert. | Jason Merrill | 3 | -90/+35 |
1998-03-21 | Makefile.in: Various fixes for building cygwin32 native toolchains. | Nick Clifton | 3 | -20/+26 |
1998-03-20 | * pt.c (tsubst, TEMPLATE_TEMPLATE_PARM): Simplify. | Kriang Lerdsuwanakij | 2 | -14/+13 |
1998-03-20 | decl.c (make_implicit_typename): Rewrite removed code. | Jason Merrill | 2 | -2/+42 |