summaryrefslogtreecommitdiff
path: root/gcc/langhooks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* c-objc-common.h, [...]: Update copyright.Kazu Hirata2005-02-211-1/+1
* re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg2005-02-201-0/+6
* Speed up walk_tree by introducing a special-purpose hash table.Matt Austern2004-10-141-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-3/+3
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-3/+4
* configure.ac: Check for COMDAT support.Mark Mitchell2004-09-151-0/+8
* re PR c++/17412 (tree check failure in fold-const)Steven Bosscher2004-09-111-0/+1
* Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org>Nathan Sidwell2004-09-101-31/+38
* lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable...Giovanni Bajo2004-09-101-38/+31
* tree.c (staticp): Return the static object.Richard Henderson2004-08-261-2/+2
* c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher2004-07-281-11/+3
* c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti2004-07-251-28/+28