class.c (invalidate_class_lookup_cache): Zero the previous_class_values.
[gcc.git] / gcc / cp / pt.c
2001-01-03 Mark Mitchellclass.c (invalidate_class_lookup_cache): Zero the previ...
2000-12-29 Mark Mitchellclass.c (pushclass): Remove #if 0'd code.
2000-12-29 Mark MitchellAdd comment
2000-12-29 Mark Mitchellpt.c (register_local_specialization): Don't return...
2000-12-23 Jason Merrillpt.c (more_specialized): Don't optimize len==0.
2000-12-22 Jason MerrillIn partial ordering for a call, ignore parms for which...
2000-12-21 Jason Merrillpt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT...
2000-12-16 Kriang Lerdsuwanakijpt.c (unify): Handle when both ARG and PARM are BOUND_T...
2000-12-16 Kriang Lerdsuwanakijpt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL...
2000-12-15 Kriang Lerdsuwanakijpt.c (check_explicit_specialization): Propagate default...
2000-12-14 Jason Merrillcomment
2000-12-09 Jason Merrillerror.c (dump_function_name): Don't let the user see...
2000-12-07 Kriang Lerdsuwanakijpt.c (verify_class_unification): New function.
2000-12-05 Jason Merrillrevert cloning patch
2000-12-04 Jason Merrillmangle.c (write_type): Mangle VECTOR_TYPE with "U8__vec...
2000-12-02 Kriang Lerdsuwanakij* pt.c: Fix typo in comments.
2000-11-27 Nathan Sidwelldecl.c (grokfndecl): Undo COMPONENT_REF damage caused...
2000-11-23 Nathan Sidwellpt.c (lookup_template_class): Simplify loop exit constr...
2000-11-22 Mark Mitchellpt.c (do_decl_instantiate): Explicitly clone constructo...
2000-11-17 Nathan Sidwellfix thinko in last change
2000-11-17 Nathan Sidwellpt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
2000-11-10 Mark MitchellMakefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
2000-11-07 Joseph Myersalias.c [...] (init_alias_analysis, [...]): Use memset...
2000-10-31 Gabriel Dos Reismemtemp77.C (main): Adjust comparison against.
2000-10-31 Mark Mitchellcp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
2000-10-28 Mark Mitchellpt.c (instantiate_decl): Always instantiate static...
2000-10-13 Mark MitchellRemove obstacks.
2000-10-06 Nathan Sidwellpt.c (lookup_template_class): Set current access for...
2000-10-05 Nathan Sidwellpt.c (tsubst_expr, [...]): Don't process if tsubsting...
2000-09-17 Mark Mitchellsplay-tree.c (splay_tree_predecessor): Fix typo in...
2000-09-12 Mark Mitchellc-common.h (genrtl_clear_out_block): Remove.
2000-09-10 Mark Mitchellc-common.h (add_stmt): Change prototype.
2000-09-06 Nathan Sidwellpt.c (type_unification_real): Replace switch with if.
2000-09-05 Mark MitchellMakefile.in (CXX_TREE_H): Add dependency on HTAB_H.
2000-09-05 Kriang Lerdsuwanakijcp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree...
2000-09-04 Nathan Sidwellpt.c (lookup_template_class): Remove abort.
2000-08-29 Zack Weinbergtop level:
2000-08-23 Mark Mitchellcp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPE...
2000-08-22 Gabriel Dos ReisMakefile.in (error.o): Depends on diagnostic.h
2000-08-17 Nathan Sidwellcp-tree.h (instantiate_type_flags): New enumeration.
2000-08-17 Nathan Sidwellcp-tree.h (CPTR_AGGR_TAG): New global tree node.
2000-08-09 Jason Merrillpt.c (tsubst_aggr_type): Bail if creating the argvec...
2000-08-04 Jason Merrillpt.c (do_type_instantiation): Add complain parm; don...
2000-07-28 Jason Merrilldecl.c (duplicate_decls): If common_type produces a...
2000-07-23 Mark Mitchellc-semantics.c (make_rtl_for_local_static): Use TREE_ASM...
2000-07-06 Nathan Sidwell* pt.c (tsubst): Don't layout type, if it's error_mark.
2000-07-06 Nathan Sidwell* pt.c (instantiate_pending_templates): Reset template...
2000-07-03 Nathan Sidwellpt.c (instantiate_class_template): Set CLASSTYPE_VBASEC...
2000-07-02 Ben ChelfMakefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
2000-06-29 Nathan Sidwellcp-tree.h (SET_DECL_ARTIFICIAL): Remove.
2000-06-28 Mark Mitchellcp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
2000-06-23 Kriang Lerdsuwanakijparse.y (template_arg): Convert TEMPLATE_DECL that...
2000-06-22 Jason Merrillpt.c (tsubst_decl, [...]): Clear DECL_SAVED_TREE.
2000-06-22 Nathan Sidwellcall.c (build_x_va_arg): Check if in a template decl.
2000-06-21 Jason Merrillpt.c (tsubst_decl, [...]): Fix test for TYPE_DECLs...
2000-06-19 Ben Chelfc-common.h (IF_COND): Added documentation.
2000-06-16 Mark Mitchellcp-tree.h (struct language_function): Remove x_base_ini...
2000-06-15 Jason Merrilltree.c (count_trees): New debugging function.
2000-06-14 Jakub Jelinektree.h (TYPE_USER_ALIGN, [...]): Define.
2000-06-12 Mark Mitchellmangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
2000-06-09 Jason Merrillrevert mangling patch
2000-06-08 Mark Mitchellinvoke.texi: Remove documentation for -fsquangle and...
2000-06-06 Mark Mitchelldecl.c (redeclaration_error_message): If two TEMPLATE_D...
2000-06-06 Jason Merrillsearch.c (maybe_suppress_debug_info): Don't check CLASS...
2000-06-05 Mark Mitchellir.texi: Correct typo.
2000-06-04 Alex SamuelMake-lang.in (CXX_SRCS): Add mangle.c.
2000-06-03 Mark Mitchellcp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
2000-05-31 Mark Mitchelldecl.c (build_cp_library_fn): Set DECL_CONTEXT.
2000-05-28 Alex Samuelcp-tree.h (ansi_opname): Make it a macro.
2000-05-24 Mark Mitchelldecl2.c (maybe_retrofit_in_chrg): Don't create in-charg...
2000-05-22 Mark Mitchellcp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not...
2000-05-09 Zack Weinbergtop level:
2000-05-04 Kaveh R. Ghaziclass.c (update_vtable_entry_for_fn): Prototype.
2000-05-01 Mark Mitchellcp-tree.h (same_type_ignoring_top_level_qualifiers_p...
2000-04-26 Mark Mitchellcp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-24 Mark Mitchellcp-tree.h (lang_decl): Remove pretty_function_p.
2000-04-20 Jason Merrilltypo
2000-04-11 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 Mark Mitchellcp-tree.h (lang_decl_flags): Rename constructor_for_vba...
2000-04-11 Mark Mitchellcp-tre.h (finish_function): Change prototype.
2000-04-10 Mark Mitchellcp-tree.h (struct lang_decl): Remove main_decl_variant.
2000-04-06 Mark Mitchellcp-tree.h (lang_decl_flags): Rename saved_inline to...
2000-04-06 Mark Mitchellcp-tree.h (instantiate_decl): Change prototype.
2000-03-29 Jason Merrillclass.c (finish_struct): Use bitsize_zero_node.
2000-03-27 Richard Kennerc-convert.c (convert): Return if output or input type...
2000-03-25 Mark MitchellRemove accidental commit
2000-03-25 Mark MitchellFix typo in ChangeLog
2000-03-23 Theodore Papadopoulobuiltin.c (get_pointer_alignment): Use DECL_P and TYPE_...
2000-03-22 Mark Mitchellcp-tree.h (TI_SPEC_INFO): Remove.
2000-03-21 Nathan Sidwelltree.h (COMPLETE_TYPE_P): New macro.
2000-03-13 Mark Mitchellcp-tree.h (revert_static_member_fn): Change prototype.
2000-03-12 Mark Mitchellcp-tree.h (scope_kind): New type.
2000-03-12 Gabriel Dos Reislex.c (whitespace_cr): Compress consecutive calls to...
2000-03-11 Jason Merrilldecl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
2000-03-05 Mark Mitchellexpr.c (cplus_expand_expr, [...]): Use expand_start_stm...
2000-03-03 Mark Mitchell* tree.h (TYPE_ALIGN_UNIT): New macro.
2000-03-03 Jason Merrill* pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG.
2000-02-29 Nathan Sidwellpt.c (fn_type_unification): Unify return type, whenever...
2000-02-22 Martin v. LöwisRefer to the standard as an ISO document, not an ANSI...
2000-02-20 Mark Mitchellclass.c (build_vtable): New function, split out from ...
next