summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* re PR middle-end/34030 (ICE in in compare_values_warnv, at tree-vrp.c:701)Richard Guenther2007-11-161-18/+18
* re PR middle-end/34070 (Wrong code for (int)x%4)Richard Guenther2007-11-121-2/+2
* re PR tree-optimization/34027 (-Os code size nearly doubled)Richard Guenther2007-11-121-0/+36
* re PR middle-end/32931 (FORALL and WHERE give an ICE with -m64)Andrew Pinski2007-11-041-2/+2
* re PR middle-end/33779 (folds unsigned multiplication == 0 to true)Richard Guenther2007-10-311-4/+7
* re PR c++/33709 (Type verification failure with new expression)Jakub Jelinek2007-10-301-3/+6
* fold-const.c (extract_array_ref): Remove.Richard Guenther2007-10-151-114/+15
* re PR middle-end/33693 (Type checking error with bitwise xor/and)Richard Guenther2007-10-081-6/+8
* re PR middle-end/33691 (Type checking error with bitwise and/or)Richard Guenther2007-10-081-11/+20
* re PR middle-end/33666 (Type verification failure with pointer to long long c...Richard Guenther2007-10-051-4/+2
* re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...Ian Lance Taylor2007-09-271-0/+3
* fold-const.c (fold_binary): Fold BIT_AND_EXPR's with a pointer operand.Ollie Wild2007-09-231-0/+108
* re PR tree-optimization/33146 (ICE in build_polynomial_chrec, at tree-chrec.h...Richard Guenther2007-09-221-2/+4
* fold-const.c (extract_muldiv_1): Do not simplify var * c * c to var.Zdenek Dvorak2007-09-111-1/+2
* re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther2007-09-061-2/+2
* fold-const.c (all_ones_mask_p, [...]): Constify.Kaveh R. Ghazi2007-09-051-40/+41