OSDN Git Service

* cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
[pf3gnuchains/gcc-fork.git] / gcc / cp / pt.c
2000-05-01 mmitchel * cp-tree.h (same_type_ignoring_top_level_qualifiers_p...
2000-04-26 mmitchel * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-24 mmitchel * cp-tree.h (lang_decl): Remove pretty_function_p.
2000-04-20 jasontypo
2000-04-11 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 mmitchel * cp-tree.h (lang_decl_flags): Rename constructor_for_...
2000-04-11 mmitchel * cp-tre.h (finish_function): Change prototype.
2000-04-10 mmitchel * cp-tree.h (struct lang_decl): Remove main_decl_variant.
2000-04-06 mmitchel * cp-tree.h (lang_decl_flags): Rename saved_inline...
2000-04-06 mmitchel * cp-tree.h (instantiate_decl): Change prototype.
2000-03-29 jason * class.c (finish_struct): Use bitsize_zero_node.
2000-03-27 kenner * c-convert.c (convert): Return if output or input...
2000-03-25 mmitchelRemove accidental commit
2000-03-25 mmitchelFix typo in ChangeLog
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-22 mmitchel * cp-tree.h (TI_SPEC_INFO): Remove.
2000-03-21 nathangcc
2000-03-13 mmitchel * cp-tree.h (revert_static_member_fn): Change prototype.
2000-03-12 mmitchel * cp-tree.h (scope_kind): New type.
2000-03-12 gdr2000-03-11 Gabriel Dos Reis <gdr@codesourcery.com>
2000-03-11 jason * decl.c (push_throw_library_fn): Take the...
2000-03-05 mmitchel * expr.c (cplus_expand_expr, case STMT_EXPR): Use
2000-03-03 mmitchel * tree.h (TYPE_ALIGN_UNIT): New macro.
2000-03-03 jason * pt.c (instantiate_decl): Clear TI_PENDING_TEM...
2000-02-29 nathan * pt.c (fn_type_unification): Unify return type, whenever
2000-02-22 loewis Refer to the standard as an ISO document, not an ANSI...
2000-02-20 mmitchel * class.c (build_vtable): New function, split out...
2000-02-20 kenner * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-02-16 mmitchel Make DECL_CONTEXT mean the class in which a member...
2000-01-27 jason * pt.c (unify): Use fold, not maybe_fold_nontyp...
2000-01-26 ghazi * call.c: PROTO -> PARAMS.
2000-01-25 jason * pt.c (maybe_fold_nontype_arg): Do nothing...
2000-01-14 mmitchel * pt.c (tsubst_friend_function): Improve comment.
2000-01-12 mmitchel * call.c (convert_class_to_reference): Fix typos.
2000-01-07 jason * decl2.c (comdat_linkage): Don't set DECL_DEFE...
1999-12-21 mmitchel * cp-tree.h (TYPE_VIRTUAL_P): Rename to ...
1999-12-15 rth * cp-tree.h (make_aggr_type): Declare.
1999-12-11 ghazi * class.c (get_vtable_name): Use a literal format...
1999-11-29 mmitchel * pt.c (tsubst_decl): Robustify.
1999-11-25 mmitchel * pt.c (tsubst_decl): Copy TREE_ASM_WRITTEN for VAR_DECLs.
1999-11-23 mmitchel * cp-tree.def (FUNCTION_NAME): New tree node.
1999-11-16 jason * cp-tree.h, decl.c (compute_array_index_type...
1999-11-16 mmitchel * cp-tree.h (build_enumerator): Change prototype.
1999-11-16 jason * class.c (finish_struct): If we're a local...
1999-11-14 mmitchel * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-11-07 mmitchel * cp-tree.h (begin_new_placement): Remove.
1999-11-05 mmitchel * Makefile.in (typeck2.o): Depend on output.h.
1999-11-03 mmitchel1999-11-02 Scott Snyder <snyder@fnal.gov>
1999-10-29 mmitchel * cp-tree.h (make_typename_type): Change prototype.
1999-10-28 mmitchel * cp-tree.h (make_temp_vec): Remove.
1999-10-13 jason * decl.c (lang_mark_tree): Mark NAMESPACE_LEVEL.
1999-10-08 mmitchel * pt.c (tsubst_expr): Set DECL_TEMPLATE_INSTANTIATED...
1999-10-04 mmitchel * cp-tree.h (struct language_function): Remove static_...
1999-10-03 mmitchel * cp-tree.def (VEC_INIT_EXPR): Remove.
1999-10-01 mmitchel * pt.c (tsubst_decl): If the type of a template instan...
1999-09-29 jason * class.c (class_cache_obstack, class_obstack): Remove.
1999-09-29 mmitchel * cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Move...
1999-09-29 mmitchel * cp-tree.h (UPT_TEMPLATE): Remove.
1999-09-29 gdr1999-09-28 Gabriel Dos Reis <gdr@codesourcery.com>
1999-09-27 nathan Augment stringification of trees.
1999-09-20 mmitchel * cp-tree.h (finish_stmt_expr): Change prototype.
1999-09-20 mmitchel Remove support for assigning to `this'.
1999-09-18 mmitchel * decl.c (layout_var_decl): Change prototype. Call...
1999-09-18 mmitchel Turn on function-at-a-time processing.
1999-09-17 mmitchel * cp-tree.def (CLEANUP_STMT): Fix spelling in dumps.
1999-09-15 mmitchel * decl2.c (build_expr_from_tree): Handle VA_ARG_EXPR.
1999-09-12 mmitchel * decl.c (add_decl_to_level): Remove TREE_PERMANENT...
1999-09-12 mmitchel * cp-tree.def (CLEANUP_STMT): New node.
1999-09-10 mmitchel * cp-tree.h (FN_TRY_BLOCK_P): New macro.
1999-09-10 mmitchel * cp-tree.h (finish_function): Adjust prototype.
1999-09-09 mmitchel * cp-tree.h (EXPR_STMT_ASSIGNS_THIS): New macro.
1999-09-09 mmitchel * cp-tree.h (begin_switch_stmt): Adjust prototype.
1999-09-09 mmitchel Reorganize per-function data.
1999-09-09 mmitchel * cp-tree.h (scratch_tree_cons): Remove.
1999-09-08 mmitchel * cp-tree.h (copy_to_permanent): Remove.
1999-09-07 mmitchel * Makefile.in (tree.o): Depend on ggc.h.
1999-09-06 mmitchel Get ready for garbage collection.
1999-09-02 mmitchel * cp-tree.h (cp_function): Move here, from decl.c.
1999-09-02 mmitchel * decl2.c (arg_assoc_template_arg): New prototype...
1999-08-30 mmitchel * cp-tree.h (start_handler_parms): New function.
1999-08-30 mmitchel * pt.c (push_template_decl_real): Use template declara...
1999-08-29 mmitchel * cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if...
1999-08-28 mmitchel * cp-tree.def (LABEL_STMT): New tree node.
1999-08-27 mmitchel * decl.c (lookup_label): Build labels on the permanent...
1999-08-25 mmitchel * cp-tree.def (SUBOBJECT): New tree node.
1999-08-22 mmitchel * cp-tree.def (STMT_EXPR): Fix typo in node name.
1999-08-20 mmitchel * semantics.c (finish_stmt_expr): Fix typo in comment.
1999-08-20 mmitchel * pt.c (redeclare_class_template): Merge default template
1999-08-19 jason * cp-tree.h: Declare flag_use_repository.
1999-08-19 mmitchel * cp-tree.def (PSEUDO_DTOR_EXPR): New tree code.
1999-08-18 mmitchel * cp-tree.h (build_lang_field_decl): Remove.
1999-08-17 mmitchel * decl.c (add_decl_to_level): New function.
1999-08-17 mmitchel * cp-tree.h (CALL_DECLARATOR_PARMS): New macro.
1999-08-16 mmitchel * cp-tree.def (STMT_EXPR): New tree node.
1999-08-16 mmitchelFix typo in last change
1999-08-15 mmitchel * pt.c (check_default_tmpl_args): Don't check in local...
1999-08-14 mmitchel * cp-tree.def (DECL_STMT): Make it smaller.
1999-08-13 mmitchelFix incorrect commit on previous change.
1999-08-13 mmitchel * pt.c (tsubst): Back out 1999-08-06 patch. Use fold and
1999-08-12 mmitchel * cp-tree.h (minimal_parse_mode): Remove.
next