aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
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
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-09-22 * dbxout.c: Follow spelling conventions.Kazu Hirata
2002-08-22 For PR java/6005 and PR java/7611:Tom Tromey
2002-08-02 * langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.Jason Merrill
2002-05-30 * langhooks.c: Fix formatting.Kazu Hirata
2002-04-25 * c-common.h (c_common_parse_file): Update.Neil Booth
2002-04-20 * Makefile.in: Update.Neil Booth
2002-04-19 * builtins.c: Include langhooks.h.Neil Booth
2002-04-18 * c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth
2002-04-03 PR opt/4330Richard Henderson
2002-04-03 * langhooks-def.h (lhd_set_decl_assembler_name,Neil Booth
2002-03-31 * c-common.c (c_unsafe_for_reeval): Rename.Neil Booth
2002-03-27 * c-common.c (c_expand_expr): Fix prototype.Neil Booth
2002-03-25 * c-decl.c (maybe_build_cleanup): Remove.Neil Booth
2002-03-212002-03-21 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez
2002-03-21 * Makefile.in (fold-const.o, stor-layout.o, stmt.o,Neil Booth
2002-03-20 * Makefile.in: Update.Neil Booth
2002-03-19 PR c/5656Jakub Jelinek
2002-02-28 * Makefile.in (integrate.o): Update.Neil Booth
2002-02-22 * langhooks.c: Include flags.h.Diego Novillo
2002-02-222002-02-21 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez
2001-12-06 * langhooks.c (lhd_staticp): Mark parameter with ATTRIBUTE_UNUSED.Kaveh Ghazi
2001-12-05 * langhooks.h (struct lang_hooks_for_tree_inlining): AddJason Merrill
2001-12-04 * langhooks.h (struct lang_hooks): Add staticp.Joseph Myers
2001-11-28 * langhooks.c (lhd_safe_from_p): Add ATTRIBUTE_UNUSED.Arnaud Charlet
2001-11-27 * Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner
2001-11-22 * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h.Bryce McKinlay
2001-11-09 * Makefile.in: Update.Neil Booth
2001-11-06 * alias.c:: Include langhooks.h.Neil Booth
2001-10-25 * langhooks.c (lang_hook_default_clear_binding_stack): New.Zack Weinberg