Age | Commit message (Expand) | Author | Files | Lines |
2020-09-19 | Move loop and switch tree data structures from cp/ to c-family/. | Sandra Loosemore | 1 | -31/+0 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 1 | -0/+6 |
2018-09-07 | PR c++/87152 - range-based for loops with initializer broken in templates. | Marek Polacek | 1 | -0/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-31 | [C++ PATCH] overloaded operator fns [1/N] | Nathan Sidwell | 1 | -164/+1 |
2017-06-22 | Reorder IDENTIFIER flags | Nathan Sidwell | 1 | -2/+2 |
2017-05-19 | call.c (add_list_candidates): Use OVL_FIRST. | Nathan Sidwell | 1 | -2/+4 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -3/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -1/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -2/+2 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -0/+9 |
2011-12-12 | Add condition to MUST_NOT_THROW_EXPR. | Torvald Riegel | 1 | -0/+1 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-09-11 | Implement range-based for-statements. | Rodrigo Rivas Costa | 1 | -0/+7 |
2008-03-21 | cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P. | Paolo Carlini | 1 | -2/+2 |
2007-08-02 | typeck.c: Change copyright header to refer to version 3 of the GNU General Pu... | Nick Clifton | 1 | -5/+4 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -4/+15 |
2005-07-03 | tree-dump.h (dump_string_field): Declare. | Gabriel Dos Reis | 1 | -24/+24 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Canonicalize whitespace. | Mike Stump | 1 | -32/+32 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -8/+8 |
2005-05-27 | cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code. | Roger Sayle | 1 | -1/+1 |
2005-04-25 | c-common.def (EXPR_STMT): Remove, moved to C++ frontend. | Ian Lance Taylor | 1 | -0/+5 |
2005-04-20 | c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def). | Ian Lance Taylor | 1 | -0/+4 |
2005-04-09 | c-common.def: Move FOR_STMT... | Ian Lance Taylor | 1 | -1/+33 |
2004-10-15 | * dump.c, g++spec.c, repo.c: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -2/+4 |
2004-07-16 | re PR c++/16583 (G++ segfaults with -fdump-translation-unit) | Nathan Sidwell | 1 | -1/+1 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2004-07-06 | tree.h (TREE_VIA_VIRTUAL): Rename to ... | Nathan Sidwell | 1 | -1/+1 |
2004-06-21 | c-common.def (RETURN_STMT): Remove. | Richard Henderson | 1 | -7/+0 |
2004-06-20 | c-common.def (IF_STMT, [...]): Move to cp-tree.def. | Richard Henderson | 1 | -1/+17 |
2003-12-08 | Give the anonymous namespace a null DECL_NAME. | Jason Merrill | 1 | -5/+0 |
2003-07-22 | fold-const.c (force_fit_type): Handle OFFSET_TYPE. | Mark Mitchell | 1 | -10/+7 |
2003-06-29 | cp-tree.h (language_to_string): Adjust declaration. | Gabriel Dos Reis | 1 | -1/+1 |
2003-03-19 | c-common.h (c_dump_tree), [...]): Change return type from 'int' to 'bool'. | Nathanael Nerode | 1 | -7/+7 |
2003-01-24 | * dump.c: ANSIfy function declarations and definitions. | Nathanael Nerode | 1 | -13/+5 |