| Commit message (Expand) | Author | Age | Files | Lines |
* | system.h: Poison GCC_EXCEPT_H for front-end files. | Steven Bosscher | 2010-06-28 | 1 | -1/+0 |
* | c-common.c: Move to c-family/. | Steven Bosscher | 2010-06-05 | 1 | -1/+1 |
* | diagnostic-core.h: New. | Joseph Myers | 2010-05-27 | 1 | -2/+2 |
* | * cp-lang.c: Do not include expr.h. | Steven Bosscher | 2010-05-26 | 1 | -1/+0 |
* | cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove both its undef and define. | Martin Jambor | 2010-05-14 | 1 | -2/+0 |
* | Make-lang.in (cp/cp-lang.o): Depend on gt-cp-cp-lang.h. | Richard Guenther | 2010-02-05 | 1 | -0/+1 |
* | re PR debug/41828 (DW_AT_name should not be present for anonymous aggregates) | Jakub Jelinek | 2009-10-26 | 1 | -0/+3 |
* | re PR debug/41266 (Emit DW_TAG_template_parameter_pack and DW_TAG_formal_para... | Dodji Seketeli | 2009-09-22 | 1 | -1/+8 |
* | langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define. | Richard Guenther | 2009-09-13 | 1 | -0/+29 |
* | [multiple changes] | Diego Novillo | 2009-09-03 | 1 | -1/+1 |
* | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 2009-09-02 | 1 | -2/+4 |
* | Emit DWARF for template parameters (PR debug/30161) | Dodji Seketeli | 2009-08-31 | 1 | -0/+14 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | tree.h (enum tree_code): Include all-tree.def, not tree.def. | Ian Lance Taylor | 2008-06-21 | 1 | -41/+0 |
* | expr.c (store_expr): Assume lang_hooks.reduce_bit_field_operations is true. | Paolo Bonzini | 2008-03-18 | 1 | -2/+0 |
* | re PR c++/33887 (Reference to bitfield gets wrong value when optimizing) | Richard Guenther | 2008-01-25 | 1 | -0/+2 |
* | re PR debug/7081 (DWARF enhancements for C++) | Alexandre Oliva | 2007-12-15 | 1 | -0/+12 |
* | typeck.c: Change copyright header to refer to version 3 of the GNU General Pu... | Nick Clifton | 2007-08-02 | 1 | -5/+4 |
* | invoke.texi (Debugging Options): Add documentation for the -femit-struct-debu... | Lawrence Crowl | 2007-04-17 | 1 | -0/+2 |
* | dwarf2out.c (add_AT_string): Call ggc_strdup once per string. | Michael Matz | 2007-02-22 | 1 | -0/+14 |
* | In gcc/: | Geoffrey Keating | 2006-11-01 | 1 | -1/+0 |
* | Fix up whitespacing | Mike Stump | 2006-06-06 | 1 | -2/+2 |
* | dbxout.c: Include expr.h. | Richard Henderson | 2005-09-09 | 1 | -5/+0 |
* | cp-lang.c (shadowed_var_for_decl, [...]): Move over to cp-objcp-common.c. | Andrew Pinski | 2005-07-09 | 1 | -37/+1 |
* | Makefile.in (TREE_H): Add treestruct.def. | Daniel Berlin | 2005-07-08 | 1 | -0/+73 |
* | pretty-print.h (PP_NL_ARGMAX): New. | Zack Weinberg | 2005-06-30 | 1 | -1/+0 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | c-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove. | Ziemowit Laski | 2004-11-02 | 1 | -23/+0 |
* | cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved here from cp-objcp-common.h. | Ziemowit Laski | 2004-09-22 | 1 | -2/+5 |
* | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 2004-09-17 | 1 | -3/+3 |
* | Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o. | Ziemowit Laski | 2004-08-31 | 1 | -248/+18 |
* | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 2004-08-30 | 1 | -7/+7 |
* | c-common.c (c_common_unsafe_for_reeval): Delete. | Eric Christopher | 2004-07-28 | 1 | -4/+2 |
* | cp-tree.def (TINST_LEVEL): Make it an 'x' node. | Steven Bosscher | 2004-07-20 | 1 | -0/+1 |
* | langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, [...]):... | Richard Henderson | 2004-07-16 | 1 | -3/+0 |
* | undo reversion | Jason Merrill | 2004-07-16 | 1 | -1/+15 |
* | revert: cp-lang.c (cxx_types_compatible_p): To the middle-end, references and... | Jason Merrill | 2004-07-16 | 1 | -15/+1 |
* | re PR middle-end/15885 (wrong va_start warning (and code)) | Jason Merrill | 2004-07-15 | 1 | -1/+15 |
* | langhooks.h (estimate_num_insns, [...]): Remove hooks. | Joseph Myers | 2004-07-11 | 1 | -8/+0 |
* | langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg. | Richard Kenner | 2004-07-05 | 1 | -5/+7 |
* | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 2004-06-26 | 1 | -2/+0 |
* | tree.def (VTABLE_REF): Remove. | Richard Henderson | 2004-06-22 | 1 | -0/+2 |
* | c-common.h (has_c_linkage): New interface. | Zack Weinberg | 2004-06-20 | 1 | -0/+7 |
* | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 2004-06-15 | 1 | -9/+0 |
* | c-decl.c (c_expand_body_1): Remove and fold back into ... | Andrew Pinski | 2004-05-30 | 1 | -25/+1 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -74/+47 |
* | Refer to base members using COMPONENT_REFs where possible. | Jason Merrill | 2004-04-30 | 1 | -3/+1 |
* | cgraph.c: Add overall comment. | Jan Hubicka | 2004-04-01 | 1 | -0/+2 |
* | PR 12267, 12391, 12560, 13129, 14114, 14113 | Zack Weinberg | 2004-03-23 | 1 | -7/+11 |
* | c-incpath.c, [...]: Update copyright. | Kazu Hirata | 2004-03-15 | 1 | -1/+1 |