aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-05langhooks.h (struct lang_hooks_for_tree_inlining): Add start_inlining, end_in...Jason Merrill1-0/+24
2001-11-30re PR c++/3048 (Lookup problem (gcc 2.95 regression))Mark Mitchell1-17/+0
2001-11-29cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.Nathan Sidwell1-21/+8
2001-11-22tree-dump.c: Rename from c-dump.c.Bryce McKinlay1-3/+3
2001-11-09Makefile.in: Update.Neil Booth1-1/+1
2001-11-01tree.c (cp_copy_res_decl_for_inlining): Adjust DECL_ABSTRACT_ORIGIN for the r...Jakub Jelinek1-0/+1
2001-10-23cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.Kriang Lerdsuwanakij1-0/+1
2001-10-08Make-lang.in (CXX_OBJS): Added cp-lang.o.Alexandre Oliva1-18/+6
2001-10-05optimize.c (struct inline_data): Moved to ../tree-inline.c.Alexandre Oliva1-322/+0
2001-10-05Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.Alexandre Oliva1-32/+239
2001-09-21Table-driven attributes.Joseph Myers1-89/+130
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-22/+7
2001-08-24c-common.c (c_alignof, [...]): Move here...Jason Merrill1-4/+3
2001-08-22pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.Jason Merrill1-0/+1
2001-08-18except.c (TYPE_HASH): Delete.Kaveh R. Ghazi1-4/+0
2001-08-07* tree.c (walk_tree): Walk siblings even if !walk_subtrees.Jason Merrill1-3/+9
2001-07-31*** empty log message ***Alexandre Petit-Bianco1-1/+1
2001-07-24tweak commentJason Merrill1-0/+3
2001-07-06cp-tree.h (copy_template_template_parm): Rename to ...Kriang Lerdsuwanakij1-31/+13
2001-05-22class.c, [...]: Remove com_interface attribute support.Jason Merrill1-6/+4
2001-05-21cp-tree.def (START_CATCH_STMT): Lose.Jason Merrill1-1/+0
2001-05-03dump.c (cp_dump_tree, [...]): New case.Nathan Sidwell1-10/+13
2001-05-02call.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-1/+1
2001-04-20tree.c (cp_tree_equal): Adjust final switch formatting.Nathan Sidwell1-9/+15
2001-04-12cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.Jason Merrill1-1/+1
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+1
2001-03-23[multiple changes]Bryce McKinlay1-0/+13
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-0/+1
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-2/+2
2001-02-14Kill remnants of this is variable.Nathan Sidwell1-1/+1
2001-02-14tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to check whether we ...Nathan Sidwell1-1/+1
2001-02-12Remove old ABI support.Mark Mitchell1-4/+1
2001-02-02cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.Jakub Jelinek1-32/+0
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-18tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of BASELINK_P.Nathan Sidwell1-1/+3
2001-01-15defaults.h (SUPPORTS_INIT_PRIORITY): New macro to indicate the linker support...Jeffrey Oldham1-3/+12
2001-01-02tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE for v3 ABI.Jason Merrill1-1/+3
2000-12-21pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not DECL_TEMPLATE_RESULT.Jason Merrill1-31/+0
2000-12-16tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of IS_AGGR_TYPE.Kriang Lerdsuwanakij1-1/+1
2000-12-07class.c (check_field_decls): Don't special case anonymous fields in error mes...Nathan Sidwell1-4/+2
2000-12-04mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".Jason Merrill1-1/+1
2000-11-27tree.h (mark_tree_hashtable): New function.Mark Mitchell1-91/+64
2000-11-03Use memset/memcmp instead of bzero/bcmp.Joseph Myers1-1/+1
2000-10-31cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.Mark Mitchell1-0/+43
2000-10-22decl2.c (arg_assoc_type): Handle VECTOR_TYPE.Geoff Keating1-0/+1
2000-10-20tree.c (walk_tree): Don't walk into default args.Jason Merrill1-1/+7
2000-09-20* tree.c (mark_local_for_remap_r): Handle CASE_LABELs.Mark Mitchell1-0/+2
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-1/+0
2000-09-07Move statement-tree facilities from C++ to C front-end.Mark Mitchell1-88/+7
2000-09-06tree.c (walk_tree): Expose tail recursion.Zack Weinberg1-1/+69