aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-11split tree_typeNathan Froyd1-72/+117
2011-05-10make CASE_LABEL_EXPR not abuse TREE_CHAINNathan Froyd1-1/+1
2011-05-09Implement final/override for member functions.Ville Voutilainen1-5/+7
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-0/+4
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-3/+0
2011-05-04tree.h (build_function_type_array): Declare.Nathan Froyd1-0/+7
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-1/+1
2011-05-03md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-0/+1
2011-04-29split checksum into cfg checksum and line checksumXinliang David Li1-0/+1
2011-04-27Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...Richard Guenther1-0/+3
2011-04-26re PR tree-optimization/48694 (possible memory hog bug)Richard Guenther1-1/+2
2011-04-20Revert last patch.Richard Sandiford1-1/+0
2011-04-20md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-0/+1
2011-04-15tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.Michael Matz1-2/+3
2011-04-14tree.h (get_object_alignment_1): Declare.Richard Guenther1-0/+1
2011-04-14tree.h (struct tree_constructor): Include tree_typed instead of tree_common.Nathan Froyd1-1/+1
2011-04-13tree-flow.h (struct gimple_df): Make free_ssanames a VEC.Nathan Froyd1-1/+1
2011-04-13tree.h (struct tree_int_cst, [...]): Include tree_typed instead of tree_common.Nathan Froyd1-6/+6
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-2/+50
2011-04-12tree.h (struct typed_tree): New.Nathan Froyd1-8/+13
2011-04-04tree.h (struct tree_const_decl): Inherit from tree_decl_common.Nathan Froyd1-1/+1
2011-04-03tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not an integer.Michael Matz1-1/+1
2011-04-03tree.c (decl_init_priority_insert): Don't create entry for default priority.Michael Matz1-3/+0
2011-03-31tree.h (CASE_CHAIN): Define.Nathan Froyd1-0/+1
2011-03-25ChangeLog gcc/Kai Tietz1-0/+5
2011-03-24re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther1-0/+1
2011-03-21ChangeLog gcc/Kai Tietz1-0/+2
2011-03-11attribs.c (lookup_attribute_spec): Take const_tree.Jason Merrill1-1/+1
2011-03-04tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.Alan Modra1-2/+1
2011-01-11re PR lto/45721 (ICE: in function_and_variable_visibility, at ipa.c:673 with ...Jan Hubicka1-0/+12
2010-12-22re PR debug/46724 (Wrong debug info: Invalid variable location)Alexandre Oliva1-2/+4
2010-12-03tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis1-2/+2
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-0/+1
2010-11-26re PR bootstrap/45700 (--enable-checking=fold bootstrap failures)Jakub Jelinek1-0/+75
2010-11-24common.opt (user_vect_verbosity_level): New Variable entry.Joseph Myers1-3/+0
2010-11-24common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers1-2/+0
2010-11-23tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka1-1/+8
2010-11-20re PR tree-optimization/45830 (Code+rodata increase with -ftree-switch-conver...Jakub Jelinek1-0/+2
2010-11-15godump.c: New file.Ian Lance Taylor1-7/+31
2010-11-10common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations.Joseph Myers1-5/+0
2010-11-09tree.h (contains_placeholder_p): Fix comment.Eric Botcazou1-8/+5
2010-11-05tree.h (struct tree_type): Don't use descbits in GTY annotation.Ian Lance Taylor1-2/+1
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-0/+1
2010-10-31tree.h (EXPR_LOC_OR_HERE): New macro.Jason Merrill1-0/+1
2010-10-29tree.h (build_vector_from_val): Declare.Artjoms Sinkarovs1-0/+1
2010-10-26Implement opaque-enum-specifiers for C++0x.Rodrigo Rivas Costa1-0/+3
2010-10-18Fix PR 46041Michael Meissner1-1/+0
2010-10-16gimplify.c (gimplify_type_sizes): If the type is to be ignored for debug info...Eric Botcazou1-2/+3
2010-10-15Add fma supportMichael Meissner1-0/+1
2010-10-11tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.Ian Lance Taylor1-4/+8