Age | Commit message (Expand) | Author | Files | Lines |
2010-05-13 | re PR bootstrap/44048 (building without C++ enabled fails) | Jason Merrill | 1 | -3/+0 |
2010-05-06 | Add support for C++0x nullptr. | Jason Merrill | 1 | -0/+3 |
2009-11-23 | re PR c++/14777 (typedef doesn't fully expose base class type) | Dodji Seketeli | 1 | -0/+10 |
2009-10-26 | re PR c++/41785 ([C++0x] ICE on canonical types with variadic templates and C... | Dodji Seketeli | 1 | -1/+1 |
2009-09-29 | merge in cxx0x-lambdas-branch@152308 | Jason Merrill | 1 | -1/+17 |
2007-08-25 | decl.c (cp_tree_node_structure): Kill TINST_LEVEL case. | Paolo Bonzini | 1 | -11/+0 |
2007-08-02 | typeck.c: Change copyright header to refer to version 3 of the GNU General Pu... | Nick Clifton | 1 | -5/+5 |
2007-07-27 | typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes. | Douglas Gregor | 1 | -0/+7 |
2007-03-30 | re PR c++/26099 (support for type traits is not available) | Paolo Carlini | 1 | -0/+5 |
2007-03-17 | * cp-tree.def, parser.c, pt.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-03-10 | re PR c++/20599 (variadic template support) | Douglas Gregor | 1 | -0/+70 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -4/+6 |
2006-11-21 | cp-tree.def (STATIC_ASSERT): New. | Douglas Gregor | 1 | -0/+8 |
2006-06-14 | * cp-tree.def: Fix typo. | Gabriel Dos Reis | 1 | -1/+1 |
2005-09-16 | re PR c++/23357 (ICE with __alignof__ on template arguments) | Jason Merrill | 1 | -2/+2 |
2005-09-09 | dbxout.c: Include expr.h. | Richard Henderson | 1 | -4/+0 |
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 |