Age | Commit message (Expand) | Author | Files | Lines |
2007-10-08 | varasm.c (compare_constant): Removed call to lang_hooks.expand_constant. | Ollie Wild | 1 | -8/+0 |
2007-09-29 | Revert | Ollie Wild | 1 | -0/+8 |
2007-09-28 | varasm.c (compare_constant): Removed call to lang_hooks.expand_constant. | Ollie Wild | 1 | -8/+0 |
2007-09-27 | builtins.c (expand_builtin, [...]): Use new %K format string specifier for di... | Jakub Jelinek | 1 | -9/+90 |
2007-08-28 | tree.h (DECL_DISREGARD_INLINE_LIMITS): New. | Richard Guenther | 1 | -0/+3 |
2007-08-25 | c-common.c (vector_types_convertible_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-08-24 | Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies. | Richard Guenther | 1 | -14/+0 |
2007-08-20 | c-objc-common.c (c_disregard_inline_limits): Remove. | Richard Guenther | 1 | -13/+0 |
2007-08-20 | langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove. | Richard Guenther | 1 | -13/+0 |
2007-08-20 | tree.c (WALK_SUBTREE): Call walk_tree_1. | Richard Guenther | 1 | -21/+0 |
2007-08-16 | c-common.c (const_strip_array_types): New. | Kaveh R. Ghazi | 1 | -6/+6 |
2007-08-11 | alias.h (alias_set_type): Define new type. | Ian Lance Taylor | 1 | -1/+1 |
2007-07-29 | attribs.c (hash_attr, [...]): Constify. | Kaveh R. Ghazi | 1 | -0/+8 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-06-23 | re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const) | Richard Guenther | 1 | -12/+0 |
2007-06-11 | really remove signed(_or_unsigned)?_type langhooks | Rafael Espindola | 1 | -21/+0 |
2007-05-28 | langhooks-def.h: Remove the prototype for hook_get_alias_set_0. | Kazu Hirata | 1 | -9/+0 |
2007-05-24 | re PR target/27067 (Compile errors with multiple inheritance where the stdcal... | Danny Smith | 1 | -4/+12 |
2007-05-24 | c-common.c (c_common_signed_or_unsigned_type): Delay the check for INTEGRAL_T... | Rafael Avila de Espindola | 1 | -3/+3 |
2007-04-08 | langhooks.c (lhd_tree_inlining_add_pending_fn_decls, [...]): Remove. | Steven Bosscher | 1 | -42/+0 |
2007-04-07 | 2007-04-07 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -0/+8 |
2007-04-07 | in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -8/+0 |
2007-04-06 | langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_SAFE_FROM_P. | Daniel Berlin | 1 | -8/+0 |
2007-03-30 | typeck.c (java_signed_or_unsigned_type): Remove. | Rafael Avila de Espindola | 1 | -0/+21 |
2007-02-19 | function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca... | Roger Sayle | 1 | -2/+3 |
2007-01-10 | fold-const.c (fold_truthop): Don't check can_use_bit_fields_p. | Tom Tromey | 1 | -7/+0 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -1/+1 |
2006-10-30 | builtins.c (expand_builtin_mathfn_3): Correct coding style. | Roger Sayle | 1 | -4/+5 |
2006-10-23 | decl.c: Include langhooks.h. | Rafael Ávila de Espíndola | 1 | -0/+38 |
2006-05-19 | langhooks.h (struct lang_hooks): Add dwarf_name language hook. | Nicolas Setton | 1 | -1/+11 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -1/+1 |
2006-01-18 | [multiple changes] | Diego Novillo | 1 | -0/+28 |
2005-09-08 | re PR debug/23190 (debug info omitted for uninitialized variables (stabs)) | Richard Henderson | 1 | -2/+2 |
2005-07-05 | re PR c/22013 (ICE in gimple_add_tmp_var, at gimplify.c:535) | Joseph Myers | 1 | -0/+7 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -41/+32 |
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 | -0/+6 |
2004-10-14 | Speed up walk_tree by introducing a special-purpose hash table. | Matt Austern | 1 | -1/+1 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -3/+3 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -3/+4 |
2004-09-15 | configure.ac: Check for COMDAT support. | Mark Mitchell | 1 | -0/+8 |
2004-09-11 | re PR c++/17412 (tree check failure in fold-const) | Steven Bosscher | 1 | -0/+1 |
2004-09-10 | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 1 | -31/+38 |
2004-09-10 | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 1 | -38/+31 |
2004-08-26 | tree.c (staticp): Return the static object. | Richard Henderson | 1 | -2/+2 |
2004-07-28 | c-common.c (c_common_unsafe_for_reeval): Delete. | Eric Christopher | 1 | -11/+3 |
2004-07-25 | c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists. | Bernardo Innocenti | 1 | -28/+28 |
2004-07-16 | langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, [...]):... | Richard Henderson | 1 | -22/+0 |
2004-07-11 | langhooks.h (estimate_num_insns, [...]): Remove hooks. | Joseph Myers | 1 | -9/+0 |