| Commit message (Expand) | Author | Age | Files | Lines |
* | 2007-08-25 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2007-08-25 | 1 | -11/+0 |
* | * typeck.c: Change copyright header to refer to version 3 of the GNU General | nickc | 2007-08-02 | 1 | -5/+5 |
* | 2007-07-27 Douglas Gregor <doug.gregor@gmail.com> | dgregor | 2007-07-27 | 1 | -0/+7 |
* | gcc/ | paolo | 2007-03-30 | 1 | -0/+5 |
* | * cp-tree.def, parser.c, pt.c: Fix comment typos. | kazu | 2007-03-17 | 1 | -1/+1 |
* | 2007-03-09 Douglas Gregor <doug.gregor@gmail.com> | dgregor | 2007-03-10 | 1 | -0/+70 |
* | 2007-02-15 Sandra Loosemore <sandra@codesourcery.com> | sandra | 2007-02-15 | 1 | -4/+6 |
* | 2006-11-21 Douglas Gregor <doug.gregor@gmail.com> | dgregor | 2006-11-21 | 1 | -0/+8 |
* | * cp-tree.def: Fix typo. | gdr | 2006-06-14 | 1 | -1/+1 |
* | PR c++/23357 | jason | 2005-09-16 | 1 | -2/+2 |
* | * dbxout.c: Include expr.h. | rth | 2005-09-09 | 1 | -4/+0 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | Canonicalize whitespace. | mrs | 2005-06-15 | 1 | -8/+8 |
* | Remove extra white spacing at end of lines. | mrs | 2005-06-14 | 1 | -16/+16 |
* | cp: | nathan | 2005-06-08 | 1 | -4/+4 |
* | * cp-tree.def (DEFAULT_ARG): Adjust documentation. | nathan | 2005-06-07 | 1 | -3/+3 |
* | cp: | nathan | 2005-06-06 | 1 | -1/+3 |
* | * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code. | sayle | 2005-05-27 | 1 | -0/+4 |
* | ./ | ian | 2005-04-25 | 1 | -0/+4 |
* | * cp-tree.def (USING_STMT): Change class to tcc_statement. | ian | 2005-04-24 | 1 | -12/+12 |
* | ./ | ian | 2005-04-20 | 1 | -0/+5 |
* | ./ | ian | 2005-04-17 | 1 | -0/+10 |
* | ./ | ian | 2005-04-09 | 1 | -1/+23 |
* | * cp-tree.def (TINST_LEVEL): Document TINST_IN_SYSTEM_HEADER_P. | mmitchel | 2005-04-08 | 1 | -0/+1 |
* | PR c++/20734 | mmitchel | 2005-04-06 | 1 | -4/+2 |
* | * cp-tree.def, except.c, ptree.c: Update copyright. | kazu | 2005-02-11 | 1 | -1/+1 |
* | PR c++/19733 | mmitchel | 2005-02-09 | 1 | -1/+12 |
* | * system.c (IN_RANGE): Use plain unsigned, not unsigned | nathan | 2004-12-21 | 1 | -14/+19 |
* | PR c++/18368 | mmitchel | 2004-11-29 | 1 | -3/+1 |
* | 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com> | zack | 2004-09-17 | 1 | -47/+48 |
* | * cp-tree.def (OFFSETOF_EXPR): New. | rth | 2004-08-27 | 1 | -0/+3 |
* | * cp-tree.def (TINST_LEVEL): Make it an 'x' node. | steven | 2004-07-20 | 1 | -2/+3 |
* | * cp-tree.def (NEW_EXPR): Add a fourth slot. | mmitchel | 2004-06-22 | 1 | -2/+3 |
* | * c-common.def (IF_STMT, CLEANUP_STMT): Move to cp-tree.def. | rth | 2004-06-20 | 1 | -0/+14 |
* | * call.c, class.c, cp-tree.def, decl2.c, name-lookup.c, pt.c, | kazu | 2004-05-31 | 1 | -4/+4 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -0/+9 |
* | * cp-tree.def (TEMPLATE_TYPE_PARM, TYPEOF_TYPE): Update comments. | kenner | 2004-03-18 | 1 | -2/+2 |
* | gcc/ | kazu | 2004-02-18 | 1 | -1/+1 |
* | * call.c (conversion_kind): New type. | mmitchel | 2004-02-13 | 1 | -24/+0 |
* | * cp-tree.def (NON_DEPENDENT_EXPR): Add operand. | nathan | 2003-08-15 | 1 | -2/+3 |
* | cp: | nathan | 2003-08-10 | 1 | -4/+4 |
* | cp: | nathan | 2003-08-02 | 1 | -1/+3 |
* | * cp-tree.def (LOOKUP_EXPR): Remove. | mmitchel | 2003-07-16 | 1 | -8/+1 |
* | * fold-const.c (make_range): Do not access operand 1 for a | mmitchel | 2003-07-09 | 1 | -0/+10 |
* | * call.c (build_addr_func): Handle bound pointers-to-members. | mmitchel | 2003-07-04 | 1 | -7/+7 |
* | * cp-tree.h (COMPARE_RELAXED): Rename to ... | nathan | 2003-06-18 | 1 | -2/+1 |
* | * tree.c (tree_size): For all 'c' and 'x' nodes, look directly | zack | 2003-04-07 | 1 | -15/+6 |
* | Compile-time improvement: 2/n. | gdr | 2003-03-15 | 1 | -5/+0 |
* | * call.c (merge_conversion_sequences): New function. | mmitchel | 2003-03-07 | 1 | -3/+9 |
* | PR c++/9294 | mmitchel | 2003-01-17 | 1 | -1/+1 |