summaryrefslogtreecommitdiff
path: root/gcc/langhooks-def.h
Commit message (Expand)AuthorAgeFilesLines
* * gcc/java/decl.c: Include langhooks.h.espindola2006-10-231-1/+2
* * langhooks.h (struct lang_hooks): Add dwarf_name language hook.hainque2006-05-191-1/+4
* 2006-01-18 Richard Henderson <rth@redhat.com>dnovillo2006-01-181-1/+25
* gcc/rth2005-11-211-2/+0
* * c-common.c (handle_cleanup_attribute): Use a lang hook for lookup_name.mrs2005-11-181-0/+2
* 2005-07-08 Daniel Berlin <dberlin@dberlin.org>dberlin2005-07-081-0/+2
* PR c/22013jsm282005-07-051-0/+3
* Update FSF address.kcook2005-06-251-2/+2
* * langhooks.h (truthvalue_conversion): Remove.jsm282005-03-231-1/+0
* PR 18785zack2005-02-201-0/+3
* * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,kazu2005-01-181-1/+1
* * c-tree.h, coverage.h, langhooks-def.h, optabs.h, output.h,kazu2005-01-141-2/+0
* Speed up walk_tree by introducing a special-purpose hash table.austern2004-10-141-1/+1
* * configure.ac: Check for COMDAT support. Robustify check formmitchel2004-09-151-0/+3
* * tree.c (staticp): Return the static object.rth2004-08-271-1/+1
* 2004-08-19 Eric Christopher <echristo@redhat.com>echristo2004-08-191-2/+0
* * alias.c (readonly_fields_p): Remove.rth2004-08-181-2/+0
* 2004-07-28 Eric Christopher <echristo@redhat.com>echristo2004-07-281-3/+0
* * langhooks-def.h (lhd_staticp): Change return type from int tobernie2004-07-251-1/+1
* * langhooks.h (builtin_function): New langhook.jsm282004-07-171-0/+2
* * langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING,rth2004-07-161-5/+0
* * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block,jsm282004-07-111-16/+2
* 2004-07-08 Joseph S. Myers <jsm@polyomino.org.uk>jsm282004-07-081-0/+2
* * langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove.rth2004-07-071-2/+0
* * langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.kenner2004-07-061-1/+1
* * function.c, langhooks-def.h, langhooks.h: Move max_size hookkenner2004-07-051-2/+2
* * langhooks-def.h (LANG_HOOKS_TYPE_MAX_SIZE): New langhook.kenner2004-07-031-0/+2
* * tree.def (VTABLE_REF): Remove.rth2004-06-231-0/+2
* * c-common.c (lang_gimplify_stmt): Remove next_p argument.rth2004-06-161-4/+0
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-13/+17
* * cgraph.c: Add overall comment.hubicka2004-04-011-0/+2
* * langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook.kenner2004-03-191-1/+3
* * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat):hubicka2004-03-031-1/+2
* * debug.h (struct gcc_debug_hooks): Add type_decl field.zack2004-02-121-2/+0
* * alias.c, basic-block.h, c-common.c, c-common.h,kazu2004-01-211-1/+1
* * expr.h (expand_expr): Make it a macro, not a function.mmitchel2004-01-091-1/+1
* * c-typeck.c (c_convert_parm_for_inlining): Add argnum, whichmrs2003-11-121-1/+1
* 2003-10-06 Andrew Haley <aph@redhat.com>aph2003-10-061-0/+3
* PR debug/12066mmitchel2003-09-171-0/+3
* * coverage.c (create_coverage): Do not call pushlevel/poplevel.mmitchel2003-09-151-0/+1
* * cgraph.h (struct cgraph_node): Rename lowered to analyzed.rth2003-09-101-4/+6
* * langhooks-def.h (lhd_register_builtin_type): New function.mmitchel2003-09-091-0/+3
* * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.aj2003-09-021-1/+1
* gcc/rth2003-08-291-1/+12
* Missed part of my patch:pinskia2003-08-191-0/+3
* * langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.gdr2003-08-191-2/+2
* * c-common.c (flag_noniso_default_format_attributes): Delete.sayle2003-08-041-2/+0
* * opts.c (decode_options): Do language-specific initialization forgdr2003-08-031-0/+3
* * opts.c (in_fnames, num_in_fnames): Moved here from c-opts.bothner2003-07-311-2/+0
* Index: ChangeLoggeoffk2003-07-111-2/+0