aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-23re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther1-12/+0
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-21/+0
2007-05-28langhooks-def.h: Remove the prototype for hook_get_alias_set_0.Kazu Hirata1-9/+0
2007-05-24re PR target/27067 (Compile errors with multiple inheritance where the stdcal...Danny Smith1-4/+12
2007-05-24c-common.c (c_common_signed_or_unsigned_type): Delay the check for INTEGRAL_T...Rafael Avila de Espindola1-3/+3
2007-04-08langhooks.c (lhd_tree_inlining_add_pending_fn_decls, [...]): Remove.Steven Bosscher1-42/+0
2007-04-072007-04-07 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+8
2007-04-07in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-8/+0
2007-04-06langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_SAFE_FROM_P.Daniel Berlin1-8/+0
2007-03-30typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola1-0/+21
2007-02-19function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle1-2/+3
2007-01-10fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.Tom Tromey1-7/+0
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-1/+1
2006-10-30builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle1-4/+5
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-0/+38
2006-05-19langhooks.h (struct lang_hooks): Add dwarf_name language hook.Nicolas Setton1-1/+11
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-18[multiple changes]Diego Novillo1-0/+28
2005-09-08re PR debug/23190 (debug info omitted for uninitialized variables (stabs))Richard Henderson1-2/+2
2005-07-05re PR c/22013 (ICE in gimple_add_tmp_var, at gimplify.c:535)Joseph Myers1-0/+7
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-41/+32
2005-02-21c-objc-common.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-20re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg1-0/+6
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-3/+3
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-3/+4
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell1-0/+8
2004-09-11re PR c++/17412 (tree check failure in fold-const)Steven Bosscher1-0/+1
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell1-31/+38
2004-09-10lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo1-38/+31
2004-08-26tree.c (staticp): Return the static object.Richard Henderson1-2/+2
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-11/+3
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-28/+28
2004-07-16langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, [...]):...Richard Henderson1-22/+0
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-9/+0
2004-07-08c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope decls when...Zack Weinberg1-19/+3
2004-07-05langhooks.c: Don't include gt-langhooks.h.Zack Weinberg1-14/+22
2004-06-24Minor updating of comments.Richard Kenner1-2/+1
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-10/+0
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-5/+30
2004-03-23PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg1-1/+1
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-4/+4
2004-03-03ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic...Jan Hubicka1-0/+6
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell1-1/+2
2003-12-19re PR c/13110 (error message includes extra blank line)Per Bothner1-1/+0
2003-11-12c-typeck.c (c_convert_parm_for_inlining): Add argnum...Mike Stump1-1/+2
2003-09-17re PR debug/12066 (g++ generates stabs for "char *" that gdb cannot read)Mark Mitchell1-0/+8