summaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
Commit message (Expand)AuthorAgeFilesLines
* 2007-10-10 Richard Guenther <rguenther@suse.de>rguenth2007-10-101-0/+4
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.nickc2007-09-011-4/+3
* ./:ian2007-06-091-0/+2
* ./:ian2007-06-051-1/+11
* ./:ian2007-06-041-2/+60
* * tree-vrp.c (compare_names): Initialize sop.ian2007-05-301-1/+1
* * tree-vrp.c (avoid_overflow_infinity): New static function,ian2007-05-231-13/+24
* ./:ian2007-05-181-9/+11
* PR tree-optimization/31739ian2007-05-011-44/+67
* ./ChangeLog:ian2007-04-241-5/+57
* ./:ian2007-03-271-2/+10
* * tree-vrp.c (value_inside_range): Ignore fold warnings.ian2007-03-141-0/+8
* gcc/ChangeLog:ian2007-03-121-199/+872
* 2007-03-09 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-03-091-0/+4
* 2006-11-13 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2006-11-131-1/+1
* 2006-10-13 Richard Guenther <rguenther@suse.de>rguenth2006-10-131-91/+23
* 2006-10-11 Richard Guenther <rguenther@suse.de>rguenth2006-10-111-5/+3
* 2006-09-05 Richard Guenther <rguenther@suse.de>rguenth2006-09-051-6/+10
* PR tree-optimization/27865rakdver2006-08-171-15/+25
* 2006-08-01 Dirk Mueller <dmueller@suse.de>mueller2006-08-011-1/+2
* 2006-07-07 Richard Guenther <rguenther@suse.de>rguenth2006-07-071-5/+22
* 2006-06-09 Richard Guenther <rguenther@suse.de>rguenth2006-06-091-8/+15
* * tree-vrp.c (extract_range_from_assert): Set the range to VARYINGebotcazou2006-05-251-12/+28
* PR tree-optimization/27639rakdver2006-05-241-8/+11
* * tree-vrp.c (valid_value_p): New function.rakdver2006-05-191-2/+21
* PR tree-optimization/27364law2006-05-021-1/+23
* Implement new immediate use iterators.amacleod2006-04-271-5/+7
* 2006-04-27 Richard Guenther <rguenther@suse.de>rguenth2006-04-271-51/+46
* * cfgcleanup.c, config/dfp-bit.c, expr.c, fold-const.c,kazu2006-04-151-1/+1
* * builtins.c, config/arm/arm.c, config/i386/cygwin.h,kazu2006-04-081-3/+3
* * tree-vrp.c (extract_range_from_unary_expr): Derive ranges forlaw2006-03-211-16/+40
* * tree-vrp.c (stmt_interesting_for_vrp): Some statements withlaw2006-03-131-4/+23
* * tree-vrp.c (infer_value_range): Only count pointer useslaw2006-03-081-14/+43
* * builtins.c, c-pragma.h, c-typeck.c, cgraph.c, cgraphunit.c,kazu2006-03-041-1/+1
* * tree-vrp.c (remove_range_assertions): Do not update statements unnecessarily.rakdver2006-03-031-7/+5
* 2006-03-02 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-021-2/+2
* * tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.dnovillo2006-03-011-2/+2
* 2006-03-01 Daniel Berlin <dberlin@dberlin.org>dberlin2006-03-011-2/+3
* * tree-vrp.c (extract_range_from_assert): Remove specialdnovillo2006-03-011-60/+0
* PR tree-optimization/26425law2006-02-231-1/+5
* PR tree-optimization/26361sayle2006-02-211-0/+18
* * tree-vrp.c (set_value_range_to_nonnegative): New function.law2006-02-171-4/+85
* * tree-vrp.c (extract_range_from_binary_expr): Remove handling oflaw2006-02-131-4/+2
* PR 26180dnovillo2006-02-091-6/+8
* * tree-vrp.c (execute_vrp): Perform any queued SSA updates beforelaw2006-02-081-0/+8
* 2006-02-07 Jeff Law <law@redhat.com>law2006-02-071-1/+178
* * tree-vrp.c (execute_vrp): Do not pass dump argument to.rakdver2006-02-061-2/+2
* * tree-vrp.c (cfg_loops): Removed.rakdver2006-02-051-11/+7
* 2006-01-31 Marcin Dalecki <martin@dalecki.de>dalecki2006-01-311-5/+5
* PR ada/25900law2006-01-261-7/+17