Age | Commit message (Expand) | Author | Files | Lines |
2007-03-03 | c-pretty-print.c (pp_c_direct_abstract_declarator): Use fold_build2. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -4/+16 |
2007-01-08 | tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ... | Richard Guenther | 1 | -6/+5 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -3/+6 |
2006-08-26 | re PR c/27893 (ICE with TREE_CONSTANT VLA sizes inside functions) | Joseph Myers | 1 | -2/+2 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -98/+98 |
2006-04-20 | c-pretty-print.c (pp_c_direct_abstract_declarator): Print TYPE_MAX_VALUE (TYP... | Jakub Jelinek | 1 | -1/+10 |
2006-02-08 | tree.def (CHAR_TYPE): Remove. | Roger Sayle | 1 | -2/+1 |
2005-12-30 | c-pretty-print.h (struct c_pretty_print_info): Add new member "constant". | Gabriel Dos Reis | 1 | -0/+1 |
2005-12-16 | target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New. | Jon Grimm | 1 | -0/+6 |
2005-12-03 | c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a... | Joseph Myers | 1 | -1/+2 |
2005-11-03 | re PR c/24329 (segfault with -Wall and long integer literal) | Joseph Myers | 1 | -3/+24 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -2/+18 |
2005-07-16 | re PR c/22421 (problems with -Wformat and bit-fields) | Joseph Myers | 1 | -3/+14 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-04-25 | c-common.def (EXPR_STMT): Remove, moved to C++ frontend. | Ian Lance Taylor | 1 | -25/+1 |
2005-04-20 | c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def). | Ian Lance Taylor | 1 | -7/+0 |
2005-04-17 | c-common.def (SIZEOF_EXPR, [...]): Remove. | Ian Lance Taylor | 1 | -18/+0 |
2005-04-09 | c-common.def: Move FOR_STMT... | Ian Lance Taylor | 1 | -78/+0 |
2005-02-21 | c-objc-common.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-20 | re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ... | Zack Weinberg | 1 | -39/+26 |
2004-09-07 | c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -2/+1 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -3/+4 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -2/+3 |
2004-07-28 | c-common.c (c_common_unsafe_for_reeval): Delete. | Eric Christopher | 1 | -18/+17 |
2004-07-01 | c-pretty-print.c (pp_c_postfix_expression): Fix pasto. | Paolo Bonzini | 1 | -0/+1 |
2004-07-01 | c-pretty-print.c (pp_c_postfix_expression): Handle floating-point comparison ... | Paolo Bonzini | 1 | -0/+63 |
2004-07-01 | re PR c/1027 (slightly misleading printf format warning) | Joseph Myers | 1 | -1/+3 |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -5/+7 |
2004-06-21 | c-common.def (RETURN_STMT): Remove. | Richard Henderson | 1 | -17/+0 |
2004-06-20 | c-common.def (IF_STMT, [...]): Move to cp-tree.def. | Richard Henderson | 1 | -70/+6 |
2004-06-16 | c-common.def (COMPOUND_STMT): Remove. | Richard Henderson | 1 | -21/+0 |
2004-06-16 | c-common.def (CASE_LABEL): Remove. | Richard Henderson | 1 | -27/+0 |
2004-06-16 | c-common.def (ASM_STMT): Remove. | Richard Henderson | 1 | -31/+0 |
2004-06-16 | c-common.def (GOTO_STMT, LABEL_STMT): Remove. | Richard Henderson | 1 | -20/+11 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -23/+18 |
2004-05-31 | c-pretty-print.c (pp_c_left_bracket): Make a function. | Gabriel Dos Reis | 1 | -18/+35 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -39/+110 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -4/+4 |
2004-03-20 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-03-15 | c-pretty-print.c (pp_c_semicolon): Fix formatting. | Gabriel Dos Reis | 1 | -3/+17 |
2004-01-31 | alloc-pool.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-16 | re PR target/13608 (Incorrect code with -O3 -ffast-math) | Jan Hubicka | 1 | -11/+11 |
2003-12-21 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2003-11-21 | ChangeLog.7: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-10-08 | c-pretty-print.c (pp_c_postfix_expression): Fix thinko. | Jason Merrill | 1 | -1/+1 |
2003-10-05 | c-pretty-print.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-10-05 | c-pretty-print.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-09-18 | tree.def (FFS_EXPR, [...]): Delete unused tree codes. | Roger Sayle | 1 | -4/+1 |