aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-09tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.Tom de Vries1-4/+2
2010-07-07When materializing a cloned function with arguments removed,Duncan Sands1-1/+1
2010-07-07re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...Jan Hubicka1-0/+1
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-6/+7
2010-07-05double-int.h (fit_double_type): Remove declaration.Anatoly Sokolov1-22/+17
2010-07-05tree.c (reference_alias_ptr_type): New function.Richard Guenther1-0/+19
2010-07-05tree.h (build_call_list): Remove.Nathan Froyd1-21/+0
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-2/+0
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-1/+38
2010-06-28double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov1-0/+46
2010-06-28re PR middle-end/44671 (Partial inlining breaks C++)Jan Hubicka1-0/+7
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-0/+17
2010-06-17tree.h (vec_member): Declare.Nathan Froyd1-0/+13
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-27/+19
2010-06-06re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-0/+17
2010-06-02tree.h (struct tree_decl_map): New type.Jakub Jelinek1-23/+33
2010-06-01tree.h (build_nt_call_list): Delete.Nathan Froyd1-17/+0