aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-16/+16
2007-07-28calls.c (special_function_p, [...]): Constify.Kaveh R. Ghazi1-7/+7
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-19/+20
2007-07-25expr.c (handled_component_p): Constify.Kaveh R. Ghazi1-66/+66
2007-07-12builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a FUNCTION_DECL.Geoffrey Keating1-12/+10
2007-07-10re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating1-1/+4
2007-07-04tree.c (maybe_canonicalize_argtypes): Improve description.Douglas Gregor1-9/+5
2007-07-04tree.c (maybe_canonicalize_argtypes): New.Douglas Gregor1-12/+114
2007-07-02re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Richard Guenther1-1/+1
2007-07-02tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ...Richard Guenther1-2/+1
2007-06-23extend.texi: Document that dllimport and dllexport imply default visibility.Mark Mitchell1-4/+27
2007-06-15[multiple changes]Andrew Pinski1-0/+10
2007-06-11really remove signed(_or_unsigned)?_type langhooksRafael Espindola1-11/+15
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-2/+10
2007-05-01re PR tree-optimization/31739 (ICE at tree.c:902 compiling g-regexp.adb)Ian Lance Taylor1-9/+4
2007-04-30double-int.c (mpz_set_double_int): Moved from tree-ssa-loop-niter.c.Brooks Moses1-0/+41
2007-04-30[multiple changes]Andrew Pinski1-3/+10
2007-04-27re PR middle-end/31710 (ICE in in set_value_range, at tree-vrp.c:278)Ian Lance Taylor1-0/+9
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-1/+10
2007-04-072007-04-07 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-5/+9
2007-04-07in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-9/+5
2007-03-29re PR middle-end/30666 (warning: canonical types differ for identical types d...Douglas Gregor1-16/+5
2007-03-28tree.c (is_global_var): Move ...Richard Guenther1-11/+0
2007-03-28tree.c (tree_contains_struct): Permit 512 tree codes.Douglas Gregor1-1/+1
2007-03-14flags.h (flag_random_seed): Remove declaration, in favor of...Alexandre Oliva1-1/+1
2007-03-10re PR target/20924 (inline float divide does not set correct fpu status flags)Mark Mitchell1-4/+6
2007-03-04Remove spurious whitespace from error message.Martin Michlmayr1-1/+1
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-53/+81
2007-02-16re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO...Roger Sayle1-33/+15
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-38/+278
2007-02-06tree.c (tree_int_map_hash, [...]): Remove prototypes and make them non-static.Paolo Bonzini1-12/+3
2007-01-28tree.c (tree_fold_gcd): Delete.Roger Sayle1-38/+0
2007-01-11builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle1-11/+5
2007-01-08tree.h (build_int_cst_wide_type): Export.Richard Guenther1-4/+14
2007-01-08builtins.c (fold_builtin_int_roundingfn): Use fit_double_type.Richard Guenther1-55/+12
2007-01-08tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther1-2/+5
2007-01-05re PR c++/27826 (ICE in copy_to_mode_reg)Richard Guenther1-4/+2
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor1-5/+124
2006-12-11[multiple changes]Diego Novillo1-0/+6
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-0/+3
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-0/+34
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-8/+233
2006-12-04tree.c (walk_type_fields): Do not handle TYPE_MIN_VALUE and TYPE_MAX_VALUE fo...Eric Botcazou1-18/+26
2006-11-13re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec...Jason Merrill1-0/+4
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-3/+0
2006-11-11tree.c (build_int_cst_wide): Add an assertion (gcc_unreachable) when attempti...Roger Sayle1-1/+5
2006-11-01extend.texi (__builtin_bswap32): Document.Eric Christopher1-0/+4
2006-11-01In gcc/:Geoffrey Keating1-36/+29
2006-10-30builtins.c (expand_builtin_mathfn_3): Correct coding style.Roger Sayle1-1/+6