aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-06re PR middle-end/35400 (-Wtype-limits -O2 causes ICE tree check: expected ssa...Richard Guenther1-1/+2
2008-04-03tree-vrp.c (extract_range_from_unary_expr): Handle all conversions.Richard Guenther1-55/+47
2008-04-02re PR tree-optimization/14495 ([tree-ssa] Propagate range info into a switch ...Richard Guenther1-4/+141
2008-04-02re PR tree-optimization/14495 ([tree-ssa] Propagate range info into a switch ...Richard Guenther1-6/+144
2008-04-02tree-vrp.c (extract_code_and_val_from_cond): Remove.Rafael Avila de Espindola1-52/+49
2008-04-01re PR tree-optimization/35787 (Revision 133680 breaks 447.dealII)Richard Guenther1-89/+186
2008-04-01tree-vrp.c (extract_code_and_val_from_cond_with_ops): New.Rafael Avila de Espindola1-51/+69
2008-03-28fold-const.c (tree_unary_nonnegative_warnv_p): Make it public.Rafael Avila de Espindola1-123/+141
2008-03-28re PR tree-optimization/30317 (VRP cannot extract a range from (unsigned int)...Richard Guenther1-54/+227
2008-03-27fold-const.c (target.h): Include.Richard Guenther1-2/+3
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-02-24http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.htmlDiego Novillo1-0/+42
2008-02-17re PR tree-optimization/35231 (VRP miscompiles libX11)Richard Guenther1-1/+5
2008-02-05http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00140.htmlDiego Novillo1-42/+0
2008-02-04http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.htmlDiego Novillo1-0/+42
2008-01-05tree-vrp.c (find_conditional_asserts): Remove redundant check that edge does ...Zhouyi Zhou1-2/+1
2007-11-30re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)Zdenek Dvorak1-0/+32
2007-11-23re PR middle-end/34197 (array overflow warning without line number)Dirk Mueller1-1/+7
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-15/+15
2007-08-21re PR tree-optimization/33134 (ICE in set_value_range, at tree-vrp.c:325)Ian Lance Taylor1-1/+1
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-1/+1
2007-08-03[multiple changes]Diego Novillo1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-06-21re PR tree-optimization/19590 (IVs with the same evolution not eliminated)Sebastian Pop1-0/+8
2007-06-21re PR tree-optimization/32453 (ICE in build2_stat, at tree.c:3074 (extract_ra...Richard Guenther1-1/+4
2007-06-15[multiple changes]Andrew Pinski1-13/+26
2007-06-09re PR tree-optimization/32169 (Ice in set_value_range, at tree-vrp.c:326)Ian Lance Taylor1-0/+2
2007-06-05tree-vrp.c (compare_values_warnv): Check TREE_NO_WARNING on a PLUS_EXPR or MI...Ian Lance Taylor1-1/+11
2007-06-04tree-vrp.c (adjust_range_with_scev): When loop is not expected to overflow, r...Ian Lance Taylor1-2/+59
2007-06-01tree-vrp.c (compare_name_with_value): Always set used_strict_overflow if we g...Ian Lance Taylor1-2/+2
2007-05-30* tree-vrp.c (compare_names): Initialize sop.Ralf Wildenhues1-1/+1
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-10/+4
2007-05-26i386.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-23tree-vrp.c (avoid_overflow_infinity): New static function, broken out of set_...Ian Lance Taylor1-13/+24
2007-05-18re PR tree-optimization/31953 (ICE in set_value_range, at tree-vrp.c:305)Ian Lance Taylor1-11/+13
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak1-17/+14
2007-05-01re PR tree-optimization/31739 (ICE at tree.c:902 compiling g-regexp.adb)Ian Lance Taylor1-44/+67
2007-05-01tree-vrp.c (set_value_range): Do not allocate equiv bitmap if it is not about...Richard Guenther1-61/+75
2007-04-24re PR tree-optimization/31605 (VRP eliminates a useful test due with conversi...Ian Lance Taylor1-7/+56
2007-04-18re PR tree-optimization/31227 (-Warray-bounds doesn't play together with loop...Dirk Mueller1-34/+42
2007-04-17re PR tree-optimization/31522 (False overflow warning with phi nodes)Ian Lance Taylor1-4/+19
2007-04-15i386.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-04-13re PR tree-optimization/21258 (Teach VRP to pick up a constant from case label.)Richard Guenther1-6/+133
2007-04-11re PR tree-optimization/30735 (50% slow down due to mem-ssa merge)Diego Novillo1-4/+3
2007-04-01re PR tree-optimization/31169 (Bootstrap comparison error at revision 122821)Richard Henderson1-11/+18
2007-03-26re PR tree-optimization/31345 (ICE in set_value_range, at tree-vrp.c:269)Ian Lance Taylor1-2/+10
2007-03-23* tree-vrp.c (operand_less_p): Ignore fold overflow warnings.Ian Lance Taylor1-0/+5
2007-03-20[multiple changes]Andrew Haley1-1/+0