aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)Author
2005-04-01Merge mainline->tcb as of 2005-03-29.tree-cleanup-branchDiego Novillo
2005-03-23mainline->tcb merge as of 2005-03-22.Diego Novillo
2005-02-17mainline->tcb merge as of 2005-02-16.Diego Novillo
2005-01-10mainline -> tcb merge as of 2005-01-08.Diego Novillo
2004-12-29mainline -> tcb merge as of 2004-12-29.Diego Novillo
2004-11-18Mainline merge as of 2004-11-17.Diego Novillo
2004-10-13Mainline merge as of 2004-10-13.Diego Novillo
2004-09-10 * c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg
2004-08-30 * call.c (check_dtor_name): Replace abort with gcc_assert orNathan Sidwell
2004-08-27 * call.c (validate_conversion_obstack): ReplaceNathan Sidwell
2004-08-27 * tree.h (size_int_type): Remove.Nathan Sidwell
2004-08-25 * tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell
2004-08-20 * stor-layout.c (initialize_sizetypes): Set SIZETYPE earlier,Nathan Sidwell
2004-08-16 * call.c (build_vfield_ref, build_call, build_conditional_expr,Roger Sayle
2004-08-052004-08-04 Geoffrey Keating <geoffk@apple.com>Geoffrey Keating
2004-08-04gcc/Paul Brook
2004-08-04 * class.c (build_vtable): Do not set DECL_VISIBILITY here.Mark Mitchell
2004-07-29 * c-common.h (lang_post_pch_load): New variable.Mark Mitchell
2004-07-25 PR c++/9283Niall Douglas
2004-07-20 PR c++/16623Mark Mitchell
2004-07-20.:Nathan Sidwell
2004-07-20 Revert patch for PR c++/16623.Mark Mitchell
2004-07-19 PR c++/16623Mark Mitchell
2004-07-19.:Nathan Sidwell
2004-07-17 * class.c (finish_struct_methods): Remove unncessary code.Mark Mitchell
2004-07-16 * vec.h (VEC_address): New function.Mark Mitchell
2004-07-13 * cp-tree.h (lang_identifier): Remove class_value.Mark Mitchell
2004-07-07 * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,Nathan Sidwell
2004-07-06 * tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell
2004-07-04 * method.c (implicitly_declare_fn): Set linkage of generatedMark Mitchell
2004-07-02 * tree.def (RTL_EXPR): Remove.Richard Henderson
2004-07-01 * tree.h (immediate_size_expand): Delete.Richard Henderson
2004-06-28 Use vector API for vbase list.Nathan Sidwell
2004-06-27 * cp-tree.h (cp_cv_quals): New type.Mark Mitchell
2004-06-22 * cp-tree.def (NEW_EXPR): Add a fourth slot.Mark Mitchell
2004-06-22 * alias.c (adjust_offset_for_component_ref): UseRichard Kenner
2004-06-20 * c-common.h (has_c_linkage): New interface.Zack Weinberg
2004-06-16 * c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson
2004-06-032004-06-03 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-05-24 * method.c (implicitly_declare_fn): Don't call defer_fn; abortGeoffrey Keating
2004-05-19 * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg
2004-04-102004-04-09 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2004-04-08 PR c++/14808Danny Smith
2004-03-12Enabled linkonce support for Darwin.Matt Austern
2004-02-20 PR c++/12007John David Anglin
2004-02-04 * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_PMark Mitchell
2004-01-30 PR c++/13693Richard Henderson
2004-01-02Add 2004 to copyright after last commit.Richard Sandiford
2004-01-02 PR target/12729Richard Sandiford
2003-12-12cp:Nathan Sidwell