aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
AgeCommit message (Expand)Author
2005-09-09 PR debug/23190Richard Henderson
2005-07-05 PR c/22013Joseph Myers
2005-06-25Update FSF address.Kelley Cook
2005-04-21 * alias.c (true_dependence): Remove 'abort' from comments. UseNathan Sidwell
2005-02-21 * c-objc-common.h, c-pretty-print.c, cgraphunit.c, except.c,Kazu Hirata
2005-02-20 PR 18785Zack Weinberg
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern
2004-09-172004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>Jeffrey D. Oldham
2004-09-15gcc:Joseph Myers
2004-09-15 * configure.ac: Check for COMDAT support. Robustify check forMark Mitchell
2004-09-11 PR c++/17412Steven Bosscher
2004-09-10Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Giovanni Bajo
2004-09-10 * lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assertGiovanni Bajo
2004-08-27 * tree.c (staticp): Return the static object.Richard Henderson
2004-07-282004-07-28 Eric Christopher <echristo@redhat.com>Eric Christopher
2004-07-25 * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameterBernardo Innocenti
2004-07-16 * langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING,Richard Henderson
2004-07-11 * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block,Joseph Myers
2004-07-08 * c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scopeZack Weinberg
2004-07-05 * langhooks.c: Don't include gt-langhooks.h.Zack Weinberg
2004-06-24Minor updating of comments.Richard Kenner
2004-06-16 * c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson
2004-05-14 * tree-gimple.c: Rename from tree-simple.c.Diego Novillo
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo
2004-03-23 PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg
2004-03-14 * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()Roger Sayle
2004-03-03 * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat):Jan Hubicka
2004-01-21 * alias.c, basic-block.h, c-common.c, c-common.h,Kazu Hirata
2004-01-09 * expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell
2003-12-20 * langhooks.c (lhd_print_error_function): Fix for PR c/13110.Per Bothner
2003-11-12 * c-typeck.c (c_convert_parm_for_inlining): Add argnum, whichMike Stump
2003-09-17 PR debug/12066Mark Mitchell
2003-09-15 * coverage.c (create_coverage): Do not call pushlevel/poplevel.Mark Mitchell
2003-09-10 * cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson
2003-09-09 * langhooks-def.h (lhd_register_builtin_type): New function.Mark Mitchell
2003-09-07 * langhooks.c (lhd_print_error_function): Move from diagnostic.c.Gabriel Dos Reis
2003-08-19Missed part of my patch:Andrew Pinski
2003-08-03 * opts.c (decode_options): Do language-specific initialization forGabriel Dos Reis
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-17 PR 11498Geoffrey Keating
2003-07-06 * jump.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-06-16 * config/c4x/c4x.c: Don't include "c-tree.h".Kaveh Ghazi
2003-06-11 * hooks.c (hook_int_size_t_constcharptr_int_0): New.Neil Booth
2003-06-102003-05-21 Andrew Haley <aph@redhat.com>Andrew Haley
2003-04-07 * tree.c (tree_size): For all 'c' and 'x' nodes, look directlyZack Weinberg
2003-03-19(gcc)Nathanael Nerode
2003-03-13 * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,Nathanael Nerode
2003-03-08 * c-common.h (c_common_init, c_common_post_options): Update.Neil Booth
2003-03-08 * calls.c: Fix comment formatting.Kazu Hirata
2003-02-19 * toplev.c, langhooks.c, langhooks-def.h: MoveMatt Austern