aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli1-17/+0
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-0/+17
2010-05-27input.c: New file.Joseph Myers1-22/+0
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-1/+14
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+3
2010-05-21tree.c (build_function_decl_skip_args): Fix grammar.Nathan Froyd1-3/+3
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-05-20double-int.h (double_int_ior): New function.Anatoly Sokolov1-11/+0
2010-05-19re PR lto/44196 (lto1: ICE: tree check: expected field_decl, have type_decl i...Richard Guenther1-0/+9
2010-05-19Revert:Nathan Froyd1-0/+21
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd1-21/+0
2010-05-19tree.h (build_int_cstu): Implement as static inline.Anatoly Sokolov1-12/+13
2010-05-17cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po...Martin Jambor1-0/+56
2010-05-17tree.h (CALL_EXPR_ARGS): Delete.Nathan Froyd1-16/+0
2010-05-17tree.c (build_function_type_list_1): Remove bogus assert condition.Nathan Froyd1-1/+1
2010-05-16tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on BUILT_IN_AL...Eric Botcazou1-2/+5
2010-05-15tree.h (ctor_to_list): Delete.Nathan Froyd1-19/+0
2010-05-14cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove both its undef and define.Martin Jambor1-1/+0
2010-05-12tree.c (build_constructor): Compute TREE_CONSTANT for the resultant constructor.Nathan Froyd1-17/+18
2010-05-06* tree.c (initializer_zerop): Handle STRING_CST.Maxim Kuvyrkov1-0/+13
2010-05-04tree.c (free_lang_data_in_one_sizepos): New inline function.Eric Botcazou1-6/+43
2010-05-03double-int.h (tree_to_double_int): Remove macro.Anatoly Sokolov1-0/+24
2010-04-30re PR debug/43942 (-fcompare-debug faulure with external declaration in funct...Jakub Jelinek1-1/+2
2010-04-26re PR debug/42425 (ICE declaring local class)Richard Guenther1-1/+6
2010-04-23re PR lto/42653 (ICE with -g and -flto (requires both flags to crash))Richard Guenther1-1/+2
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou1-2/+2
2010-04-15tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther1-2/+9
2010-04-15double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.Anatoly Sokolov1-19/+5
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek1-2/+2
2010-04-07re PR debug/43516 ("-fcompare-debug failure" at -O2)Jakub Jelinek1-4/+22
2010-04-07re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther1-0/+3
2010-04-01re PR tree-optimization/43614 (ice in gimple_rhs_has_side_effects, at gimple....Richard Guenther1-1/+5
2010-03-11re PR tree-optimization/43257 (IPA-SRA changes DECL_ASSEMBLER_NAME)Martin Jambor1-20/+28