aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-04cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin1-2/+59
2005-06-02tree.c (build_common_builtin_nodes): Fix the return type on __builtin_memcmp.Andrew Pinski1-1/+1
2005-06-01c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin1-0/+94
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-1/+2
2005-05-18tree.c (build1_stat): Don't try to handle two-operand tree codes.Richard Guenther1-6/+0
2005-05-11Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency.Jan Hubicka1-0/+10
2005-05-02ggc.h (ggc_alloc_zone_pass_stat): New macro.Daniel Jacobowitz1-8/+7
2005-05-01re PR tree-optimization/18316 (Missed IV optimization)Zdenek Dvorak1-4/+7
2005-04-29tree.c (build_block): Removed unused 'tags' argument.Tom Tromey1-2/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-0/+17
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-8/+8
2005-03-30tree.def (FILE_TYPE): Removed.Tom Tromey1-1/+0
2005-03-25tree.c (get_set_constructor_bits, [...]): Remove.Kazu Hirata1-93/+0
2005-03-16tree-inline.c (walk_type_fields, [...]): Move from here...Steven Bosscher1-0/+352
2005-03-16re PR tree-optimization/17454 (ICE with --enable-checking=fold)Roger Sayle1-0/+4
2005-03-13re PR middle-end/19331 (Inefficient code generated for bitfield assignment)Roger Sayle1-2/+5
2005-03-13ggc-zone.c: Rewritten.Daniel Jacobowitz1-6/+9
2005-02-11tree-complex.c (expand_complex_libcall): New.Richard Henderson1-0/+42
2005-02-11tree.c (build_function_type_list): Work correctly if there are no arguments.Ian Lance Taylor1-3/+8
2005-02-10re PR tree-optimization/18687 (>200% compile time regression compared to gcc-...Zdenek Dvorak1-0/+38
2005-02-09builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson1-0/+118
2005-02-02tree.c (build_int_cst_type): Take sign of the value into account when decidin...Zdenek Dvorak1-12/+35
2005-01-08tree.c (int_fits_type_p): Always honor integer constant TYPE_MIN_VALUE and TY...Roger Sayle1-34/+33
2005-01-01tree.c (int_fits_type_p): A narrower type always fits in a wider one...Roger Sayle1-4/+11
2005-01-01tree.c (int_fits_type_p): Compare the result of force_fit_type with the origi...Roger Sayle1-5/+6
2004-12-23tree.c (iterative_hash_expr): Canonicalize builtins.Dale Johannesen1-1/+13
2004-12-17tree.c (type_contains_placeholder_1): Always return false for VECTOR_TYPE if ...Steven Bosscher1-1/+1
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell1-7/+0
2004-12-08c-common.c (verify_tree): Don't check code length if we know we are handling ...Kazu Hirata1-10/+2
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata1-21/+8
2004-12-02tree.c (is_attribute_p): Split out to ..Andrew Pinski1-10/+23
2004-11-27tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata1-0/+16
2004-11-24tree.c (recompute_tree_invarant_for_addr_expr): The address of a thread-local...Aldy Hernandez1-1/+3
2004-11-24re PR c++/16882 (overloading confused by const vector arguments)Paolo Bonzini1-2/+17
2004-11-17tree-cfg.c (edge_to_cases): Renamed from edge_to_case_leader.Jeff Law1-13/+0
2004-11-15re PR tree-optimization/18431 (Code for arrays and pointers are not the same)Zdenek Dvorak1-0/+72
2004-11-13c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-12tree-cfg.c (hashtab.h): Include.Jeff Law1-0/+13
2004-11-10re PR c++/18143 (Duplicated thunk with a huge member in the hierarchy)Nathan Sidwell1-13/+19
2004-11-03re PR middle-end/18231 (Nested inline function not inlined)Andrew Pinski1-5/+4
2004-11-03tree.c (tree_fold_gcd): Use FLOOR_MOD_EXPR instead of CEIL_MOD_EXPR.Sebastian Pop1-1/+1
2004-10-28tree.c (int_cst_node, [...]): New variables.Nathan Sidwell1-9/+71
2004-10-27re PR tree-optimization/18048 (mgrid loop performance regression with ivopts ...Zdenek Dvorak1-0/+34
2004-10-25re PR middle-end/17407 (ICE in int_mode_for_mode)Andrew Pinski1-2/+5
2004-10-21re PR objc/17923 (const-str-[34].m fails on the mainline (next runtime))Andrew Pinski1-0/+4
2004-10-19re PR middle-end/17885 (gimplifing of volatile &a->)Richard Henderson1-9/+6
2004-09-29tree.c (make_node_stat): Fix uninitialized warning.Nathan Sidwell1-14/+33
2004-09-28re PR c++/17642 (internal compiler error: in invert_truthvalue, at fold-const...Mark Mitchell1-1/+1