summaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * cp-tree.h (char_type_p): New function.mmitchel2000-07-101-0/+12
* * parse.y (template_arg): Convert TEMPLATE_DECLjason2000-06-231-12/+31
* * cp-tree.h (finish_mem_initializers): Declare.mmitchel2000-06-161-5/+6
* * tree.c (count_trees): New debugging function.jason2000-06-151-0/+24
* * alias.c (get_alias_set): If compnent is addressable, use aliaskenner2000-06-051-4/+1
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-1/+4
* 2000-05-27 Alex Samuel <samuel@codesourcery.com>mmitchel2000-05-281-1/+1
* * tree.h (TREE_CODE_LENGTH): New macro.kenner2000-05-271-5/+5
* Finish implementation of VTTs.mmitchel2000-05-251-1/+1
* top level:zack2000-05-091-2/+2
* * cp-tree.h (special_function_kind): Add various kinds ofmmitchel2000-05-041-0/+31
* * tree.c (walk_tree): Set lineno.jason2000-05-021-0/+5
* * tree.c (build_target_expr_with_type): If we already have ajason2000-05-011-0/+3
* * optimize.c (remap_decl): Avoid sharing structure for arraysmmitchel2000-04-111-1/+0
* * cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attrmmitchel2000-04-111-3/+1
* * cp-tre.h (finish_function): Change prototype.mmitchel2000-04-111-2/+1
* Correct many new ABI issues regarding vbase and vcall offsetmmitchel2000-04-041-1/+1
* Put RTTI entries at negative offsets in new ABI.mmitchel2000-03-281-1/+2
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-5/+5
* * tree.c (mark_local_for_remap_p): Mark variables declared inmmitchel2000-03-211-9/+15