summaryrefslogtreecommitdiff
path: root/gcc/tree-vrp.c
Commit message (Expand)AuthorAgeFilesLines
* * c-common.c (vector_types_convertible_p,ghazi2007-08-251-15/+15
* ./:ian2007-08-211-1/+1
* * alias.c (component_uses_parent_alias_set): Constify.ghazi2007-08-141-1/+1
* 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>dnovillo2007-08-031-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * c-common.c (fname_as_string, c_type_hash): Constify.ghazi2007-07-251-2/+2
* PR tree-optimization/19590spop2007-06-211-0/+8
* 2007-06-21 Richard Guenther <rguenther@suse.de>rguenth2007-06-211-1/+4
* 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-06-161-13/+26
* ./:ian2007-06-091-0/+2
* ./:ian2007-06-051-1/+11
* ./:ian2007-06-041-2/+59
* ./:ian2007-06-011-2/+2
* * tree-vrp.c (compare_names): Initialize sop.ian2007-05-301-1/+1
* * tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.rakdver2007-05-271-10/+4
* * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c,kazu2007-05-261-2/+2
* * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c,kazu2007-05-251-1/+1
* * tree-vrp.c (avoid_overflow_infinity): New static function,ian2007-05-231-13/+24
* ./:ian2007-05-181-11/+13
* * tree-vrp.c (finalize_jump_threads): Do not care about dominance info.rakdver2007-05-171-17/+14
* PR tree-optimization/31739ian2007-05-011-44/+67
* 2007-05-01 Richard Guenther <rguenther@suse.de>rguenth2007-05-011-61/+75
* ./:ian2007-04-241-7/+56
* 2007-04-18 Dirk Mueller <dmueller@suse.de>mueller2007-04-181-34/+42
* ./:ian2007-04-171-4/+19
* * config/i386/i386.c, config/s390/s390.c, config/s390/s390.md,kazu2007-04-151-1/+1
* 2007-04-13 Richard Guenther <rguenther@suse.de>rguenth2007-04-131-6/+133
* PR 30735dnovillo2007-04-111-4/+3
* PR tree-optimization/31169 rth2007-04-011-11/+18
* ./:ian2007-03-261-2/+10
* * tree-vrp.c (operand_less_p): Ignore fold overflow warnings.ian2007-03-231-0/+5
* 2007-03-19 Andrew Haley <aph@redhat.com>aph2007-03-201-1/+0
* 2007-03-11 Richard Guenther <rguenther@suse.de>rguenth2007-03-111-1/+19
* * tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR andian2007-03-111-7/+22
* * tree-pass.h (TODO_update_smt_usage): Remove.dnovillo2007-03-101-2/+1
* 2007-03-09 Richard Guenther <rguenther@suse.de>rguenth2007-03-091-1/+3
* * tree-eh.c (do_return_redirection): Call build_gimple_modify_stmtsayle2007-03-081-5/+3
* ./:ian2007-03-081-17/+133
* PR tree-optimization/31034ian2007-03-051-6/+8
* Used signed infinities in VRP.ian2007-03-021-202/+748
* 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>sandra2007-02-151-6/+6
* ./:ian2007-02-131-3/+12
* * c-decl.c, config/avr/avr.c, config/avr/avr.h,kazu2007-02-031-1/+1
* * alias.c (init_alias_analysis): Correct whitespace.sayle2007-02-011-1/+1
* ./:ian2007-01-281-13/+13
* 2007-01-21 Dirk Mueller <dmueller@suse.de>mueller2007-01-211-10/+27
* * tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.hubicka2007-01-181-6/+2
* 2007-01-18 Dirk Mueller <dmueller@suse.de>mueller2007-01-181-0/+152
* * tree-vrp.c (remove_range_assertions): Release defs.hubicka2007-01-111-0/+1
* Better handling of COND_EXPRs in rhsrobc2007-01-081-0/+37