aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-22tree.c (tree_fold_gcd): Use build_int_cst where appropriate.Richard Guenther1-2/+2
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-0/+19
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-2/+2
2005-12-06re PR c++/24138 (ICE with the code in PR 20407)Aldy Hernandez1-2/+4
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-6/+27
2005-12-02tree.h (build): Remove prototype.Richard Guenther1-58/+1
2005-11-10tree.c (int_fits_type_p): Only look at the base type if it has the same preci...Eric Botcazou1-2/+5
2005-11-09tree.c (build_qualified_type): Chain the new type to the original type's TYPE...Eric Botcazou1-6/+24
2005-11-05c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-11-02(tree_int_cst_sgn): Fix typo in comment.Richard Kenner1-1/+1
2005-10-12re PR target/21275 (gcc 4.0.0 crash with mingw when using stdout in global var)Danny Smith1-19/+65
2005-10-04+2005-10-04 Andrew Pinski <pinskia@physics.uc.edu> + + * tree.c (annotate_wit...Andrew Pinski1-1/+1
2005-10-04tree.c (last_annotated_node): Change type to location_t*.Andrew Pinski1-8/+7
2005-10-03gimplify.c (find_single_pointer_decl_1): New static function.Ian Lance Taylor1-1/+56
2005-09-14* tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.Eric Botcazou1-1/+15
2005-09-13tree.c (annotate_with_file_line): Compare line numbers before file names.Volker Reichelt1-4/+4
2005-09-11tree.c (contains_placeholder_p): Properly handle CALL_EXPR again.Eric Botcazou1-0/+3
2005-09-07* tree.c (host_integerp, tree_low_cst): Correct function comment.Richard Kenner1-2/+2
2005-08-28stor-layout.c (finalize_type_size): Revert workaround from 08-26.Richard Henderson1-1/+1
2005-08-16* tree.c (build_string): Mark tree CONSTANT and INVARIANT.Ian Lance Taylor1-0/+2
2005-08-11re PR c++/23225 (tree check: expected class type, have exceptional (error_mar...James A. Morrison1-0/+3
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-2/+2
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-19/+104
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-23/+214
2005-07-08re PR tree-optimization/22360 (upper_bound_in_type and lower_bound_in_type ar...Kazu Hirata1-42/+79
2005-07-05re PR c/22013 (ICE in gimple_add_tmp_var, at gimplify.c:535)Joseph Myers1-0/+2
2005-07-02c.opt, [...]: Remove "." from end of help texts.Joseph Myers1-3/+3
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-5/+5
2005-06-30coretypes.h (tls_model): Add TLS_MODEL_NONE as 0.Steven Bosscher1-2/+3
2005-06-29re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048))))Steve Ellcey1-1/+1
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-15/+15
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07re PR middle-end/21850 (misscompiling comparision from vector to integer)Jakub Jelinek1-3/+10
2005-06-07tree-ssa-address.c: New file.Zdenek Dvorak1-1/+40
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