summaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
Commit message (Expand)AuthorAgeFilesLines
* invoke.texi (-dy): Remove.Joseph Myers2010-11-171-7/+0
* Makefile.in (OPTS_H): Define.Joseph Myers2010-11-121-0/+1
* target.def (target_option.init_struct): New hook.Joseph Myers2010-10-151-6/+0
* Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers2010-10-081-0/+6
* opts-common.c (handle_option, [...]): Add diagnostic_context parameter.Joseph Myers2010-10-051-1/+1
* c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.Richard Guenther2010-09-241-1/+1
* coretypes.h (struct cl_option_handlers): Declare.Joseph Myers2010-07-271-0/+10
* langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers2010-07-271-0/+14
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-1/+1
* diagnostic.c: Don't include flags.h.Joseph Myers2010-05-241-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-2/+3
* re PR lto/42392 ([LTO] ICE with top level asm)Richard Guenther2009-12-161-0/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-3/+3
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+52
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-131-0/+7
* tree.c (tree_expr_size): New function.Richard Guenther2009-09-011-13/+0
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-5/+11
* cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola2009-06-151-8/+0
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-2/+2
* attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers2009-05-051-5/+5
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-3/+4
* re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers2009-03-301-0/+3
* c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini2009-03-291-19/+0
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR middle-end/39214 (internal compiler error: Segmentation fault)Richard Guenther2009-02-171-1/+1
* c-common.c (c_expand_decl): Remove.Paolo Bonzini2008-09-091-12/+0
* Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner2008-08-301-8/+46
* c-decl.c (merge_decls): Do not handle DECL_INLINE.Jan Hubicka2008-07-291-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-4/+5
* re PR middle-end/36811 (endless (?) loop building with -O3)Richard Guenther2008-07-131-2/+6
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-2/+1
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-3/+1
* langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun...Diego Novillo2007-11-021-2/+1
* varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild2007-10-081-8/+0
* RevertOllie Wild2007-09-291-0/+8
* varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild2007-09-281-8/+0
* builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek2007-09-271-9/+90
* tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther2007-08-281-0/+3
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-1/+1
* Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies.Richard Guenther2007-08-241-14/+0
* c-objc-common.c (c_disregard_inline_limits): Remove.Richard Guenther2007-08-201-13/+0
* langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther2007-08-201-13/+0
* tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther2007-08-201-21/+0
* c-common.c (const_strip_array_types): New.Kaveh R. Ghazi2007-08-161-6/+6
* alias.h (alias_set_type): Define new type.Ian Lance Taylor2007-08-111-1/+1
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-0/+8
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther2007-06-231-12/+0
* really remove signed(_or_unsigned)?_type langhooksRafael Espindola2007-06-111-21/+0
* langhooks-def.h: Remove the prototype for hook_get_alias_set_0.Kazu Hirata2007-05-281-9/+0