| Commit message (Expand) | Author | Age | Files | Lines |
* | * cp-tree.h (dfs_walk, dfs_walk_real, dfs_unmark, markedp, | nathan | 2004-10-08 | 1 | -7/+5 |
* | Convert diagnostics to use quoting flag q 4/n | gdr | 2004-10-04 | 1 | -28/+27 |
* | gcc/cp: | zack | 2004-09-23 | 1 | -18/+20 |
* | * cp-tree.h (struct lang_type_header): Remove | nathan | 2004-09-21 | 1 | -2/+2 |
* | * call.c (check_dtor_name): Replace abort with gcc_assert or | nathan | 2004-08-30 | 1 | -12/+8 |
* | * tree.h (BINFO_PRIMARY_BASE_OF): Remove. | nathan | 2004-08-30 | 1 | -4/+3 |
* | * call.c (validate_conversion_obstack): Replace | nathan | 2004-08-27 | 1 | -13/+12 |
* | * call.c (build_vfield_ref, build_call, build_conditional_expr, | sayle | 2004-08-16 | 1 | -86/+87 |
* | 2004-08-04 Geoffrey Keating <geoffk@apple.com> | geoffk | 2004-08-05 | 1 | -1/+1 |
* | * cp-tree.h (struct lang_type_class): Remove vfields field. | nathan | 2004-07-20 | 1 | -1/+1 |
* | .: | nathan | 2004-07-20 | 1 | -22/+14 |
* | .: | nathan | 2004-07-19 | 1 | -10/+12 |
* | PR c++/13092 | lerdsuwa | 2004-07-18 | 1 | -1/+10 |
* | * cp-tree.h (get_aggr_typedef): Remove. | mmitchel | 2004-07-12 | 1 | -30/+0 |
* | * call.c (build_user_type_conversion_1, build_new_op, | nathan | 2004-07-12 | 1 | -2/+2 |
* | * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE, | nathan | 2004-07-07 | 1 | -10/+12 |
* | * tree.h (TREE_VIA_VIRTUAL): Rename to ... | nathan | 2004-07-06 | 1 | -6/+6 |
* | * init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and | rth | 2004-06-30 | 1 | -2/+25 |
* | gcc/ | pbrook | 2004-06-29 | 1 | -29/+19 |
* | Use vector API for vbase list. | nathan | 2004-06-28 | 1 | -23/+18 |
* | 2004-06-26 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | kenner | 2004-06-26 | 1 | -1/+1 |
* | reformat, remove '^M's | nathan | 2004-06-24 | 1 | -2/+2 |
* | * cp-tree.def (NEW_EXPR): Add a fourth slot. | mmitchel | 2004-06-22 | 1 | -134/+11 |
* | * alias.c (adjust_offset_for_component_ref): Use | kenner | 2004-06-22 | 1 | -2/+3 |
* | * c-common.c (lang_gimplify_stmt): Remove next_p argument. | rth | 2004-06-16 | 1 | -14/+3 |
* | PR c++/15875 | jason | 2004-06-10 | 1 | -9/+1 |
* | PR c++/13092 | jason | 2004-06-01 | 1 | -1/+9 |
* | PR c++/15083 | mmitchel | 2004-05-28 | 1 | -0/+1 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -64/+73 |
* | * init.c (build_aggr_init): Fix accidental use of C99 construct in | mmitchel | 2004-04-23 | 1 | -1/+3 |
* | * class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on | mmitchel | 2004-04-22 | 1 | -24/+11 |
* | libjava: | bryce | 2004-04-16 | 1 | -3/+1 |
* | * c-decl.c (build_compound_literal): Use TYPE_READONLY. | kenner | 2004-04-05 | 1 | -0/+1 |
* | Fix typo | mmitchel | 2004-03-09 | 1 | -1/+1 |
* | PR c++/14401 | mmitchel | 2004-03-09 | 1 | -0/+3 |
* | * fold-const.c (fold): An equality comparison of a non-weak object | law | 2004-03-01 | 1 | -1/+2 |
* | * call.c (conversion_kind): New type. | mmitchel | 2004-02-13 | 1 | -11/+7 |
* | PR c++/13086 | giovannibajo | 2004-02-05 | 1 | -13/+25 |
* | PR c++/13113 | mmitchel | 2004-02-02 | 1 | -3/+7 |
* | * class.c (add_method): Just check processing_template_decl to | mmitchel | 2004-01-26 | 1 | -2/+6 |
* | * Make-lang.in, call.c, class.c, decl2.c, except.c, expr.c, | kazu | 2004-01-21 | 1 | -1/+1 |
* | PR c++/13592 | mmitchel | 2004-01-19 | 1 | -7/+15 |
* | PR c++/13574 | mmitchel | 2004-01-16 | 1 | -8/+11 |
* | PR opt/10776 | rth | 2004-01-12 | 1 | -2/+3 |
* | PR c++/11554 | mmitchel | 2003-12-22 | 1 | -0/+1 |
* | * call.c: Fix comment formatting. | kazu | 2003-12-21 | 1 | -6/+7 |
* | PR c++/12253 | jason | 2003-12-18 | 1 | -0/+2 |
* | * init.c (build_new_1): Deal with an OVERLOAD set when | giovannibajo | 2003-12-09 | 1 | -5/+12 |
* | * name-lookup.c, init.c, except.c: Revert Giovanni's patch from | jason | 2003-12-08 | 1 | -12/+5 |
* | PR c++/2294 | giovannibajo | 2003-12-07 | 1 | -5/+12 |