aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
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