aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-24re PR c++/33506 (TYPE_RAISES_EXCEPTIONS dumped with attributes)Jakub Jelinek1-7/+14
2007-09-23tree.h (block_nonartificial_location): New prototype.Jakub Jelinek1-0/+36
2007-09-13Add AMD SSE5 support; Add iterator over function arguments; Add stdarg_p, pro...Michael Meissner1-0/+52
2007-09-07tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo1-5/+5
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-27/+21
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-3/+3
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi1-21/+16
2007-08-31tree.c (build_complex_type): Always set TYPE_NAME for comples types.Richard Guenther1-4/+2
2007-08-29re PR c++/33194 (ICE: canonical types differ for identical types void ()(cons...Douglas Gregor1-7/+5
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-17/+25
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-1/+1
2007-08-22re PR debug/32563 (ICE on pointer arithmetic)Richard Guenther1-1/+2
2007-08-20langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther1-1/+14
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther1-11/+15
2007-08-17re PR middle-end/32970 (C++ frontend can not handle vector pointer constant p...Ben Elliston1-4/+1
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-2/+2
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-1/+1
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-2/+2
2007-08-09tree.h (fixed_zerop): Declare as taking a const_tree.Michael Matz1-1/+1
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+177
2007-08-05[multiple changes]Andrew Pinski1-1/+1
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