summaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
Commit message (Expand)AuthorAgeFilesLines
* * Make-lang.in (CXX_OBJS): Added cp-lang.o.aoliva2001-10-081-18/+6
* * optimize.c (struct inline_data): Moved to ../tree-inline.c.aoliva2001-10-051-322/+0
* * Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.aoliva2001-10-051-32/+239
* Table-driven attributes.jsm282001-09-211-89/+130
* * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.aj2001-08-271-22/+7
* * c-common.c (c_alignof, c_alignof_expr): Move here...jason2001-08-241-4/+3
* * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.jason2001-08-221-0/+1
* * except.c (TYPE_HASH): Delete.ghazi2001-08-181-4/+0
* * tree.c (walk_tree): Walk siblings even if !walk_subtrees.jason2001-08-071-3/+9
* *** empty log message ***apbianco2001-08-011-1/+1
* tweak commentjason2001-07-241-0/+3
* * cp-tree.h (copy_template_template_parm): Rename to ...lerdsuwa2001-07-061-31/+13
* * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.jason2001-05-221-6/+4
* * cp-tree.def (START_CATCH_STMT): Lose.jason2001-05-211-1/+0
* * dump.c (cp_dump_tree, USING_STMT case): New case.nathan2001-05-031-10/+13
* cp:ghazi2001-05-021-1/+1
* cp:nathan2001-04-201-9/+15
* * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.jason2001-04-121-1/+1
* IA-64 ABI Exception Handling.rth2001-03-281-0/+1
* 2001-03-23 Bryce McKinlay <bryce@albatross.co.nz>bryce2001-03-231-0/+13
* Compute DECL_ASSEMBLER_NAME lazily.mmitchel2001-03-191-0/+1
* * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not themmitchel2001-03-151-2/+2
* cp:nathan2001-02-141-1/+1
* cp:nathan2001-02-141-1/+1
* Remove old ABI support.mmitchel2001-02-121-4/+1
* * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.jakub2001-02-021-32/+0
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* cp:nathan2001-01-181-1/+3
* gcc/ChangeLog:oldham2001-01-151-3/+12
* * tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACEjason2001-01-021-1/+3
* * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, notjason2000-12-211-31/+0
* * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead oflerdsuwa2000-12-161-1/+1
* * class.c (check_field_decls): Don't special case anonymousnathan2000-12-071-4/+2
* * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".jason2000-12-041-1/+1
* * tree.h (mark_tree_hashtable): New function.mmitchel2000-11-271-91/+64
* * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.cjsm282000-11-031-1/+1
* * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.mmitchel2000-10-311-0/+43
* * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.geoffk2000-10-221-0/+1
* * tree.c (walk_tree): Don't walk into default args.jason2000-10-201-1/+7
* * tree.c (mark_local_for_remap_r): Handle CASE_LABELs.mmitchel2000-09-201-0/+2
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-1/+0
* Move statement-tree facilities from C++ to C front-end.mmitchel2000-09-071-88/+7
* * tree.c (walk_tree): Expose tail recursion.zack2000-09-061-1/+69
* * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.mmitchel2000-09-051-18/+49
* * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.jason2000-09-051-3/+7
* * pt.c (lookup_template_class): Remove abort.nathan2000-09-041-0/+2
* * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.jason2000-08-301-10/+7
* * tree.c (init_tree): Use ARRAY_SIZE.gkm2000-08-251-1/+1
* Allow indirect primary bases.mmitchel2000-07-311-1/+2
* * cp-tree.h (function_depth): Declare.mmitchel2000-07-271-0/+67