summaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR middle-end/31115 (libstdc++ 22_locale/num_get/get/char/2.cc 27_io/basic...Richard Guenther2007-03-111-1/+19
* tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and the *_DIV_EXPR codes c...Ian Lance Taylor2007-03-111-7/+22
* tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo2007-03-091-2/+1
* re PR tree-optimization/30904 (VRP does not track values of shifts and/or bit...Richard Guenther2007-03-091-1/+3
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-5/+3
* tree-vrp.c: Include "intl.h".Ian Lance Taylor2007-03-081-17/+133
* re PR tree-optimization/31034 (ICE in set_value_range, at tree-vrp.c:267)Ian Lance Taylor2007-03-051-6/+8
* Used signed infinities in VRP.Ian Lance Taylor2007-03-021-202/+748
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-6/+6
* common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor2007-02-131-3/+12
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2007-02-031-1/+1
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-1/+1
* common.opt: Add fstrict-overflow.Ian Lance Taylor2007-01-281-13/+13
* re PR bootstrap/30511 (False array bound check causes gcc failed to boostrap)Dirk Mueller2007-01-211-10/+27
* tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka2007-01-181-6/+2
* ยท Richard Guenther <rguenther@suse.de>Dirk Mueller2007-01-181-0/+152
* tree-vrp.c (remove_range_assertions): Release defs.Jan Hubicka2007-01-111-0/+1
* Better handling of COND_EXPRs in rhsRoberto Costa2007-01-081-0/+37
* re PR tree-optimization/23603 (VRP does not say range for a in a = b == c; is...Richard Guenther2007-01-081-4/+25
* tree-vrp.c (extract_range_from_assert): CSE calls to compare_values where pos...Richard Guenther2007-01-071-6/+7
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2006-12-221-2/+2
* re PR tree-optimization/30045 (ICE in nonnull_arg_p with the CHAIN decl)Andrew Pinski2006-12-191-0/+4