aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-05tree-vrp.c (extract_range_from_binary_expr_1): Remove duplicated condition.Eric Botcazou1-16/+14
2011-12-01re PR tree-optimization/50802 (FAIL: gcc.c-torture/execute/arith-rand-ll.c ex...Joern Rennecke1-21/+39
2011-11-29re PR tree-optimization/51247 (ICE in set_value_range, at tree-vrp.c:417)Jakub Jelinek1-10/+40
2011-10-17re PR tree-optimization/50729 (Silent code gen fault: Value range propagation...Richard Guenther1-12/+14
2011-10-12re PR middle-end/50189 (Wrong code error in -O2 [-fstrict-enums] compile, tar...Paul Koning1-5/+5
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-5/+5
2011-08-16tree-vrp.c (extract_range_from_multiplicative_op_1): New helper factored out ...Richard Guenther1-149/+211
2011-08-15tree-vrp.c (value_range_nonnegative_p): Fix anti-range case.Richard Guenther1-121/+72
2011-08-12tree-vrp.c (extract_range_from_unary_expr_1): Implement -X as 0 - X.Richard Biener1-60/+7
2011-08-11lto-cgraph.c (input_node): Use DECL_BUILT_IN.Richard Guenther1-2/+2
2011-08-09tree-vrp.c (zero_nonzero_bits_from_vr): Also return precise information for r...Richard Guenther1-72/+83
2011-08-08tree-vrp.c (extract_range_from_unary_expr_1): New function, split out from ...Richard Guenther1-46/+53
2011-08-05re PR tree-optimization/49984 (VRP does not handle BIT_XOR_EXPR)Richard Guenther1-2/+32
2011-08-05tree-vrp.c (zero_nonzero_bits_from_vr): Make sure to always return true for c...Richard Guenther1-67/+25
2011-08-04tree-vrp.c (vrp_expr_computes_nonnegative): Remove.Richard Guenther1-95/+89
2011-08-04re PR middle-end/49806 (FAIL: gcc.dg/tree-ssa/vrp47.c)Richard Guenther1-90/+61
2011-07-29tree-vrp.c (get_value_range): Only set parameter default definitions to varyi...Richard Guenther1-7/+18
2011-07-28tree-vrp.c (simplify_stmt_using_ranges): Remove TRUTH_NOT_EXPR case.Kai Tietz1-50/+33
2011-07-27tree-vrp.c (extract_range_from_binary_expr): Remove TRUTH-binary cases and ad...Kai Tietz1-96/+60
2011-07-26re PR middle-end/49840 (New test failures)Richard Guenther1-2/+24
2011-07-25re PR tree-optimization/49715 (Could do more efficient unsigned-to-float to c...Richard Guenther1-0/+101
2011-07-25tree-vrp.c (num_vr_values, [...]): New global vars.Richard Guenther1-5/+22
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-5/+2
2011-07-13tree-vrp.c (simplify_conversion_using_ranges): Make sure the final type is in...Richard Guenther1-0/+2
2011-07-11tree-vrp.c (simplify_conversion_using_ranges): Manually translate the source ...Richard Guenther1-18/+43
2011-07-07tree-vrp.c (simplify_conversion_using_ranges): New function.Richard Guenther1-5/+45
2011-06-16re PR tree-optimization/49419 (gcc -O2 miscompiles gp2c)Jakub Jelinek1-2/+4
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+0
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak1-32/+30
2011-05-30re PR tree-optimization/49218 (Incorrect optimization of a 'for' loop creates...Richard Guenther1-4/+10
2011-05-26re PR tree-optimization/49161 (Fix VRP on switch stmts)Jakub Jelinek1-24/+34
2011-05-18re PR c++/49039 (LLVM StringRef miscompilation with -O2)Jakub Jelinek1-10/+20
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-15/+15
2011-04-29builtins.c (fold_builtin_classify_type): Use integer_type_node for the type o...Richard Guenther1-1/+1
2011-04-25tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.Jeff Law1-11/+11
2011-03-24re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther1-2/+22
2011-03-22re PR tree-optimization/48228 (incorrect signed overflow warning when only 0 ...Richard Guenther1-0/+1
2011-03-16tree-vrp.c (identify_jump_threads): Slightly simplify type check for operands...Jeff Law1-4/+6
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-2/+3
2011-02-10re PR tree-optimization/47677 (Hang in VRP)Richard Guenther1-0/+2
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-09Fix PR/46316Xinliang David Li1-4/+9
2010-10-23tree-vrp.c (extract_range_from_binary_expr): If flag_non_call_exceptions don'...Ian Lance Taylor1-0/+16
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-21/+10
2010-09-01tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.Richard Guenther1-83/+109
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+3
2010-08-04tree-ssa-propagate.h (struct prop_value_d, [...]): Move ...Richard Guenther1-28/+34
2010-07-29double-int.h (double_int_and_not): New function.Richard Guenther1-8/+4
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-3/+3
2010-07-13tree-vrp.c (simplify_bit_ops_using_ranges): New function.Jakub Jelinek1-0/+92