aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-07re PR tree-optimization/28187 ('-O2 -fwrapv' exhausts memory.)Richard Guenther1-5/+22
2006-06-09re PR bootstrap/26998 (bootstrap failure building libdecnumber, ICE in compar...Richard Guenther1-8/+15
2006-05-25tree-vrp.c (extract_range_from_assert): Set the range to VARYING for LT and G...Eric Botcazou1-12/+28
2006-05-24re PR tree-optimization/27639 (VRP miscompilation of simple loop)Zdenek Dvorak1-8/+11
2006-05-19tree-vrp.c (valid_value_p): New function.Zdenek Dvorak1-2/+21
2006-05-02re PR tree-optimization/27364 (VRP miscompiles some unsigned math)Jeff Law1-1/+23
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-5/+7
2006-04-27re PR tree-optimization/25148 (compare_values assumes that CST in a + CST (an...Richard Guenther1-51/+46
2006-04-15cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-03-21tree-vrp.c (extract_range_from_unary_expr): Derive ranges for type conversion...Jeff Law1-16/+40
2006-03-13tree-vrp.c (stmt_interesting_for_vrp): Some statements with virtual operands ...Jeff Law1-4/+23
2006-03-08tree-vrp.c (infer_value_range): Only count pointer uses and dereferences if -...Jeff Law1-14/+43
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-03tree-vrp.c (remove_range_assertions): Do not update statements unnecessarily.Zdenek Dvorak1-7/+5
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+2
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-2/+2
2006-03-01re PR tree-optimization/26443 (ICE in add_virtual_operand, at tree-ssa-operan...Daniel Berlin1-2/+3
2006-03-01tree-vrp.c (extract_range_from_assert): Remove special handling for types wit...Diego Novillo1-60/+0
2006-02-23re PR tree-optimization/26425 (ice on valid C code with flag -Os)Jeff Law1-1/+5
2006-02-21re PR tree-optimization/26361 (bootstrap failure on Alpha: xgcc runs out of m...Roger Sayle1-0/+18
2006-02-16tree-vrp.c (set_value_range_to_nonnegative): New function.Jeff Law1-4/+85
2006-02-13tree-vrp.c (extract_range_from_binary_expr): Remove handling of TRUTH_XOR_EPR.Jeff Law1-4/+2
2006-02-09re PR tree-optimization/26180 (wrong code due to VRP and unsigned multiplies ...Diego Novillo1-6/+8
2006-02-08tree-vrp.c (execute_vrp): Perform any queued SSA updates before threading jumps.Jeff Law1-0/+8
2006-02-07tree-vrp.c (find_conditional_asserts): Update comments.Jeff Law1-1/+178
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-2/+2
2006-02-05tree-vrp.c (cfg_loops): Removed.Zdenek Dvorak1-11/+7
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-5/+5
2006-01-26re PR ada/25900 (ICE on ACATS cxac004 in Tree-VRP)Jeff Law1-7/+17
2006-01-19tree-vrp.c (extract_range_from_assert): Refine the result range if the variab...Jeff Law1-0/+90
2006-01-18tree-vrp.c (test_for_singularity): Correct test for new min limit.Jeff Law1-6/+6
2006-01-16tree-vrp.c (extract_range_from_binary_expr): Cope with vrp_int_const_binop re...Eric Botcazou1-3/+5
2006-01-14re PR tree-optimization/25485 (VRP misses an "if" with TRUTH_AND_EXPR stateme...Kazu Hirata1-3/+43
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2005-12-27tree-vrp.c (extract_range_from_binary_expr): Use build_int_cst instead of fol...Kazu Hirata1-2/+2
2005-12-22tree-vrp.c (extract_range_from_binary_expr): Clean up uses of vr0.type.Kazu Hirata1-2/+6
2005-12-21re PR tree-optimization/25382 (VRP does not get a range from BIT_AND_EXPR if ...Kazu Hirata1-7/+36
2005-12-02tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build.Richard Guenther1-7/+7
2005-12-02tree.h (TREE_OVERFLOW): Make this flag/predicate specific to constant nodes, ...Roger Sayle1-5/+7
2005-11-20tree-vrp.c (compare_ranges): Return false for EQ_EXPR if VR0 is less than VR1...James A. Morrison1-0/+4
2005-11-14re PR tree-optimization/24840 (ICE process_assert_insertions_for, at tree-vrp...Diego Novillo1-0/+7
2005-11-08re PR c++/23046 (ICE in set_value_range, at tree-vrp.c:191)Diego Novillo1-0/+18