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