summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* re PR bootstrap/45321 (ARM bootstrap failure due to stdarg_p change)Mikael Pettersson2010-09-011-1/+1
* re PR tree-optimization/45255 (internal compiler error: verify_stmts failed w...Richard Guenther2010-08-261-2/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-11/+11
* tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther2010-08-161-4/+5
* tree.h (tree_node_kind): Delete.Nathan Froyd2010-08-101-2/+0
* tree.c (nreverse): Assert that we don't have a BLOCK.Nathan Froyd2010-08-091-0/+3
* tree.c (build_vector): Assert that the vector constant has enough elements.Richard Guenther2010-07-291-0/+7
* re PR lto/45018 (ICE: tree check: did not expect class 'type', have 'type' (r...Richard Guenther2010-07-211-4/+11
* tree.c (build_common_builtin_nodes): Use build_function_type_list instead of ...Nathan Froyd2010-07-161-50/+36
* tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov2010-07-151-3/+4
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-7/+7
* tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.Tom de Vries2010-07-091-4/+2
* When materializing a cloned function with arguments removed,Duncan Sands2010-07-071-1/+1
* re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...Jan Hubicka2010-07-071-0/+1
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-6/+7
* double-int.h (fit_double_type): Remove declaration.Anatoly Sokolov2010-07-051-22/+17
* tree.c (reference_alias_ptr_type): New function.Richard Guenther2010-07-051-0/+19
* tree.h (build_call_list): Remove.Nathan Froyd2010-07-051-21/+0
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-2/+0
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-1/+38
* double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov2010-06-281-0/+46
* re PR middle-end/44671 (Partial inlining breaks C++)Jan Hubicka2010-06-281-0/+7
* With large parts from Jim Wilson:Bernd Schmidt2010-06-251-0/+17
* tree.h (vec_member): Declare.Nathan Froyd2010-06-171-0/+13
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-27/+19
* re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli2010-06-061-0/+17
* tree.h (struct tree_decl_map): New type.Jakub Jelinek2010-06-021-23/+33
* tree.h (build_nt_call_list): Delete.Nathan Froyd2010-06-011-17/+0
* Revert "Fix PR c++/44188"Dodji Seketeli2010-05-281-17/+0
* re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli2010-05-271-0/+17
* input.c: New file.Joseph Myers2010-05-271-22/+0
* demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz2010-05-261-1/+14
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+3
* tree.c (build_function_decl_skip_args): Fix grammar.Nathan Froyd2010-05-211-3/+3
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* double-int.h (double_int_ior): New function.Anatoly Sokolov2010-05-201-11/+0
* re PR lto/44196 (lto1: ICE: tree check: expected field_decl, have type_decl i...Richard Guenther2010-05-191-0/+9
* Revert:Nathan Froyd2010-05-191-0/+21
* tree.h (build_call_list): Remove.Nathan Froyd2010-05-181-21/+0
* tree.h (build_int_cstu): Implement as static inline.Anatoly Sokolov2010-05-191-12/+13
* cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po...Martin Jambor2010-05-171-0/+56
* tree.h (CALL_EXPR_ARGS): Delete.Nathan Froyd2010-05-171-16/+0
* tree.c (build_function_type_list_1): Remove bogus assert condition.Nathan Froyd2010-05-171-1/+1
* tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on BUILT_IN_AL...Eric Botcazou2010-05-161-2/+5
* tree.h (ctor_to_list): Delete.Nathan Froyd2010-05-151-19/+0
* cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove both its undef and define.Martin Jambor2010-05-141-1/+0
* tree.c (build_constructor): Compute TREE_CONSTANT for the resultant constructor.Nathan Froyd2010-05-121-17/+18
* * tree.c (initializer_zerop): Handle STRING_CST.Maxim Kuvyrkov2010-05-061-0/+13
* tree.c (free_lang_data_in_one_sizepos): New inline function.Eric Botcazou2010-05-041-6/+43
* double-int.h (tree_to_double_int): Remove macro.Anatoly Sokolov2010-05-031-0/+24