aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-02re PR tree-optimization/21294 (Missed removal of null pointer check)Kazu Hirata1-1/+30
2005-04-29re PR tree-optimization/21030 (ICE in set_value_range building 176.gcc with -O2)Kazu Hirata1-6/+27
2005-04-24tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPARISON_CLASS_P.Kazu Hirata1-5/+5
2005-04-23re PR tree-optimization/21088 (VRP passes fold the type of operands of a comp...Kazu Hirata1-3/+3
2005-04-17tree-vrp.c (maybe_add_assert_expr): Don't assert ASSERT_EXPRs for single-use ...Kazu Hirata1-0/+8
2005-04-17tree-vrp.c (compare_values): Check that VAL1 and VAL2 are both pointers or bo...Kazu Hirata1-14/+7
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-1/+0
2005-04-15re PR tree-optimization/21021 (ICE in tree-vrp building glibc)Kazu Hirata1-2/+14
2005-04-14re PR tree-optimization/20657 ([tcb] VRP does not get rid of a redundant "if"...Kazu Hirata1-0/+2
2005-04-13re PR tree-optimization/20913 (copy-prop does not fold conditionals)Kazu Hirata1-0/+12
2005-04-11* tree-vrp.c: Fix a comment typo.Kazu Hirata1-1/+1
2005-04-11* tree-vrp.c (maybe_add_assert_expr): Move a comment.Kazu Hirata1-5/+5
2005-04-11re PR tree-optimization/20920 (ICE with eh and VRP)Diego Novillo1-3/+14
2005-04-09dominance.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-0/+2265