aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-11split tree_typeNathan Froyd1-3/+11
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-0/+17
2011-05-04tree.h (build_function_type_array): Declare.Nathan Froyd1-0/+38
2011-05-03md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-0/+9
2011-05-02tree.c (tree_code_counts): New global array.Richard Guenther1-0/+8
2011-04-29split checksum into cfg checksum and line checksumXinliang David Li1-6/+18
2011-04-27Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...Richard Guenther1-2/+10
2011-04-22tree.c (build_int_cst): Properly create canonicalized integer constants.Richard Guenther1-10/+3
2011-04-21re PR debug/48703 (segfault in canonicalize_for_substitution)Richard Guenther1-4/+0
2011-04-20Revert last patch.Richard Sandiford1-9/+0
2011-04-20md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-0/+9
2011-04-19re PR debug/48207 (ICE in lhd_set_decl_assembler_name, at langhooks.c:158)Richard Guenther1-1/+6
2011-04-18tree.c (upper_bound_in_type): Build properly canonicalized INTEGER_CSTs.Richard Guenther1-13/+13
2011-04-18re PR c/48650 (valgrind: Invalid write of size 8 in build_string (tree.c:1524))Richard Guenther1-1/+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-3/+3
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-58/+8
2011-04-12tree.h (struct typed_tree): New.Nathan Froyd1-1/+7
2011-04-09Bail out rather than crashing in array_type_nelts if TYPE_MAX_VALUE is null.Duncan Sands1-0/+4
2011-04-04tree.h (struct tree_const_decl): Inherit from tree_decl_common.Nathan Froyd1-2/+1
2011-04-03tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not an integer.Michael Matz1-0/+7
2011-04-03tree.c (decl_init_priority_insert): Don't create entry for default priority.Michael Matz1-44/+4
2011-03-25Changelog c-family/Kai Tietz1-6/+2
2011-03-25ChangeLog gcc/Kai Tietz1-31/+75
2011-03-24tree.c (record_node_allocation_statistics): New function.Nathan Froyd1-56/+40
2011-03-24re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther1-0/+14
2011-03-22tree.c (build_call_1): New function.Nathan Froyd1-12/+20
2011-03-14re PR tree-optimization/48098 (internal compiler error: in build_vector_from_...Richard Guenther1-2/+8
2011-03-11re PR c++/48073 (ICE with -flto in templated C++ code)Richard Guenther1-1/+2
2011-03-11re PR c++/48069 (FAIL: g++.old-deja/g++.pt/spec26.C)Jason Merrill1-2/+1
2011-03-10re PR c++/48029 (ICE in finish_member_declaration() with --param ggc-min-expa...Jason Merrill1-2/+9
2011-02-20re PR target/47822 (Multiple test suite failures due to revision 170321)Richard Guenther1-0/+19
2011-01-26c.opt (-fkeep-inline-dllexport): New switch.Dave Korn1-3/+4
2011-01-01ChangeLog gcc/Kai Tietz1-9/+10
2010-12-26tree.c (get_binfo_at_offset): Use BINFO_TYPE instead of TREE_TYPE, compare TY...Martin Jambor1-2/+2
2010-12-22re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...Martin Jambor1-4/+9
2010-12-15tree.c (get_file_function_name): Avoid using random seed on GLOBAL_sub_I and ...Jan Hubicka1-2/+6
2010-12-02tree.c (build_range_type_1): Do not SET_TYPE_STRUCTURAL_EQUALITY for a non-sh...Eric Botcazou1-7/+8
2010-12-01tree.c (build_common_builtin_nodes): Do not initialize BUILT_IN_PROFILE_FUNC_...Jan Hubicka1-6/+0
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-0/+105
2010-11-30re PR middle-end/46725 (ICE when compiling libstdc++-v3/include/precompiled/s...Eric Botcazou1-4/+2
2010-11-30tree.c (build_range_type_1): Do not set TYPE_STRUCTURAL_EQUALITY_P because of...Eric Botcazou1-2/+4
2010-11-25target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers1-1/+2
2010-11-11re PR tree-optimization/46383 (ICE: in get_binfo_at_offset, at tree.c:10947)Martin Jambor1-2/+2
2010-11-09tree.h (contains_placeholder_p): Fix comment.Eric Botcazou1-8/+11
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-7/+37
2010-11-02re PR middle-end/46120 (g++.dg/ipa/ivinline-?.C)Martin Jambor1-19/+21
2010-11-01* tree.c (build_vector_from_val): Use useless_type_conversion_p.Nathan Froyd1-2/+2
2010-10-31fold-const.c (build_zero_vector): Use build_vector_from_val.Nathan Froyd1-11/+4