summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR debug/43942 (-fcompare-debug faulure with external declaration in funct...Jakub Jelinek2010-04-301-1/+2
* re PR debug/42425 (ICE declaring local class)Richard Guenther2010-04-261-1/+6
* re PR lto/42653 (ICE with -g and -flto (requires both flags to crash))Richard Guenther2010-04-231-1/+2
* fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2010-04-181-2/+2
* tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther2010-04-151-2/+9
* double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.Anatoly Sokolov2010-04-151-19/+5
* tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek2010-04-071-2/+2
* re PR debug/43516 ("-fcompare-debug failure" at -O2)Jakub Jelinek2010-04-071-4/+22
* re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not ...Richard Guenther2010-04-071-0/+3
* re PR tree-optimization/43614 (ice in gimple_rhs_has_side_effects, at gimple....Richard Guenther2010-04-011-1/+5
* re PR tree-optimization/43257 (IPA-SRA changes DECL_ASSEMBLER_NAME)Martin Jambor2010-03-111-20/+28
* re PR c/43007 (No longer folds (unsigned int) ((long long unsigned int) spi_b...Richard Guenther2010-02-101-0/+8
* tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson2010-01-211-0/+12
* tree.c (free_lang_data_in_binfo): Do not free BINFO_OFFSET and BINFO_VPTR_FIELD.Richard Guenther2009-12-151-32/+10
* tree.c (need_assembler_name_p): Abstract decls do not need an assembler name.Richard Guenther2009-12-121-0/+4
* re PR lto/42088 (flag_gtoggle in free_lang_data hides -fcompare-debug errors)Richard Guenther2009-12-021-6/+2
* re PR middle-end/42224 (32bit pointers to 32bit pointers abort on 64bit VMS a...Ulrich Weigand2009-12-021-43/+4
* tree.c (free_lang_data): Do not set debug_info_level to none if terse.Richard Guenther2009-11-301-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-65/+65
* tree.h (union tree_ann_d): Don't declare.Michael Matz2009-11-241-1/+2
* gimple.c (canonicalize_cond_expr_cond): Strip conversions around truth-valued...Richard Guenther2009-11-191-2/+5
* tree.c (need_assembler_name_p): Use cgraph_get_node instead of cgraph_node_fo...Jakub Jelinek2009-11-191-1/+1
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-1/+1
* * tree.c (reconstruct_complex_type): Preserve attributes.Jason Merrill2009-11-071-1/+2