aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-29re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a...Richard Guenther1-0/+11
2008-04-29re PR middle-end/36077 (Expressions result is wrong)Richard Guenther1-2/+7
2008-04-24re PR tree-optimization/36008 (Function produces wrong results when inlined.)Jakub Jelinek1-1/+1
2008-04-22fold-const.c (pointer_may_wrap_p): Call int_size_in_bytes rather than size_in...Ian Lance Taylor1-23/+19
2008-04-18fold-const.c (pointer_may_wrap_p): New static function.Ian Lance Taylor1-4/+81
2008-04-17tree-vn.c (expressions_equal_p): Do not check type equality or compatibility ...Richard Guenther1-0/+5
2008-04-15tree-const.c (tree_call_nonnegative_warnv_p): Remove local variable arg1.Rafael Avila de Espindola1-6/+3
2008-04-15* fold-const.c (fold_overflow_warning): Remove assertion.Ian Lance Taylor1-1/+0
2008-04-14flags.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Define.Ian Lance Taylor1-2/+10
2008-04-08fold-const.c (fold_widened_comparison): Do not allow sign-changes that change...Richard Guenther1-1/+5
2008-04-08fold-canst.c (tree_call_nonnegative_warnv_p): New.Rafael Avila de Espindola1-125/+142
2008-04-07fold-const.c (fold): New case.Eric Botcazou1-0/+39
2008-04-04re PR middle-end/35823 (verify_gimple fails on taking 'Size of a String subpr...Richard Guenther1-1/+2
2008-04-01re PR middle-end/35705 (Symbol address check eliminated by C frontend.)John David Anglin1-1/+1
2008-03-31re PR tree-optimization/30186 (accessing an element via a "pointer" on a vect...Andrew Pinski1-0/+28
2008-03-30fold-const.c (fold_binary): Add missing conversions.Eric Botcazou1-2/+4
2008-03-30re PR middle-end/31023 (Fold is agnostic of integer sub-types)Richard Guenther1-0/+5
2008-03-28fold-const.c (tree_unary_nonnegative_warnv_p): Make it public.Rafael Avila de Espindola1-7/+7
2008-03-27re PR tree-optimization/35716 (gfortran.dg/assign_6.f and gfortran.dg/g77/dnr...Richard Guenther1-3/+7
2008-03-27fold-const.c (target.h): Include.Richard Guenther1-32/+46
2008-03-27re PR tree-optimization/35429 (ICE with complex arithmetic)Andrew Pinski1-2/+4
2008-03-26revert: fold-const.c (target.h): Include.Richard Guenther1-39/+32
2008-03-26fold-const.c (target.h): Include.Richard Guenther1-32/+39
2008-03-17re PR tree-optimization/19637 (Missed VRP and FRE opportunities in the presen...Richard Guenther1-7/+2
2008-03-14re PR tree-optimization/34043 (Missed optimization causing extra loads and st...Richard Guenther1-8/+13
2008-03-12re PR rtl-optimization/34522 (inefficient code for long long multiply when on...Paolo Bonzini1-0/+20
2008-03-05re PR c++/35336 (Broken diagnostic: 'bit_field_ref' not supported by dump_expr)Richard Guenther1-364/+6
2008-03-05fold-const.c (tree_single_nonnegative_warnv_p): Fix mixed declaration and code.Geoffrey Keating1-3/+2
2008-03-04fold-const.c (tree_simple_nonnegative_warnv_p): New.Rafael Avila de Espindola1-94/+238
2008-03-04fold-const.c (tree_unary_nonzero_warnv_p): New.Rafael Avila de Espindola1-74/+187
2008-03-04re PR middle-end/35456 (Different results for inlined vs. non-inlined function)Uros Bizjak1-5/+8
2008-03-03tree-ssa-sccvn.c (visit_reference_op_store): Do not insert struct copies into...Richard Guenther1-6/+21
2008-02-29fold-const.c (fold_convertible_p): Correct the logic to follow that in fold_c...Francois-Xavier Coudert1-1/+8
2008-02-27re PR tree-optimization/25290 (PHI-OPT could be rewritten so that is uses fold)Richard Guenther1-1/+1
2008-02-27re PR middle-end/34971 (bitfield rotates are folded and expanded wrong)Richard Guenther1-5/+10
2008-02-21tree.def (PAREN_EXPR): New tree code.Richard Guenther1-0/+8
2008-02-20fold-const.c (split_tree): Associate floatig-point expressions if flag_associ...Richard Guenther1-1/+1
2008-02-20tree.h (fold_real_zero_addition_p): Declare.Richard Guenther1-2/+1
2008-02-12re PR middle-end/35163 (folding comparison loses cast)Richard Guenther1-1/+3
2008-01-16re PR middle-end/32628 (bogus integer overflow warning)Richard Guenther1-2/+16
2008-01-12re PR ada/33788 (GNAT bug box in expand_expr_addr_expr_1, at expr.c:6862)Eric Botcazou1-1/+6
2007-12-05re PR middle-end/34337 (Internal error while building gtkwhiteboardc.c from p...Jakub Jelinek1-6/+25
2007-12-03re PR middle-end/29749 (Missing byte swap optimizations)Jakub Jelinek1-0/+113
2007-11-17re PR middle-end/34130 (the builtin abs() gives wrong result when used in som...Richard Guenther1-0/+3
2007-11-16re PR middle-end/34030 (ICE in in compare_values_warnv, at tree-vrp.c:701)Richard Guenther1-18/+18
2007-11-12re PR middle-end/34070 (Wrong code for (int)x%4)Richard Guenther1-2/+2
2007-11-12re PR tree-optimization/34027 (-Os code size nearly doubled)Richard Guenther1-0/+36
2007-11-04re PR middle-end/32931 (FORALL and WHERE give an ICE with -m64)Andrew Pinski1-2/+2
2007-10-31re PR middle-end/33779 (folds unsigned multiplication == 0 to true)Richard Guenther1-4/+7
2007-10-30re PR c++/33709 (Type verification failure with new expression)Jakub Jelinek1-3/+6