OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / cp / pt.c
2002-01-02 nathancp:
2002-01-02 nathancp:
2002-01-02 nathancp:
2001-12-29 nathancp:
2001-12-29 nathancp:
2001-12-18 nathan * pt.c (instantiate_clone): Remove, fold into ...
2001-12-18 zack * cp-tree.h: Delete #defines for cp_error, cp_warning,
2001-12-16 jsm28 * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call...
2001-12-14 jason * c-common.h (COMPOUND_STMT_BODY_BLOCK): New...
2001-12-09 nathancp:
2001-12-05 jason * langhooks.h (struct lang_hooks_for_tree_inlin...
2001-12-04 nathancp:
2001-11-22 bryce * tree-dump.c: Rename from c-dump.c. Include c-tree...
2001-11-22 mmitchel PR c++/3637
2001-11-04 lerdsuwa * pt.c (tsubst_copy): Call tsubst for TYPEOF_EXPR.
2001-11-02 lerdsuwa * pt.c (unify): Handle SCOPE_REF.
2001-10-23 lerdsuwa * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
2001-10-16 rsandifo * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
2001-10-13 lerdsuwa * pt.c (lookup_template_class): Build complete templat...
2001-10-13 lerdsuwa * cp-tree.h (TYPE_BINFO): Update comment.
2001-10-13 lerdsuwa * pt.c (determine_specialization): Ignore functions...
2001-10-05 aoliva* Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree...
2001-09-21 jsm28 Table-driven attributes.
2001-09-13 ghazi * c-parse.in (yyerror): Const-ification and/or static...
2001-09-06 shebs2001-09-06 Ira Ruben <ira@apple.com>
2001-09-04 mmitchel * decl.c (duplicate_decls): Remove code deadling with
2001-08-22 jason * pt.c (tsubst_expr): Hand off to the TREE_CHAI...
2001-08-11 lerdsuwa * pt.c (maybe_fold_nontype_arg): Use TREE_TYPE of...
2001-07-26 lerdsuwa2001-07-22 Kriang Lerdsuwanakij <lerdsuwa@users.sourc...
2001-07-19 mmitchel * class.c (type_requires_array_cookie): New function.
2001-07-11 bje * Revert today's change -- there is a subtle bug.
2001-07-11 bje2001-07-11 Ben Elliston <bje@redhat.com>
2001-07-11 mmitchel * pt.c (tsubst_decl): Set DECL_CONTEXT for namespace...
2001-07-06 lerdsuwa * cp-tree.h (copy_template_template_parm): Rename...
2001-06-14 jason * class.c (dfs_find_final_overrider): Fix logic.
2001-06-06 danglin * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
2001-06-06 mmitchel * pt.c (instantiate_decl): Tell the repository code...
2001-05-21 jason * cp-tree.def (START_CATCH_STMT): Lose.
2001-05-20 lerdsuwa2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourc...
2001-05-01 nathancp:
2001-04-24 nathangcc:
2001-04-24 nathancp:
2001-04-12 jason * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New...
2001-03-28 pme2001-03-27 Phil Edwards <pme@sources.redhat.com>
2001-03-22 jason * pt.c (instantiate_decl): Abort if we see...
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-03-15 mmitchel * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-03-01 nathancp:
2001-02-28 nathancp:
2001-02-18 mmitchel * invoke.texi (-fsquangle): Remove documentation.
2001-02-18 jason Do put the VTT parameter in DECL_ARGUMENTS.
2001-02-18 mmitchel * pt.c (check_explicit_specialization): Copy TREE_PRIV...
2001-02-16 mmitchel * pt.c (push_template_decl_real): Don't remangle the...
2001-02-14 nathancp:
2001-02-12 nathancp:
2001-02-12 mmitchel Remove old ABI support.
2001-02-08 jason * search.c (shared_member_p): New function.
2001-02-06 nathancp:
2001-01-29 jsm28 * tree.c, tree.h (build_parse_node): Remove; was ident...
2001-01-28 ghazi * configure.in: Arrange to include defaults.h in ...
2001-01-24 nathancp:
2001-01-24 lerdsuwa * pt.c (check_explicit_specialization): Clone construc...
2001-01-22 nathancp:
2001-01-19 nathancp:
2001-01-19 nathancp:
2001-01-18 nathancp:
2001-01-15 nathan * pt.c (check_nontype_parm): Rename to ...
2001-01-15 nathancp:
2001-01-11 nathancp:
2001-01-11 mmitchel * pt.c (copy_default_args_to_explicit_spec_1): New...
2001-01-11 mmitchel * c-common.h (CTI_VOID_LIST): Remove.
2001-01-10 mmitchel * output.h (make_function_rtl): Remove prototype.
2001-01-08 nathancp:
2001-01-04 mmitchel * call.c (build_conv): Don't use build1 for USER_CONV.
2001-01-03 mmitchel * class.c (invalidate_class_lookup_cache): Zero the
2000-12-29 mmitchel * class.c (pushclass): Remove #if 0'd code.
2000-12-29 mmitchelAdd comment
2000-12-29 mmitchel * pt.c (register_local_specialization): Don't return...
2000-12-23 jason * pt.c (more_specialized): Don't optimize len==0.
2000-12-22 jason In partial ordering for a call, ignore parms...
2000-12-21 jason * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_...
2000-12-16 lerdsuwa * pt.c (unify): Handle when both ARG and PARM are
2000-12-16 lerdsuwa * pt.c (reduce_template_parm_level): Set DECL_ARTIFICI...
2000-12-15 lerdsuwa * pt.c (check_explicit_specialization): Propagate...
2000-12-14 jasoncomment
2000-12-09 jason * error.c (dump_function_name): Don't let the...
2000-12-07 lerdsuwa * pt.c (verify_class_unification): New function.
2000-12-05 jasonrevert cloning patch
2000-12-04 jason * mangle.c (write_type): Mangle VECTOR_TYPE...
2000-12-02 lerdsuwa * pt.c: Fix typo in comments.
2000-11-27 nathancp:
2000-11-23 nathancp:
2000-11-22 mmitchel * pt.c (do_decl_instantiate): Explicitly clone constru...
2000-11-17 nathanfix thinko in last change
2000-11-17 nathancp:
2000-11-10 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
2000-11-07 jsm28 * alias.c (init_alias_analysis), calls.c (expand_call,
2000-10-31 gdrtestsuite/
2000-10-31 mmitchel * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
2000-10-28 mmitchel * pt.c (instantiate_decl): Always instantiate static...
next