aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-15fold-const.c (extract_array_ref): Remove.Richard Guenther1-114/+15
2007-10-08re PR middle-end/33693 (Type checking error with bitwise xor/and)Richard Guenther1-6/+8
2007-10-08re PR middle-end/33691 (Type checking error with bitwise and/or)Richard Guenther1-11/+20
2007-10-05re PR middle-end/33666 (Type verification failure with pointer to long long c...Richard Guenther1-4/+2
2007-09-27re PR tree-optimization/33565 (spurious warning: assuming signed overflow do...Ian Lance Taylor1-0/+3
2007-09-23fold-const.c (fold_binary): Fold BIT_AND_EXPR's with a pointer operand.Ollie Wild1-0/+108
2007-09-22re PR tree-optimization/33146 (ICE in build_polynomial_chrec, at tree-chrec.h...Richard Guenther1-2/+4
2007-09-11fold-const.c (extract_muldiv_1): Do not simplify var * c * c to var.Zdenek Dvorak1-1/+2
2007-09-06re PR tree-optimization/32586 (New VN misses FRE opportunities)Richard Guenther1-2/+2
2007-09-05fold-const.c (all_ones_mask_p, [...]): Constify.Kaveh R. Ghazi1-40/+41
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-20/+29
2007-09-01arm.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-08-22fixed -ffinite-math-only A-A missing optimisationChristian Bruel1-4/+1
2007-08-21re PR middle-end/32912 (ICE with vector code)Jakub Jelinek1-4/+31
2007-08-21fold-const.c (fold_binary): Revert removing of index +p PTRRichard Guenther1-0/+7
2007-08-21re PR middle-end/33122 (Mistaken type mismatch error prevents bootstrap)Richard Guenther1-8/+6
2007-08-09re PR middle-end/32813 (ICE for array expression in empty if statement, compi...Andrew Pinski1-0/+10
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-12/+334
2007-08-03re PR middle-end/32780 (ICE in extract_range_from_binary_expr, at tree-vrp.c:...Andrew Pinski1-8/+12
2007-08-03re PR middle-end/32935 (internal compiler error: in emit_move_insn, at expr.c...Andrew Pinski1-1/+1
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-21/+21
2007-07-28re PR middle-end/32920 (error: type mismatch in binary expression)Richard Guenther1-4/+12
2007-07-26fold-const.c (fold_read_from_constant_string): Use build_int_cst_type.Daniel Jacobowitz1-4/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25expr.c (handled_component_p): Constify.Kaveh R. Ghazi1-1/+1
2007-07-12gimplify.c (gimplify_conversion): Make sure that the result from maybe_fold_o...Richard Guenther1-2/+3