aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-11re PR middle-end/31115 (libstdc++ 22_locale/num_get/get/char/2.cc 27_io/basic...Richard Guenther1-1/+19
2007-03-11tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and the *_DIV_EXPR codes c...Ian Lance Taylor1-7/+22
2007-03-09tree-pass.h (TODO_update_smt_usage): Remove.Diego Novillo1-2/+1
2007-03-09re PR tree-optimization/30904 (VRP does not track values of shifts and/or bit...Richard Guenther1-1/+3
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-5/+3
2007-03-08tree-vrp.c: Include "intl.h".Ian Lance Taylor1-17/+133
2007-03-05re PR tree-optimization/31034 (ICE in set_value_range, at tree-vrp.c:267)Ian Lance Taylor1-6/+8
2007-03-02Used signed infinities in VRP.Ian Lance Taylor1-202/+748
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-6/+6
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-3/+12
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-1/+1
2007-01-28common.opt: Add fstrict-overflow.Ian Lance Taylor1-13/+13
2007-01-21re PR bootstrap/30511 (False array bound check causes gcc failed to boostrap)Dirk Mueller1-10/+27
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-6/+2
2007-01-18ยท Richard Guenther <rguenther@suse.de>Dirk Mueller1-0/+152
2007-01-11tree-vrp.c (remove_range_assertions): Release defs.Jan Hubicka1-0/+1
2007-01-08Better handling of COND_EXPRs in rhsRoberto Costa1-0/+37
2007-01-08re PR tree-optimization/23603 (VRP does not say range for a in a = b == c; is...Richard Guenther1-4/+25
2007-01-07tree-vrp.c (extract_range_from_assert): CSE calls to compare_values where pos...Richard Guenther1-6/+7
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-12-19re PR tree-optimization/30045 (ICE in nonnull_arg_p with the CHAIN decl)Andrew Pinski1-0/+4
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-1/+1
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-2/+1
2006-12-07tree-vrp.c (compare_values): Short circuit INTEGER_CST...Jan Hubicka1-8/+19
2006-12-06tree-vrp.c (operand_less_p): New.Jan Hubicka1-13/+43
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-35/+44
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-11-29re PR tree-optimization/23744 (VRP does not merge discontinuous ranges of PHIs)Duncan Sands1-62/+44
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-1/+1
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-1/+1
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-3/+2
2006-11-16tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller1-8/+4
2006-11-11tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther1-3/+0
2006-11-06re PR tree-optimization/29439 (ICE in fold-const.c:1385 with -O1 -fwrapv -ftr...Andrew Pinski1-1/+1
2006-10-24re PR tree-optimization/29567 (ICE in build2_stat, at tree.c:2963)Richard Guenther1-9/+7
2006-10-22re PR tree-optimization/15911 (VRP/DOM does not like TRUTH_AND_EXPR)Jeff Law1-81/+243
2006-10-13re PR tree-optimization/29446 (VRP ICE in compare_names)Richard Guenther1-91/+23
2006-10-11re PR tree-optimization/28230 (-O2 -fwrapv miscompiles gcc, binutils, gzip.)Richard Guenther1-5/+3
2006-09-05re PR tree-optimization/28905 (ICE in compare_name_with_value, at tree-vrp.c:...Richard Guenther1-6/+10
2006-08-17re PR tree-optimization/27865 (tree check failure building FreePOOMA)Zdenek Dvorak1-15/+25
2006-08-01tree-vrp.c (fix_equivalence_set): Avoid bitmap memory leak.Dirk Mueller1-1/+2