Age | Commit message (Expand) | Author | Files | Lines |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Canonicalize whitespace. | Mike Stump | 1 | -8/+8 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -16/+16 |
2005-06-08 | re PR c++/19497 (Invalid declaration in template diagnosed too late) | Nathan Sidwell | 1 | -4/+4 |
2005-06-07 | cp-tree.def (DEFAULT_ARG): Adjust documentation. | Nathan Sidwell | 1 | -3/+3 |
2005-06-06 | re PR c++/21903 (Default argument of template function causes a compile-time ... | Nathan Sidwell | 1 | -1/+3 |
2005-05-27 | cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code. | Roger Sayle | 1 | -0/+4 |
2005-04-25 | c-common.def (EXPR_STMT): Remove, moved to C++ frontend. | Ian Lance Taylor | 1 | -0/+4 |
2005-04-24 | cp-tree.def (USING_STMT): Change class to tcc_statement. | Ian Lance Taylor | 1 | -12/+12 |
2005-04-20 | c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def). | Ian Lance Taylor | 1 | -0/+5 |
2005-04-17 | c-common.def (SIZEOF_EXPR, [...]): Remove. | Ian Lance Taylor | 1 | -0/+10 |
2005-04-09 | c-common.def: Move FOR_STMT... | Ian Lance Taylor | 1 | -1/+23 |
2005-04-08 | re PR c++/20145 (template "class has virtual functions ... " is not suppresse... | Mark Mitchell | 1 | -0/+1 |
2005-04-06 | re PR c++/20734 (rejects valid pointer to member) | Mark Mitchell | 1 | -4/+2 |
2005-02-11 | * cp-tree.def, except.c, ptree.c: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-09 | re PR c++/19733 (ICE on invalid destructor call) | Mark Mitchell | 1 | -1/+12 |
2004-12-21 | system.c (IN_RANGE): Use plain unsigned, not unsigned HOST_WIDE_INT. | Nathan Sidwell | 1 | -14/+19 |
2004-11-29 | re PR c++/18368 (C++ error message regression) | Mark Mitchell | 1 | -3/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -47/+48 |
2004-08-27 | cp-tree.def (OFFSETOF_EXPR): New. | Richard Henderson | 1 | -0/+3 |
2004-07-20 | cp-tree.def (TINST_LEVEL): Make it an 'x' node. | Steven Bosscher | 1 | -2/+3 |
2004-06-22 | cp-tree.def (NEW_EXPR): Add a fourth slot. | Mark Mitchell | 1 | -2/+3 |
2004-06-20 | c-common.def (IF_STMT, [...]): Move to cp-tree.def. | Richard Henderson | 1 | -0/+14 |
2004-05-31 | call.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -4/+4 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -0/+9 |
2004-03-18 | cp-tree.def (TEMPLATE_TYPE_PARM, [...]): Update comments. | Richard Kenner | 1 | -2/+2 |
2004-02-18 | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-13 | call.c (conversion_kind): New type. | Mark Mitchell | 1 | -24/+0 |
2003-08-15 | cp-tree.def (NON_DEPENDENT_EXPR): Add operand. | Nathan Sidwell | 1 | -2/+3 |
2003-08-10 | cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VE... | Nathan Sidwell | 1 | -4/+4 |
2003-08-02 | re PR c++/9447 (using Base<T>::member does not work) | Nathan Sidwell | 1 | -1/+3 |
2003-07-16 | cp-tree.def (LOOKUP_EXPR): Remove. | Mark Mitchell | 1 | -8/+1 |
2003-07-09 | fold-const.c (make_range): Do not access operand 1 for a zero-operand operator. | Mark Mitchell | 1 | -0/+10 |
2003-07-04 | call.c (build_addr_func): Handle bound pointers-to-members. | Mark Mitchell | 1 | -7/+7 |
2003-06-18 | cp-tree.h (COMPARE_RELAXED): Rename to ... | Nathan Sidwell | 1 | -2/+1 |
2003-04-07 | tree.c (tree_size): For all 'c' and 'x' nodes... | Zack Weinberg | 1 | -15/+6 |
2003-03-15 | Compile-time improvement: 2/n. | Gabriel Dos Reis | 1 | -5/+0 |
2003-03-07 | call.c (merge_conversion_sequences): New function. | Mark Mitchell | 1 | -3/+9 |
2003-01-17 | re PR c++/9294 ([new parser] parser enters infinite loop) | Mark Mitchell | 1 | -1/+1 |
2002-12-31 | cp-tree.def (RETURN_INIT): Remove. | Mark Mitchell | 1 | -1/+0 |
2002-12-30 | config-lang.in, [...]: GCC, not GNU CC. | Nathanael Nerode | 1 | -5/+5 |
2002-12-19 | Handle anonymous unions at the tree level. | Jason Merrill | 1 | -0/+4 |
2002-10-02 | re PR c++/7188 (Segfault with template class and recursive (incorrect) inital... | Mark Mitchell | 1 | -1/+1 |
2002-08-08 | Rework build_component_ref. | Mark Mitchell | 1 | -0/+14 |
2002-08-01 | call.c (build_field_call): Do not look up the field by name. | Mark Mitchell | 1 | -6/+21 |
2002-04-03 | re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par... | Jason Merrill | 1 | -10/+0 |
2002-03-15 | c-common.c (statement_code_p): Handle CLEANUP_STMT. | Mark Mitchell | 1 | -4/+0 |
2001-12-13 | c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro. | Jason Merrill | 1 | -0/+2 |
2001-10-23 | cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node. | Kriang Lerdsuwanakij | 1 | -0/+5 |
2001-07-06 | cp-tree.def (TEMPLATE_DECL): Update comment. | Ira Ruben | 1 | -2/+2 |