aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+52
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-0/+7
2009-09-01tree.c (tree_expr_size): New function.Richard Guenther1-13/+0
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-5/+11
2009-06-15cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola1-8/+0
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+2
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-5/+5
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-3/+4
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-0/+3
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini1-19/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-17re PR middle-end/39214 (internal compiler error: Segmentation fault)Richard Guenther1-1/+1
2008-09-09c-common.c (c_expand_decl): Remove.Paolo Bonzini1-12/+0
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-8/+46
2008-07-29c-decl.c (merge_decls): Do not handle DECL_INLINE.Jan Hubicka1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-4/+5
2008-07-13re PR middle-end/36811 (endless (?) loop building with -O3)Richard Guenther1-2/+6
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-2/+1
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-3/+1
2007-11-02langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun...Diego Novillo1-2/+1
2007-10-08varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild1-8/+0
2007-09-29RevertOllie Wild1-0/+8
2007-09-28varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild1-8/+0
2007-09-27builtins.c (expand_builtin, [...]): Use new %K format string specifier for di...Jakub Jelinek1-9/+90
2007-08-28tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther1-0/+3
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-24Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies.Richard Guenther1-14/+0
2007-08-20c-objc-common.c (c_disregard_inline_limits): Remove.Richard Guenther1-13/+0
2007-08-20langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther1-13/+0
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther1-21/+0
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-6/+6
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-1/+1
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-0/+8
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
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