summaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR target/27067 (Compile errors with multiple inheritance where the stdcal...Danny Smith2007-05-241-4/+12
* c-common.c (c_common_signed_or_unsigned_type): Delay the check for INTEGRAL_T...Rafael Avila de Espindola2007-05-241-3/+3
* langhooks.c (lhd_tree_inlining_add_pending_fn_decls, [...]): Remove.Steven Bosscher2007-04-081-42/+0
* 2007-04-07 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2007-04-071-0/+8
* in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2007-04-071-8/+0
* langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_SAFE_FROM_P.Daniel Berlin2007-04-061-8/+0
* typeck.c (java_signed_or_unsigned_type): Remove.Rafael Avila de Espindola2007-03-301-0/+21
* function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle2007-02-191-2/+3
* fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.Tom Tromey2007-01-101-7/+0
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-1/+1
* builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle2006-10-301-4/+5
* decl.c: Include langhooks.h.Rafael Ávila de Espíndola2006-10-231-0/+38
* langhooks.h (struct lang_hooks): Add dwarf_name language hook.Nicolas Setton2006-05-191-1/+11
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* [multiple changes]Diego Novillo2006-01-181-0/+28
* re PR debug/23190 (debug info omitted for uninitialized variables (stabs))Richard Henderson2005-09-081-2/+2
* re PR c/22013 (ICE in gimple_add_tmp_var, at gimplify.c:535)Joseph Myers2005-07-051-0/+7
* Update FSF address.Kelley Cook2005-06-251-2/+2
* alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell2005-04-211-41/+32