OSDN Git Service

Canonicalize whitespace.
[pf3gnuchains/gcc-fork.git] / gcc / cp / tree.c
2005-06-15 mrsCanonicalize whitespace.
2005-06-05 mmitchel PR c++/21619
2005-05-27 sayle * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree...
2005-05-25 dj* common.opt (-Wattributes): New. Default true.
2005-05-17 mrs Yet more Objective-C++...
2005-04-23 dj* diagnostic.c (warning): Accept parameter to classify...
2005-04-08 mmitchel * cp-tree.def (TINST_LEVEL): Document TINST_IN_SYSTEM_...
2005-04-06 jason PR c++/19312
2005-03-24 steven * typeck.c (comptypes): First determine if the types...
2005-03-23 dalej2005-03-18 Dale Johannese <dalej@apple.com>
2005-02-21 paolo2005-02-21 Douglas Gregor <dgregor@cs.indiana.edu>
2005-02-03 austernPR c++/19628
2005-01-18 kazu * tree.c (count_functions, bound_pmf_p, cp_is_overload_p,
2005-01-18 kazu * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
2005-01-17 kazu * tree.c (hash_chainon): Remove.
2005-01-01 rth PR middle-end/17799
2004-12-22 mmitchel PR c++/18378
2004-11-25 mmitchel PR c++/18001
2004-11-12 mmitchel PR c++/18389
2004-10-18 nathancp:
2004-10-14 austernSpeed up walk_tree by introducing a special-purpose...
2004-10-11 nathan * cp-tree.h (SAME_BINFO_TYPE_P): New.
2004-10-10 gdrcp/
2004-10-10 mmitchel PR c++/17867
2004-09-28 kazu * tree.c: Fix a comment typo.
2004-09-28 mmitchel PR c++/17642
2004-09-21 sayle PR c++/7503
2004-09-17 zack2004-09-17 Jeffrey D. Oldham <oldham@codesourcery...
2004-08-30 nathan * name-lookup.c (pop_binding, pushdecl,
2004-08-28 jason PR c++/16851
2004-08-28 jason PR c++/13684
2004-08-27 nathan * call.c (validate_conversion_obstack): Replace
2004-08-23 nathan * tree.h (build_distinct_type_copy): New.
2004-08-19 andreast2004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
2004-08-19 echristo2004-08-19 Eric Christopher <echristo@redhat.com>
2004-08-19 nathan * cp-tree.h (build_shared_int_cst): Remove.
2004-08-16 sayle * call.c (build_vfield_ref, build_call, build_conditio...
2004-08-15 nathan.:
2004-07-29 mmitchel * c-common.h (lang_post_pch_load): New variable.
2004-07-28 echristo2004-07-28 Eric Christopher <echristo@redhat.com>
2004-07-20 steven * cp-tree.def (TINST_LEVEL): Make it an 'x' node.
2004-07-20 nathan.:
2004-07-20 nathan.:
2004-07-19 mmitchel * tree.c (no_linkage_helper): Remove.
2004-07-16 rth * langhooks-def.h (LANG_HOOKS_TREE_INLINING_COP...
2004-07-15 nathan * decl.c (xref_basetypes): Refactor.
2004-07-12 nathan * cp-tree.h (make_binfo): Remove.
2004-07-12 nathan * call.c (build_user_type_conversion_1, build_new_op,
2004-07-07 nathan * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
2004-07-06 nathan * tree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-07-05 nathan * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.
2004-07-03 rth * c-decl.c (grokdeclarator): Don't frob current...
2004-06-30 bothner Conditionally compile support for --enable-mapped_loca...
2004-06-30 bothner * tree.c (build_min_nt, build_min, build_min_non_dep):
2004-06-28 nathan Use vector API for vbase list.
2004-06-26 kenner2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu...
2004-06-22 kenner * alias.c (adjust_offset_for_component_ref): Use
2004-06-19 rth * c-common.c, c-common.h (lang_gimplify_stmt...
2004-06-17 jason PR c++/16015
2004-06-16 rth * c-common.def (CASE_LABEL): Remove.
2004-06-16 rth * c-common.def (GOTO_STMT, LABEL_STMT): Remove.
2004-06-02 austernWhen a class template is explicitly instantiated, its...
2004-05-31 mmitchel PR c++/15742
2004-05-23 gdr * class.c (alter_access): Use %E format specifier...
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-05 kenner * c-decl.c (build_compound_literal): Use TYPE_READONLY.
2004-04-02 nathancp:
2004-04-01 hubicka * cgraph.c: Add overall comment.
2004-03-19 mmitchel * semantics.c (finish_pseudo_destructor_expr): Allow...
2004-03-05 jason * tree.h (TYPE_HASH): Use TYPE_UID.
2004-02-27 zlaski[gcc/cp/ChangeLog]
2004-02-24 jason * tree.c (check_qualified_type): New fn.
2004-02-13 mmitchel * call.c (conversion_kind): New type.
2004-02-09 kazu * call.c, parser.c, tree.c: Fix comment typos.
2004-02-05 hubicka * tree.c (cp_cannot_inline_tree_fn): Allow inlining...
2004-02-02 mmitchel PR c++/13113
2004-01-30 rth PR c++/13693
2003-12-30 nathancp:
2003-12-22 pinskia2003-12-22 Andrew Pinski <pinskia@physics.uc.edu>
2003-12-19 kazu * cvt.c: Remove uses of "register" specifier in
2003-12-13 kazu * ChangeLog: Fix typos.
2003-12-09 jason PR c++/11971
2003-11-12 mmitchel * tree.c (build_target_expr_with_type): Treate VA_ARG_...
2003-10-23 jason PR c++/12726
2003-10-22 kazu * call.c: Fix comment formatting.
2003-10-21 kazu * ChangeLog: Fix typos.
2003-10-14 jason PR c++/11878
2003-10-09 jason PR c++/6392
2003-10-09 jason * stmt.c (resolve_asm_operand_names): Call...
2003-09-22 rthRevert DECL_SOURCE_LOCATION -> TREE_LOCUS change.
2003-09-21 rth * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATIO...
2003-09-08 rthgcc/
2003-09-05 nathancp:
2003-09-04 geoffk PR 12161
2003-09-04 mmitchel Remove cast-as-lvalue extension.
2003-08-25 mmitchel PR c++/8795
2003-08-21 jason * semantics.c (simplify_aggr_init_expr): Split...
2003-08-10 nathancp:
2003-07-22 mmitchel * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-22 nathancp:
next