Age | Commit message (Expand) | Author | Files | Lines |
2006-05-25 | tree-vrp.c (extract_range_from_assert): Set the range to VARYING for LT and G... | Eric Botcazou | 1 | -12/+28 |
2006-05-24 | re PR tree-optimization/27639 (VRP miscompilation of simple loop) | Zdenek Dvorak | 1 | -8/+11 |
2006-05-19 | tree-vrp.c (valid_value_p): New function. | Zdenek Dvorak | 1 | -2/+21 |
2006-05-02 | re PR tree-optimization/27364 (VRP miscompiles some unsigned math) | Jeff Law | 1 | -1/+23 |
2006-04-27 | Implement new immediate use iterators. | Andrew MacLeod | 1 | -5/+7 |
2006-04-27 | re PR tree-optimization/25148 (compare_values assumes that CST in a + CST (an... | Richard Guenther | 1 | -51/+46 |
2006-04-15 | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-04-08 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2006-03-21 | tree-vrp.c (extract_range_from_unary_expr): Derive ranges for type conversion... | Jeff Law | 1 | -16/+40 |
2006-03-13 | tree-vrp.c (stmt_interesting_for_vrp): Some statements with virtual operands ... | Jeff Law | 1 | -4/+23 |
2006-03-08 | tree-vrp.c (infer_value_range): Only count pointer uses and dereferences if -... | Jeff Law | 1 | -14/+43 |
2006-03-04 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-03-03 | tree-vrp.c (remove_range_assertions): Do not update statements unnecessarily. | Zdenek Dvorak | 1 | -7/+5 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -2/+2 |
2006-03-01 | tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG. | Diego Novillo | 1 | -2/+2 |
2006-03-01 | re PR tree-optimization/26443 (ICE in add_virtual_operand, at tree-ssa-operan... | Daniel Berlin | 1 | -2/+3 |
2006-03-01 | tree-vrp.c (extract_range_from_assert): Remove special handling for types wit... | Diego Novillo | 1 | -60/+0 |
2006-02-23 | re PR tree-optimization/26425 (ice on valid C code with flag -Os) | Jeff Law | 1 | -1/+5 |
2006-02-21 | re PR tree-optimization/26361 (bootstrap failure on Alpha: xgcc runs out of m... | Roger Sayle | 1 | -0/+18 |
2006-02-16 | tree-vrp.c (set_value_range_to_nonnegative): New function. | Jeff Law | 1 | -4/+85 |
2006-02-13 | tree-vrp.c (extract_range_from_binary_expr): Remove handling of TRUTH_XOR_EPR. | Jeff Law | 1 | -4/+2 |
2006-02-09 | re PR tree-optimization/26180 (wrong code due to VRP and unsigned multiplies ... | Diego Novillo | 1 | -6/+8 |
2006-02-08 | tree-vrp.c (execute_vrp): Perform any queued SSA updates before threading jumps. | Jeff Law | 1 | -0/+8 |
2006-02-07 | tree-vrp.c (find_conditional_asserts): Update comments. | Jeff Law | 1 | -1/+178 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -2/+2 |
2006-02-05 | tree-vrp.c (cfg_loops): Removed. | Zdenek Dvorak | 1 | -11/+7 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -5/+5 |
2006-01-26 | re PR ada/25900 (ICE on ACATS cxac004 in Tree-VRP) | Jeff Law | 1 | -7/+17 |
2006-01-19 | tree-vrp.c (extract_range_from_assert): Refine the result range if the variab... | Jeff Law | 1 | -0/+90 |
2006-01-18 | tree-vrp.c (test_for_singularity): Correct test for new min limit. | Jeff Law | 1 | -6/+6 |
2006-01-16 | tree-vrp.c (extract_range_from_binary_expr): Cope with vrp_int_const_binop re... | Eric Botcazou | 1 | -3/+5 |
2006-01-14 | re PR tree-optimization/25485 (VRP misses an "if" with TRUTH_AND_EXPR stateme... | Kazu Hirata | 1 | -3/+43 |
2006-01-06 | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 1 | -1/+1 |
2005-12-27 | tree-vrp.c (extract_range_from_binary_expr): Use build_int_cst instead of fol... | Kazu Hirata | 1 | -2/+2 |
2005-12-22 | tree-vrp.c (extract_range_from_binary_expr): Clean up uses of vr0.type. | Kazu Hirata | 1 | -2/+6 |
2005-12-21 | re PR tree-optimization/25382 (VRP does not get a range from BIT_AND_EXPR if ... | Kazu Hirata | 1 | -7/+36 |
2005-12-02 | tree-vrp.c (build_assert_expr_for, [...]): Use buildN instead of build. | Richard Guenther | 1 | -7/+7 |
2005-12-02 | tree.h (TREE_OVERFLOW): Make this flag/predicate specific to constant nodes, ... | Roger Sayle | 1 | -5/+7 |
2005-11-20 | tree-vrp.c (compare_ranges): Return false for EQ_EXPR if VR0 is less than VR1... | James A. Morrison | 1 | -0/+4 |
2005-11-14 | re PR tree-optimization/24840 (ICE process_assert_insertions_for, at tree-vrp... | Diego Novillo | 1 | -0/+7 |
2005-11-08 | re PR c++/23046 (ICE in set_value_range, at tree-vrp.c:191) | Diego Novillo | 1 | -0/+18 |
2005-11-06 | re PR tree-optimization/24670 (VRP ICE in compare_name_with_value) | Diego Novillo | 1 | -2/+86 |
2005-11-05 | c-typeck.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-10-15 | re PR tree-optimization/23141 (ACATS FAIL c45651a fixed point wrong code) | Diego Novillo | 1 | -2/+5 |
2005-10-03 | re PR tree-optimization/23445 (ICE with -O1 -ftree-vrp -fdelete-null-pointer-... | Diego Novillo | 1 | -19/+83 |
2005-10-02 | re PR tree-optimization/24142 (VRP miscompiles unzip inflate.c) | Diego Novillo | 1 | -3/+7 |
2005-10-01 | tree-vrp.c (value_inside_range, [...]): Add FIXME note regarding quirky seman... | Diego Novillo | 1 | -2/+22 |
2005-10-01 | re PR tree-optimization/24141 (VRP ICE in compare_name_with_value, at tree-vr... | Diego Novillo | 1 | -1/+8 |
2005-10-01 | re PR tree-optimization/23604 (wrong code due to VRP) | James A. Morrison | 1 | -7/+22 |
2005-09-16 | ipa-pure-const.c (static_execute): Free auxiliar information. | Richard Guenther | 1 | -0/+2 |