errors.h (warning, [...]): Mark as cold.
[gcc.git] / gcc / tree-vrp.c
2007-03-05 Ian Lance Taylorre PR tree-optimization/31034 (ICE in set_value_range...
2007-03-02 Ian Lance TaylorUsed signed infinities in VRP.
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-02-13 Ian Lance Taylorcommon.opt: Add Wstrict-overflow and Wstrict-overflow=.
2007-02-03 Kazu Hiratac-decl.c, [...]: Fix comment typos.
2007-02-01 Roger Saylealias.c (init_alias_analysis): Correct whitespace.
2007-01-28 Ian Lance Taylorcommon.opt: Add fstrict-overflow.
2007-01-21 Dirk Muellerre PR bootstrap/30511 (False array bound check causes...
2007-01-18 Jan Hubickatree-vrp.c (finalize_jump_threads): Do not call cleanup...
2007-01-18 Dirk Muellerยท Richard Guenther <rguenther@suse.de>
2007-01-11 Jan Hubickatree-vrp.c (remove_range_assertions): Release defs.
2007-01-08 Roberto CostaBetter handling of COND_EXPRs in rhs
2007-01-08 Richard Guentherre PR tree-optimization/23603 (VRP does not say range...
2007-01-07 Richard Guenthertree-vrp.c (extract_range_from_assert): CSE calls to...
2006-12-22 Kazu Hiratacgraphunit.c, [...]: Fix comment typos.
2006-12-20 Andrew Pinskire PR tree-optimization/30045 (ICE in nonnull_arg_p...
2006-12-11 Diego Novillotree-ssa-operands.h (create_ssa_artificial_load_stmt...
2006-12-10 Zdenek Dvoraktree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.
2006-12-07 Jan Hubickatree-vrp.c (compare_values): Short circuit INTEGER_CST...
2006-12-06 Jan Hubickatree-vrp.c (operand_less_p): New.
2006-12-05 Daniel Berlintree-vrp.c (pass_vrp): Remove PROP_smt_usage.
2006-12-05 Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-12-02 Kazu Hiratabuiltins.c, [...]: Fix comment typos.
2006-11-29 Duncan Sandsre PR tree-optimization/23744 (VRP does not merge disco...
2006-11-28 Jan HubickaPrivatize SSA variables into gimple_df.
2006-11-25 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass loops structure...
2006-11-17 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not update current_loops.
2006-11-16 Dirk Muellertree-vrp.c (get_value_range): Use XCNEW instead of...
2006-11-11 Richard Guenthertree.def (FIX_CEIL_EXPR, [...]): Remove unused tree...
2006-11-06 Andrew Pinskire PR tree-optimization/29439 (ICE in fold-const.c...
2006-10-24 Richard Guentherre PR tree-optimization/29567 (ICE in build2_stat,...
2006-10-22 Jeff Lawre PR tree-optimization/15911 (VRP/DOM does not like...
2006-10-13 Richard Guentherre PR tree-optimization/29446 (VRP ICE in compare_names)
2006-10-11 Richard Guentherre PR tree-optimization/28230 (-O2 -fwrapv miscompiles...
2006-09-05 Richard Guentherre PR tree-optimization/28905 (ICE in compare_name_with...
2006-08-17 Zdenek Dvorakre PR tree-optimization/27865 (tree check failure build...
2006-08-01 Dirk Muellertree-vrp.c (fix_equivalence_set): Avoid bitmap memory...
2006-07-07 Richard Guentherre PR tree-optimization/28187 ('-O2 -fwrapv' exhausts...
2006-06-09 Richard Guentherre PR bootstrap/26998 (bootstrap failure building libde...
2006-05-25 Eric Botcazoutree-vrp.c (extract_range_from_assert): Set the range...
2006-05-24 Zdenek Dvorakre PR tree-optimization/27639 (VRP miscompilation of...
2006-05-19 Zdenek Dvoraktree-vrp.c (valid_value_p): New function.
2006-05-02 Jeff Lawre PR tree-optimization/27364 (VRP miscompiles some...
2006-04-27 Andrew MacLeodImplement new immediate use iterators.
2006-04-27 Richard Guentherre PR tree-optimization/25148 (compare_values assumes...
2006-04-15 Kazu Hiratacfgcleanup.c, [...]: Fix comment typos.
2006-04-08 Kazu Hiratabuiltins.c, [...]: Fix comment typos.
2006-03-21 Jeff Lawtree-vrp.c (extract_range_from_unary_expr): Derive...
2006-03-13 Jeff Lawtree-vrp.c (stmt_interesting_for_vrp): Some statements...
2006-03-08 Jeff Lawtree-vrp.c (infer_value_range): Only count pointer...
2006-03-04 Kazu Hiratabuiltins.c, [...]: Fix comment typos.
2006-03-03 Zdenek Dvoraktree-vrp.c (remove_range_assertions): Do not update...
2006-03-02 Daniel Berlintree-vrp.c (execute_vrp): Return value.
2006-03-01 Diego Novillotree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.
2006-03-01 Daniel Berlinre PR tree-optimization/26443 (ICE in add_virtual_opera...
2006-03-01 Diego Novillotree-vrp.c (extract_range_from_assert): Remove special...
2006-02-23 Jeff Lawre PR tree-optimization/26425 (ice on valid C code...
2006-02-21 Roger Saylere PR tree-optimization/26361 (bootstrap failure on...
2006-02-17 Jeff Lawtree-vrp.c (set_value_range_to_nonnegative): New function.
2006-02-13 Jeff Lawtree-vrp.c (extract_range_from_binary_expr): Remove...
2006-02-09 Diego Novillore PR tree-optimization/26180 (wrong code due to VRP...
2006-02-08 Jeff Lawtree-vrp.c (execute_vrp): Perform any queued SSA update...
2006-02-07 Jeff Lawtree-vrp.c (find_conditional_asserts): Update comments.
2006-02-06 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass dump argument to.
2006-02-05 Zdenek Dvoraktree-vrp.c (cfg_loops): Removed.
2006-01-31 Marcin Daleckitree-vrp.c: Use XNEW/XCNEW allocation wrappers.
2006-01-26 Jeff Lawre PR ada/25900 (ICE on ACATS cxac004 in Tree-VRP)
2006-01-19 Jeff Lawtree-vrp.c (extract_range_from_assert): Refine the...
2006-01-18 Jeff Lawtree-vrp.c (test_for_singularity): Correct test for...
2006-01-16 Eric Botcazoutree-vrp.c (extract_range_from_binary_expr): Cope with...
2006-01-14 Kazu Hiratare PR tree-optimization/25485 (VRP misses an "if" with...
2006-01-06 Jeff Lawtree-cfg.c (bsi_replace): Rename final argument from...
2005-12-27 Kazu Hiratatree-vrp.c (extract_range_from_binary_expr): Use build_...
2005-12-22 Kazu Hiratatree-vrp.c (extract_range_from_binary_expr): Clean...
2005-12-21 Kazu Hiratare PR tree-optimization/25382 (VRP does not get a range...
2005-12-02 Richard Guenthertree-vrp.c (build_assert_expr_for, [...]): Use buildN...
2005-12-02 Roger Sayletree.h (TREE_OVERFLOW): Make this flag/predicate specif...
2005-11-20 James A. Morrisontree-vrp.c (compare_ranges): Return false for EQ_EXPR...
2005-11-15 Diego Novillore PR tree-optimization/24840 (ICE process_assert_inser...
2005-11-08 Diego Novillore PR c++/23046 (ICE in set_value_range, at tree-vrp...
2005-11-06 Diego Novillore PR tree-optimization/24670 (VRP ICE in compare_name_...
2005-11-05 Kazu Hiratac-typeck.c, [...]: Fix comment typos.
2005-10-15 Diego Novillore PR tree-optimization/23141 (ACATS FAIL c45651a fixed...
2005-10-04 Diego Novillore PR tree-optimization/23445 (ICE with -O1 -ftree...
2005-10-02 Diego Novillore PR tree-optimization/24142 (VRP miscompiles unzip...
2005-10-01 Diego Novillotree-vrp.c (value_inside_range, [...]): Add FIXME note...
2005-10-01 Diego Novillore PR tree-optimization/24141 (VRP ICE in compare_name_...
2005-10-01 James A. Morrisonre PR tree-optimization/23604 (wrong code due to VRP)
2005-09-16 Richard Guentheripa-pure-const.c (static_execute): Free auxiliar inform...
2005-09-15 Michael Matz* tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle...
2005-09-08 Eric Botcazoutree-vrp.c (extract_range_from_unary_expr): Do not...
2005-09-07 Andrew Pinskitree-vrp.c (extract_range_from_expr): Move the check...
2005-08-28 Andrew Pinskitree-vrp.c: Remove obsolete comment in front of vrp_ini...
2005-08-13 Sebastian Popre PR tree-optimization/22236 (wrong code for casts...
2005-08-08 James A. Morrisontree-vrp.c (simplify_div_or_mod_using_range): Use build2.
2005-08-06 Kazu HirataMakefile.in, [...]: Fix comment/doc typos.
2005-08-06 James A. Morrisonre PR tree-optimization/23128 (VRP fails for unsigned...
2005-08-02 James A. Morrisonre PR tree-optimization/23129 (VRP propagates division...
2005-07-29 James A. Morrisontree-vrp.c (compare_range_with_value): Return true...
2005-07-28 Volker Reicheltbuiltins.c: Fix comment typo(s).
next