OSDN Git Service

2004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
[pf3gnuchains/gcc-fork.git] / gcc / cp / tree.c
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:
2003-07-16 mmitchel * cp-tree.def (LOOKUP_EXPR): Remove.
2003-07-10 mmitchel PR c++/10032
2003-07-09 mmitchel * fold-const.c (make_range): Do not access operand...
2003-07-05 kazu * call.c: Fix comment typos.
2003-07-04 mmitchel * call.c (build_addr_func): Handle bound pointers...
2003-07-02 nathancp:
2003-06-18 nathan * cp-tree.h (COMPARE_RELAXED): Rename to ...
2003-06-16 ghazicp:
2003-06-16 neroden * tree.c: Convert to ISO C.
2003-06-11 mmitchel PR c++/11131
2003-06-10 mmitchel PR c++/11131
2003-05-17 ghazigcc:
2003-05-17 ghazigcc:
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-04-15 zlaski2003-04-14 Ziemowit Laski <zlaski@apple.com>
2003-04-10 steven2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
2003-04-07 zack * tree.c (tree_size): For all 'c' and 'x' nodes...
2003-03-15 sayle * c-cppbuiltin.c (builtin_define_with_value_n): Fix...
2003-03-07 mmitchel * call.c (reference_binding): Remove REF_IS_VAR parameter.
2003-02-20 nathan Change base class access representation.
2003-01-31 nathan * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT):...
2003-01-17 mmitchel PR c++/9294
2003-01-10 geoffkMerge from pch-branch.
2003-01-07 neroden * tree.c: Delete bogus #if 0 code.
2003-01-03 jason * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EX...
2003-01-03 nathancp:
2003-01-01 neil * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump...
2002-12-31 mmitchel * cp-tree.def (RETURN_INIT): Remove.
2002-12-28 mmitchel * Make-lang.in (po-generated): Remove parse.c.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-26 mmitchel * tree.c (cp_build_qualified_type_real): Correct handl...
2002-11-26 mmitchel * testsuite/g++.dg/abi/empty11.C: New test.
2002-10-23 zack * langhooks.h (struct lang_hooks_for_tree_inlining...
next