Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-01-03 | fold-const.c (fold): Avoid NOP_EXPRs better. | Jason Merrill | 1 | -0/+3 |
2003-01-01 | call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -4/+4 |
2002-12-30 | cp-tree.h (THUNK_TARGET): New macro. | Nathan Sidwell | 1 | -2/+9 |
2002-12-30 | re PR c++/9054 (segfault on legal code with option -fdump-translation-unit) | Nathan Sidwell | 1 | -0/+8 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -9/+12 |
2002-10-31 | cp-tree.h (lang_decl_flags): Remove init_priority. | Mark Mitchell | 1 | -1/+0 |
2002-07-26 | c-dump.c: Resurrect. | Jason Merrill | 1 | -4/+2 |
2002-04-03 | re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par... | Jason Merrill | 1 | -15/+0 |
2002-03-15 | c-common.c (statement_code_p): Handle CLEANUP_STMT. | Mark Mitchell | 1 | -8/+1 |
2001-11-22 | tree-dump.c: Rename from c-dump.c. | Bryce McKinlay | 1 | -3/+4 |
2001-11-20 | re PR c++/4629 (non-constant `sizeof (void*)' cannot be used as template argu... | Mark Mitchell | 1 | -2/+182 |
2001-08-02 | Kill -fhonor-std. | Nathan Sidwell | 1 | -4/+0 |
2001-06-05 | c-common.h (flag_dump_translation_unit): Remove. | Nathan Sidwell | 1 | -14/+15 |
2001-05-21 | cp-tree.def (START_CATCH_STMT): Lose. | Jason Merrill | 1 | -6/+1 |
2001-05-03 | dump.c (cp_dump_tree, [...]): New case. | Nathan Sidwell | 1 | -0/+6 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 1 | -0/+13 |
2001-03-27 | dump.c (dump_access): New function. | Mike Yang | 1 | -3/+43 |
2000-11-10 | c-dump.c (dequeue_and_dump): Dump function bodies. | Mark Mitchell | 1 | -2/+0 |
2000-11-10 | Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o. | Mark Mitchell | 1 | -771/+38 |
2000-11-02 | * collect2.c (main, write_c_file_stat), gcc.c (translate_options, | Joseph Myers | 1 | -1/+1 |
2000-10-18 | c-common.h (flag_no_builtin): Declare. | Mark Mitchell | 1 | -1/+1 |
2000-10-18 | c-common.c (back_end_hook): New variable. | Mark Mitchell | 1 | -0/+3 |
2000-06-23 | cp-tree.h (BV_USE_VCALL_INDEX_P): New macro. | Mark Mitchell | 1 | -9/+4 |
2000-06-16 | cp-tree.h (struct language_function): Remove x_base_init_list and x_member_in... | Mark Mitchell | 1 | -1/+1 |
2000-06-03 | cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment. | Mark Mitchell | 1 | -0/+7 |
2000-05-22 | cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp. | Mark Mitchell | 1 | -0/+2 |
2000-05-03 | cp-tree.def (THUNK_DECL): Remove. | Mark Mitchell | 1 | -1/+0 |