aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-25re PR tree-optimization/35518 (FAIL: gcc.c-torture/execute/20040709-1.c execu...Richard Guenther1-0/+7
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-31re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)Richard Guenther1-10/+0
2008-05-30* fold-const.c (fold_unary) <CASE_CONVERT>: Add ??? comment.Eric Botcazou1-1/+4
2008-05-26re PR middle-end/36300 (Incorrect type used for inlined expression)Richard Guenther1-7/+7
2008-05-18re PR middle-end/35509 (builtin isinf() mismatch to compile-time substitution)Kaveh R. Ghazi1-0/+3
2008-05-17fold-const.c (fold_unary): Fold the cast into a BIT_AND_EXPR only for an INTE...Eric Botcazou1-2/+1
2008-05-13re PR middle-end/36227 (POINTER_PLUS folding introduces undefined overflow)Richard Guenther1-1/+2
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-22/+12
2008-05-08re PR middle-end/36172 (ice for legal code with -O3)Richard Guenther1-2/+5
2008-05-07re PR middle-end/36137 (gcc can't do math)Jakub Jelinek1-3/+4
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