summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/35509 (builtin isinf() mismatch to compile-time substitution)Kaveh R. Ghazi2008-05-181-0/+3
* fold-const.c (fold_unary): Fold the cast into a BIT_AND_EXPR only for an INTE...Eric Botcazou2008-05-171-2/+1
* re PR middle-end/36227 (POINTER_PLUS folding introduces undefined overflow)Richard Guenther2008-05-131-1/+2
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-22/+12
* re PR middle-end/36172 (ice for legal code with -O3)Richard Guenther2008-05-081-2/+5
* re PR middle-end/36137 (gcc can't do math)Jakub Jelinek2008-05-071-3/+4
* re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a...Richard Guenther2008-04-291-0/+11
* re PR middle-end/36077 (Expressions result is wrong)Richard Guenther2008-04-291-2/+7
* re PR tree-optimization/36008 (Function produces wrong results when inlined.)Jakub Jelinek2008-04-241-1/+1
* fold-const.c (pointer_may_wrap_p): Call int_size_in_bytes rather than size_in...Ian Lance Taylor2008-04-221-23/+19
* fold-const.c (pointer_may_wrap_p): New static function.Ian Lance Taylor2008-04-181-4/+81
* tree-vn.c (expressions_equal_p): Do not check type equality or compatibility ...Richard Guenther2008-04-171-0/+5
* tree-const.c (tree_call_nonnegative_warnv_p): Remove local variable arg1.Rafael Avila de Espindola2008-04-151-6/+3
* * fold-const.c (fold_overflow_warning): Remove assertion.Ian Lance Taylor2008-04-151-1/+0
* flags.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Define.Ian Lance Taylor2008-04-141-2/+10
* fold-const.c (fold_widened_comparison): Do not allow sign-changes that change...Richard Guenther2008-04-081-1/+5
* fold-canst.c (tree_call_nonnegative_warnv_p): New.Rafael Avila de Espindola2008-04-081-125/+142
* fold-const.c (fold): New case.Eric Botcazou2008-04-071-0/+39
* re PR middle-end/35823 (verify_gimple fails on taking 'Size of a String subpr...Richard Guenther2008-04-041-1/+2
* re PR middle-end/35705 (Symbol address check eliminated by C frontend.)John David Anglin2008-04-011-1/+1
* re PR tree-optimization/30186 (accessing an element via a "pointer" on a vect...Andrew Pinski2008-03-311-0/+28
* fold-const.c (fold_binary): Add missing conversions.Eric Botcazou2008-03-301-2/+4
* re PR middle-end/31023 (Fold is agnostic of integer sub-types)Richard Guenther2008-03-301-0/+5
* fold-const.c (tree_unary_nonnegative_warnv_p): Make it public.Rafael Avila de Espindola2008-03-281-7/+7
* re PR tree-optimization/35716 (gfortran.dg/assign_6.f and gfortran.dg/g77/dnr...Richard Guenther2008-03-271-3/+7
* fold-const.c (target.h): Include.Richard Guenther2008-03-271-32/+46
* re PR tree-optimization/35429 (ICE with complex arithmetic)Andrew Pinski2008-03-271-2/+4
* revert: fold-const.c (target.h): Include.Richard Guenther2008-03-261-39/+32
* fold-const.c (target.h): Include.Richard Guenther2008-03-261-32/+39
* re PR tree-optimization/19637 (Missed VRP and FRE opportunities in the presen...Richard Guenther2008-03-171-7/+2
* re PR tree-optimization/34043 (Missed optimization causing extra loads and st...Richard Guenther2008-03-141-8/+13
* re PR rtl-optimization/34522 (inefficient code for long long multiply when on...Paolo Bonzini2008-03-121-0/+20
* re PR c++/35336 (Broken diagnostic: 'bit_field_ref' not supported by dump_expr)Richard Guenther2008-03-051-364/+6
* fold-const.c (tree_single_nonnegative_warnv_p): Fix mixed declaration and code.Geoffrey Keating2008-03-051-3/+2
* fold-const.c (tree_simple_nonnegative_warnv_p): New.Rafael Avila de Espindola2008-03-041-94/+238
* fold-const.c (tree_unary_nonzero_warnv_p): New.Rafael Avila de Espindola2008-03-041-74/+187
* re PR middle-end/35456 (Different results for inlined vs. non-inlined function)Uros Bizjak2008-03-041-5/+8
* tree-ssa-sccvn.c (visit_reference_op_store): Do not insert struct copies into...Richard Guenther2008-03-031-6/+21
* fold-const.c (fold_convertible_p): Correct the logic to follow that in fold_c...Francois-Xavier Coudert2008-02-291-1/+8
* re PR tree-optimization/25290 (PHI-OPT could be rewritten so that is uses fold)Richard Guenther2008-02-271-1/+1
* re PR middle-end/34971 (bitfield rotates are folded and expanded wrong)Richard Guenther2008-02-271-5/+10
* tree.def (PAREN_EXPR): New tree code.Richard Guenther2008-02-211-0/+8
* fold-const.c (split_tree): Associate floatig-point expressions if flag_associ...Richard Guenther2008-02-201-1/+1
* tree.h (fold_real_zero_addition_p): Declare.Richard Guenther2008-02-201-2/+1
* re PR middle-end/35163 (folding comparison loses cast)Richard Guenther2008-02-121-1/+3
* re PR middle-end/32628 (bogus integer overflow warning)Richard Guenther2008-01-161-2/+16
* re PR ada/33788 (GNAT bug box in expand_expr_addr_expr_1, at expr.c:6862)Eric Botcazou2008-01-121-1/+6
* re PR middle-end/34337 (Internal error while building gtkwhiteboardc.c from p...Jakub Jelinek2007-12-051-6/+25
* re PR middle-end/29749 (Missing byte swap optimizations)Jakub Jelinek2007-12-031-0/+113
* re PR middle-end/34130 (the builtin abs() gives wrong result when used in som...Richard Guenther2007-11-171-0/+3