aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)Author
1999-12-211999-12-20 Mark Mitchell <mark@codesourcery.com>Mark Mitchell
1999-12-161999-12-16 Mark Mitchell <mark@codesourcery.com>Mark Mitchell
1999-12-16 * class.c (handle_using_decl): Get TYPE_FIELDS and TYPE_METHODSMark Mitchell
1999-12-16 * function.c (retrofit_block): Abort if we don't find a suitable insn.Jason Merrill
1999-12-15 * cp-tree.h (make_aggr_type): Declare.Richard Henderson
1999-12-14 * cp-tree.h (remap_save_expr): Add walk_subtrees parameter.Mark Mitchell
1999-12-09 * decl.c (init_decl_processing): Reenable inlining on trees.Mark Mitchell
1999-12-07 * tree.c (walk_tree): Don't recurse into DECL_INITIAL or DECL_SIZEMark Mitchell
1999-12-05 * cp-tree.def (SCOPE_STMT): Take one operand.Mark Mitchell
1999-12-01 * cp-tree.h (min_tree_cons): Remove.Mark Mitchell
1999-11-251999-11-25 Mark Mitchell <mark@codesourcery.com>Mark Mitchell
1999-11-14 * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell
1999-11-14 * call.c (build_conditional_expr): Use build_target_expr_with_type.Mark Mitchell
1999-11-05 * Makefile.in (typeck2.o): Depend on output.h.Mark Mitchell
1999-10-28 * cp-tree.h (make_temp_vec): Remove.Mark Mitchell
1999-10-13 * cp-tree.h (build_x_va_arg): Prototype new function.Nathan Sidwell
1999-10-08 * cp-tree.h (cp_make_lake_type): Renamed from make_lang_type.Mark Mitchell
1999-10-03 * cp-tree.def (VEC_INIT_EXPR): Remove.Mark Mitchell
1999-10-03 * tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check forMark Mitchell
1999-09-29 * class.c (class_cache_obstack, class_obstack): Remove.Jason Merrill
1999-09-24 * cp-tree.h (CPTI_CLEANUP_TYPE): New macro.Mark Mitchell
1999-09-15 * decl2.c (build_expr_from_tree): Handle VA_ARG_EXPR.Mark Mitchell
1999-09-15 * decl.c (build_target_expr): Set TREE_SIDE_EFFECTS on theMark Mitchell
1999-09-14 * cp-tree.h (build_target_expr): New function.Mark Mitchell
1999-09-12 * decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion.Mark Mitchell
1999-09-10 * cp-tree.h (finish_function): Adjust prototype.Mark Mitchell
1999-09-09 * cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell
1999-09-08 * cp-tree.h (copy_to_permanent): Remove.Mark Mitchell
1999-09-07 * Makefile.in (tree.o): Depend on ggc.h.Mark Mitchell
1999-09-07Merge in gcc2-ss-010999Jeffrey A Law
1999-08-29 * cp-tree.h (fndecl_as_string, type_as_string,Kaveh Ghazi
1999-08-27 * cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.Mark Mitchell
1999-08-271999-08-26 Mark Mitchell <mark@codesourcery.com>Mark Mitchell
1999-08-26For gcc:Gavin Romig-Koch
1999-08-26 * tree.c (cp_build_qualified_type_real): If we're asking for theJason Merrill
1999-08-25 * cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell
1999-08-20 * semantics.c (finish_stmt_expr): Fix typo in comment.Mark Mitchell
1999-08-19 * cp-tree.def (PSEUDO_DTOR_EXPR): New tree code.Mark Mitchell
1999-08-18 * cp-tree.h (build_lang_field_decl): Remove.Mark Mitchell
1999-08-18 * tree.c (search_tree): Handle TRUTH_{AND,OR,XOR}_EXPR too.Richard Henderson
1999-08-17 * cp-tree.h (CALL_DECLARATOR_PARMS): New macro.Mark Mitchell
1999-08-16 * cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell
1999-08-14 Speed up Koenig lookup.Jason Merrill
1999-08-14 * cp-tree.def (DECL_STMT): Make it smaller.Mark Mitchell
1999-08-13For gcc:Gavin Romig-Koch
1999-08-11 * extend.texi (C++ Signatures): Remove node.Mark Mitchell
1999-08-10 * decl.c (build_ptrmemfunc_type): Handle qualifiedMark Mitchell
1999-08-09Include function.h in most files. Remove most of the global variablesBernd Schmidt
1999-08-06 * tree.c (cp_build_qualified_type_real): HandleMark Mitchell
1999-08-06 * error.c (dump_expr): Handle EXACT_DIV_EXPR.Mark Mitchell