Age | Commit message (Expand) | Author | Files | Lines |
2007-01-08 | re PR tree-optimization/23603 (VRP does not say range for a in a = b == c; is... | Richard Guenther | 1 | -4/+25 |
2007-01-07 | tree-vrp.c (extract_range_from_assert): CSE calls to compare_values where pos... | Richard Guenther | 1 | -6/+7 |
2006-12-22 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2006-12-19 | re PR tree-optimization/30045 (ICE in nonnull_arg_p with the CHAIN decl) | Andrew Pinski | 1 | -0/+4 |
2006-12-11 | tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa... | Diego Novillo | 1 | -1/+1 |
2006-12-10 | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 1 | -2/+1 |
2006-12-07 | tree-vrp.c (compare_values): Short circuit INTEGER_CST... | Jan Hubicka | 1 | -8/+19 |
2006-12-06 | tree-vrp.c (operand_less_p): New. | Jan Hubicka | 1 | -13/+43 |
2006-12-05 | tree-vrp.c (pass_vrp): Remove PROP_smt_usage. | Daniel Berlin | 1 | -1/+1 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -35/+44 |
2006-12-02 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-11-29 | re PR tree-optimization/23744 (VRP does not merge discontinuous ranges of PHIs) | Duncan Sands | 1 | -62/+44 |
2006-11-28 | Privatize SSA variables into gimple_df. | Jan Hubicka | 1 | -1/+1 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -1/+1 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -3/+2 |
2006-11-16 | tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset. | Dirk Mueller | 1 | -8/+4 |
2006-11-11 | tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes. | Richard Guenther | 1 | -3/+0 |
2006-11-06 | re PR tree-optimization/29439 (ICE in fold-const.c:1385 with -O1 -fwrapv -ftr... | Andrew Pinski | 1 | -1/+1 |
2006-10-24 | re PR tree-optimization/29567 (ICE in build2_stat, at tree.c:2963) | Richard Guenther | 1 | -9/+7 |
2006-10-22 | re PR tree-optimization/15911 (VRP/DOM does not like TRUTH_AND_EXPR) | Jeff Law | 1 | -81/+243 |
2006-10-13 | re PR tree-optimization/29446 (VRP ICE in compare_names) | Richard Guenther | 1 | -91/+23 |
2006-10-11 | re PR tree-optimization/28230 (-O2 -fwrapv miscompiles gcc, binutils, gzip.) | Richard Guenther | 1 | -5/+3 |
2006-09-05 | re PR tree-optimization/28905 (ICE in compare_name_with_value, at tree-vrp.c:... | Richard Guenther | 1 | -6/+10 |
2006-08-17 | re PR tree-optimization/27865 (tree check failure building FreePOOMA) | Zdenek Dvorak | 1 | -15/+25 |
2006-08-01 | tree-vrp.c (fix_equivalence_set): Avoid bitmap memory leak. | Dirk Mueller | 1 | -1/+2 |
2006-07-07 | re PR tree-optimization/28187 ('-O2 -fwrapv' exhausts memory.) | Richard Guenther | 1 | -5/+22 |
2006-06-09 | re PR bootstrap/26998 (bootstrap failure building libdecnumber, ICE in compar... | Richard Guenther | 1 | -8/+15 |
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 |