aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-1/+1
2010-09-29tree.h (SCOPE_FILE_SCOPE_P): New macro.Richard Guenther1-3/+6
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-25/+2
2010-09-24extend.texi: (attribute leaf): Document.Jan Hubicka1-0/+2
2010-09-20langhooks.h (struct lang_hooks_for_types): Remove hash_types field.Eric Botcazou1-0/+2
2010-09-16tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther1-0/+20
2010-09-13tree.c (build_zero_cst): New.Jan Hubicka1-0/+1
2010-09-10tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.Richard Guenther1-6/+0
2010-09-10tree.h (build_index_2_type): Remove.Richard Guenther1-1/+0
2010-09-08tree.h (TYPE_ORIG_SIZE_TYPE): Remove.Richard Guenther1-3/+0
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-5/+7
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-4/+5
2010-09-01re PR bootstrap/45321 (ARM bootstrap failure due to stdarg_p change)Mikael Pettersson1-4/+2