aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-06re PR tree-optimization/24670 (VRP ICE in compare_name_with_value)Diego Novillo1-2/+86
2005-11-05c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-10-15re PR tree-optimization/23141 (ACATS FAIL c45651a fixed point wrong code)Diego Novillo1-2/+5
2005-10-03re PR tree-optimization/23445 (ICE with -O1 -ftree-vrp -fdelete-null-pointer-...Diego Novillo1-19/+83
2005-10-02re PR tree-optimization/24142 (VRP miscompiles unzip inflate.c)Diego Novillo1-3/+7
2005-10-01tree-vrp.c (value_inside_range, [...]): Add FIXME note regarding quirky seman...Diego Novillo1-2/+22
2005-10-01re PR tree-optimization/24141 (VRP ICE in compare_name_with_value, at tree-vr...Diego Novillo1-1/+8
2005-10-01re PR tree-optimization/23604 (wrong code due to VRP)James A. Morrison1-7/+22
2005-09-16ipa-pure-const.c (static_execute): Free auxiliar information.Richard Guenther1-0/+2
2005-09-15* tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle 0 - -INF.Michael Matz1-2/+4
2005-09-08tree-vrp.c (extract_range_from_unary_expr): Do not set the range for the resu...Eric Botcazou1-1/+1
2005-09-07tree-vrp.c (extract_range_from_expr): Move the check for non nullness after t...Andrew Pinski1-2/+2
2005-08-28tree-vrp.c: Remove obsolete comment in front of vrp_initialize.Andrew Pinski1-3/+1
2005-08-13re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop1-6/+8
2005-08-08tree-vrp.c (simplify_div_or_mod_using_range): Use build2.James A. Morrison1-3/+3
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-08-06re PR tree-optimization/23128 (VRP fails for unsigned values)James A. Morrison1-3/+16
2005-08-02re PR tree-optimization/23129 (VRP propagates division of antiranges incorrec...James A. Morrison1-1/+2
2005-07-29tree-vrp.c (compare_range_with_value): Return true or false for ~[VAL_1...James A. Morrison1-3/+2
2005-07-28builtins.c: Fix comment typo(s).Volker Reichelt1-1/+1
2005-07-28tree-vrp.c (test_for_singularity): Extracted from ...Jeff Law1-40/+98
2005-07-28re PR tree-optimization/22493 (with -fwrapv -INT_MIN is still not positive)James A. Morrison1-20/+70
2005-07-27tree-vrp.c (vrp_meet): Intersect the equivalency sets when meeting a VR_ANTI_...Jeff Law1-0/+11
2005-07-20tree.h (tree_expr_nonzero_p): Export.James A. Morrison1-33/+3
2005-07-14re PR tree-optimization/22230 (value range propagation error)Steven Bosscher1-1/+1
2005-07-13tree-dfa.c (dump_variable): Use default_def function.Jan Hubicka1-1/+1
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin1-1/+1
2005-07-06tree-vrp.c (simplify_using_ranges): Kill.Jeff Law1-107/+185
2005-07-03tree-vrp.c (extract_range_from_assert): Replace fold (build (...)) with fold_...Kazu Hirata1-2/+2
2005-06-26re PR tree-optimization/22026 (ACATS FAIL C45331A fixed point wrong code (VRP...Kazu Hirata1-0/+42
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-23tree-optimize.c (init_tree_optimization_passes): Move copy prop pass to run j...Jeff Law1-3/+30
2005-06-23re PR tree-optimization/22117 (VRP thinks <ptr type> + <ptr type> is always n...Kazu Hirata1-1/+8
2005-06-21tree-vrp.c (extract_range_from_unary_expr): Handle type conversions better.Jeff Law1-0/+29
2005-06-20fold-const.c (swap_tree_comparison): Add support for unordered floating point...Roger Sayle1-44/+4
2005-06-16re PR tree-optimization/22018 (VRP miscompiles multiply)Eric Botcazou1-17/+28
2005-06-15tree-vrp.c (vrp_int_const_binop): Do not handle MAX_EXPR when the result over...Diego Novillo1-3/+9
2005-06-15re PR tree-optimization/22018 (VRP miscompiles multiply)Diego Novillo1-101/+110
2005-06-14tree-vrp.c (local_fold): Remove.Jeff Law1-22/+10
2005-06-13tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): No longer simplify DIV, ...Jeff Law1-0/+139
2005-06-08tree-data-ref.c (compute_estimated_nb_iterations, [...]): Fixed to use chrec_...Sebastian Pop1-4/+1
2005-06-07Fixes PR 18403 and meta PR 21861.Sebastian Pop1-20/+13
2005-06-03tree-ssa-dom.c (record_edge_info): Use last_basic_block to allocate info array.Diego Novillo1-4/+10
2005-06-02tree-vrp.c, [...]: Fix comment typos.Kazu Hirata1-6/+6
2005-06-02re PR tree-optimization/21582 ((optimisation) VRP pass could/should use non-n...Diego Novillo1-1/+55
2005-06-02* tree-vrp.c (has_assert_expr, maybe_add_assert_expr): Remove.Diego Novillo1-289/+0
2005-06-01[multiple changes]Diego Novillo1-418/+1788
2005-05-14re PR tree-optimization/21563 (A trivial VRP opportunity missed)Kazu Hirata1-0/+3
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-10/+8
2005-05-02tree-vrp.c (set_value_range_to_nonnull): Declare inline.Diego Novillo1-30/+99