aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-29tree.h (build_vector_from_val): Declare.Artjoms Sinkarovs1-0/+22
2010-10-21re PR tree-optimization/45875 (ice in gimple_fold_obj_type_ref_known_binfo wi...Martin Jambor1-3/+0
2010-10-18re PR lto/44950 (ICE in dwarf2out_finish, at dwarf2out.c:22271)Richard Guenther1-0/+9
2010-10-15tree.c (free_lang_data_in_decl): Clear DECL_INITIAL for automatic variables a...Richard Guenther1-2/+3
2010-10-15re PR tree-optimization/45957 (g++.dg/ext/fnname3.C FAILs with -flto/-fwhopr)Richard Guenther1-16/+0
2010-10-14sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke may_trap_or_f...Eric Botcazou1-0/+8
2010-10-14re PR c++/44561 (using nullptr_t with -flto/-fwhopr causes ICE: tree code 'la...Richard Guenther1-0/+4
2010-10-13Centralize knowledge of eh personality routines.Richard Henderson1-5/+1
2010-10-09re PR lto/45947 (ICE: tree code 'template_decl' is not supported in gimple st...Richard Guenther1-1/+1
2010-10-08lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers): Re-construct BLO...Richard Guenther1-63/+1
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-2/+4
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-2/+2
2010-09-24extend.texi: (attribute leaf): Document.Jan Hubicka1-13/+16
2010-09-20langhooks.h (struct lang_hooks_for_types): Remove hash_types field.Eric Botcazou1-24/+62
2010-09-16tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther1-2/+21
2010-09-13tree.c (build_zero_cst): New.Jan Hubicka1-0/+12
2010-09-10tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.Richard Guenther1-18/+0
2010-09-10re PR debug/44115 (gcc.dg/guality/sra-1.c failure)Richard Guenther1-6/+0
2010-09-10tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.Richard Guenther1-44/+31
2010-09-10tree.h (build_index_2_type): Remove.Richard Guenther1-9/+0
2010-09-08re PR debug/45419 (-fcompare-debug failure at -O3)Alexandre Oliva1-0/+15
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-4/+38
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-1/+1
2010-09-01re PR bootstrap/45321 (ARM bootstrap failure due to stdarg_p change)Mikael Pettersson1-1/+1
2010-08-26re PR tree-optimization/45255 (internal compiler error: verify_stmts failed w...Richard Guenther1-2/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-11/+11
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-4/+5
2010-08-10tree.h (tree_node_kind): Delete.Nathan Froyd1-2/+0
2010-08-09tree.c (nreverse): Assert that we don't have a BLOCK.Nathan Froyd1-0/+3
2010-07-29tree.c (build_vector): Assert that the vector constant has enough elements.Richard Guenther1-0/+7
2010-07-21re PR lto/45018 (ICE: tree check: did not expect class 'type', have 'type' (r...Richard Guenther1-4/+11
2010-07-16tree.c (build_common_builtin_nodes): Use build_function_type_list instead of ...Nathan Froyd1-50/+36
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-3/+4
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-7/+7