Age | Commit message (Expand) | Author | Files | Lines |
2007-08-25 | c-common.c (vector_types_convertible_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -15/+15 |
2007-08-21 | re PR tree-optimization/33134 (ICE in set_value_range, at tree-vrp.c:325) | Ian Lance Taylor | 1 | -1/+1 |
2007-08-14 | alias.c (component_uses_parent_alias_set): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-08-03 | [multiple changes] | Diego Novillo | 1 | -1/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-25 | c-common.c (fname_as_string, [...]): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-06-21 | re PR tree-optimization/19590 (IVs with the same evolution not eliminated) | Sebastian Pop | 1 | -0/+8 |
2007-06-21 | re PR tree-optimization/32453 (ICE in build2_stat, at tree.c:3074 (extract_ra... | Richard Guenther | 1 | -1/+4 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -13/+26 |
2007-06-09 | re PR tree-optimization/32169 (Ice in set_value_range, at tree-vrp.c:326) | Ian Lance Taylor | 1 | -0/+2 |
2007-06-05 | tree-vrp.c (compare_values_warnv): Check TREE_NO_WARNING on a PLUS_EXPR or MI... | Ian Lance Taylor | 1 | -1/+11 |
2007-06-04 | tree-vrp.c (adjust_range_with_scev): When loop is not expected to overflow, r... | Ian Lance Taylor | 1 | -2/+59 |
2007-06-01 | tree-vrp.c (compare_name_with_value): Always set used_strict_overflow if we g... | Ian Lance Taylor | 1 | -2/+2 |
2007-05-30 | * tree-vrp.c (compare_names): Initialize sop. | Ralf Wildenhues | 1 | -1/+1 |
2007-05-27 | tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL. | Zdenek Dvorak | 1 | -10/+4 |
2007-05-26 | i386.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2007-05-25 | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-05-23 | tree-vrp.c (avoid_overflow_infinity): New static function, broken out of set_... | Ian Lance Taylor | 1 | -13/+24 |
2007-05-18 | re PR tree-optimization/31953 (ICE in set_value_range, at tree-vrp.c:305) | Ian Lance Taylor | 1 | -11/+13 |
2007-05-17 | tree-vrp.c (finalize_jump_threads): Do not care about dominance info. | Zdenek Dvorak | 1 | -17/+14 |
2007-05-01 | re PR tree-optimization/31739 (ICE at tree.c:902 compiling g-regexp.adb) | Ian Lance Taylor | 1 | -44/+67 |
2007-05-01 | tree-vrp.c (set_value_range): Do not allocate equiv bitmap if it is not about... | Richard Guenther | 1 | -61/+75 |
2007-04-24 | re PR tree-optimization/31605 (VRP eliminates a useful test due with conversi... | Ian Lance Taylor | 1 | -7/+56 |
2007-04-18 | re PR tree-optimization/31227 (-Warray-bounds doesn't play together with loop... | Dirk Mueller | 1 | -34/+42 |
2007-04-17 | re PR tree-optimization/31522 (False overflow warning with phi nodes) | Ian Lance Taylor | 1 | -4/+19 |
2007-04-15 | i386.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-04-13 | re PR tree-optimization/21258 (Teach VRP to pick up a constant from case label.) | Richard Guenther | 1 | -6/+133 |
2007-04-11 | re PR tree-optimization/30735 (50% slow down due to mem-ssa merge) | Diego Novillo | 1 | -4/+3 |
2007-04-01 | re PR tree-optimization/31169 (Bootstrap comparison error at revision 122821) | Richard Henderson | 1 | -11/+18 |
2007-03-26 | re PR tree-optimization/31345 (ICE in set_value_range, at tree-vrp.c:269) | Ian Lance Taylor | 1 | -2/+10 |
2007-03-23 | * tree-vrp.c (operand_less_p): Ignore fold overflow warnings. | Ian Lance Taylor | 1 | -0/+5 |
2007-03-20 | [multiple changes] | Andrew Haley | 1 | -1/+0 |
2007-03-11 | re PR middle-end/31115 (libstdc++ 22_locale/num_get/get/char/2.cc 27_io/basic... | Richard Guenther | 1 | -1/+19 |
2007-03-11 | tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and the *_DIV_EXPR codes c... | Ian Lance Taylor | 1 | -7/+22 |
2007-03-09 | tree-pass.h (TODO_update_smt_usage): Remove. | Diego Novillo | 1 | -2/+1 |
2007-03-09 | re PR tree-optimization/30904 (VRP does not track values of shifts and/or bit... | Richard Guenther | 1 | -1/+3 |
2007-03-08 | tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c... | Roger Sayle | 1 | -5/+3 |
2007-03-08 | tree-vrp.c: Include "intl.h". | Ian Lance Taylor | 1 | -17/+133 |
2007-03-05 | re PR tree-optimization/31034 (ICE in set_value_range, at tree-vrp.c:267) | Ian Lance Taylor | 1 | -6/+8 |
2007-03-02 | Used signed infinities in VRP. | Ian Lance Taylor | 1 | -202/+748 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -6/+6 |
2007-02-13 | common.opt: Add Wstrict-overflow and Wstrict-overflow=. | Ian Lance Taylor | 1 | -3/+12 |
2007-02-03 | c-decl.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-02-01 | alias.c (init_alias_analysis): Correct whitespace. | Roger Sayle | 1 | -1/+1 |
2007-01-28 | common.opt: Add fstrict-overflow. | Ian Lance Taylor | 1 | -13/+13 |
2007-01-21 | re PR bootstrap/30511 (False array bound check causes gcc failed to boostrap) | Dirk Mueller | 1 | -10/+27 |
2007-01-18 | tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand. | Jan Hubicka | 1 | -6/+2 |
2007-01-18 | ยท Richard Guenther <rguenther@suse.de> | Dirk Mueller | 1 | -0/+152 |
2007-01-11 | tree-vrp.c (remove_range_assertions): Release defs. | Jan Hubicka | 1 | -0/+1 |
2007-01-08 | Better handling of COND_EXPRs in rhs | Roberto Costa | 1 | -0/+37 |