tree-vrp.c (vrp_meet): Intersect the equivalency sets when meeting a VR_ANTI_RANGE...
[gcc.git] / gcc / tree-vrp.c
2005-07-27 Jeff Lawtree-vrp.c (vrp_meet): Intersect the equivalency sets...
2005-07-20 James A. Morrisontree.h (tree_expr_nonzero_p): Export.
2005-07-14 Steven Bosscherre PR tree-optimization/22230 (value range propagation...
2005-07-13 Jan Hubickatree-dfa.c (dump_variable): Use default_def function.
2005-07-08 Daniel BerlinMakefile.in (TREE_H): Add treestruct.def.
2005-07-07 Jeff Lawtree-vrp.c (simplify_using_ranges): Kill.
2005-07-03 Kazu Hiratatree-vrp.c (extract_range_from_assert): Replace fold...
2005-06-26 Kazu Hiratare PR tree-optimization/22026 (ACATS FAIL C45331A fixed...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-23 Jeff Lawtree-optimize.c (init_tree_optimization_passes): Move...
2005-06-23 Kazu Hiratare PR tree-optimization/22117 (VRP thinks <ptr type...
2005-06-21 Jeff Lawtree-vrp.c (extract_range_from_unary_expr): Handle...
2005-06-20 Roger Saylefold-const.c (swap_tree_comparison): Add support for...
2005-06-16 Eric Botcazoure PR tree-optimization/22018 (VRP miscompiles multiply)
2005-06-15 Diego Novillotree-vrp.c (vrp_int_const_binop): Do not handle MAX_EXP...
2005-06-15 Diego Novillore PR tree-optimization/22018 (VRP miscompiles multiply)
2005-06-14 Jeff Lawtree-vrp.c (local_fold): Remove.
2005-06-13 Jeff Lawtree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr...
2005-06-08 Sebastian Poptree-data-ref.c (compute_estimated_nb_iterations, ...
2005-06-07 Sebastian PopFixes PR 18403 and meta PR 21861.
2005-06-03 Diego Novillotree-ssa-dom.c (record_edge_info): Use last_basic_block...
2005-06-02 Kazu Hiratatree-vrp.c, [...]: Fix comment typos.
2005-06-02 Diego Novillore PR tree-optimization/21582 ((optimisation) VRP pass...
2005-06-02 Diego Novillo* tree-vrp.c (has_assert_expr, maybe_add_assert_expr...
2005-06-02 Diego Novillo[multiple changes]
2005-05-14 Kazu Hiratare PR tree-optimization/21563 (A trivial VRP opportunit...
2005-05-03 Andrew MacLeodlambda-code.c (gcc_loop_to_lambda_loop, [...]): Use...
2005-05-02 Diego Novillotree-vrp.c (set_value_range_to_nonnull): Declare inline.
2005-05-02 Kazu Hiratare PR tree-optimization/21294 (Missed removal of null...
2005-04-29 Kazu Hiratare PR tree-optimization/21030 (ICE in set_value_range...
2005-04-24 Kazu Hiratatree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPAR...
2005-04-23 Kazu Hiratare PR tree-optimization/21088 (VRP passes fold the...
2005-04-17 Kazu Hiratatree-vrp.c (maybe_add_assert_expr): Don't assert ASSERT...
2005-04-17 Kazu Hiratatree-vrp.c (compare_values): Check that VAL1 and VAL2...
2005-04-17 Kazu Hiratatree-flow-inline.h (get_stmt_operands): Remove.
2005-04-15 Kazu Hiratare PR tree-optimization/21021 (ICE in tree-vrp building...
2005-04-14 Kazu Hiratare PR tree-optimization/20657 ([tcb] VRP does not get...
2005-04-13 Kazu Hiratare PR tree-optimization/20913 (copy-prop does not fold...
2005-04-11 Kazu Hirata* tree-vrp.c: Fix a comment typo.
2005-04-11 Kazu Hirata* tree-vrp.c (maybe_add_assert_expr): Move a comment.
2005-04-11 Diego Novillore PR tree-optimization/20920 (ICE with eh and VRP)
2005-04-09 Kazu Hiratadominance.c, [...]: Fix comment typos.
2005-04-09 Diego Novillobackport: copy-prop, incremental SSA updating of FUD...