| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PR tree-optimization/31739 | ian | 2007-05-01 | 1 | -44/+67 |
* | 2007-05-01 Richard Guenther <rguenther@suse.de> | rguenth | 2007-05-01 | 1 | -61/+75 |
* | ./: | ian | 2007-04-24 | 1 | -7/+56 |
* | 2007-04-18 Dirk Mueller <dmueller@suse.de> | mueller | 2007-04-18 | 1 | -34/+42 |
* | ./: | ian | 2007-04-17 | 1 | -4/+19 |
* | * config/i386/i386.c, config/s390/s390.c, config/s390/s390.md, | kazu | 2007-04-15 | 1 | -1/+1 |
* | 2007-04-13 Richard Guenther <rguenther@suse.de> | rguenth | 2007-04-13 | 1 | -6/+133 |
* | PR 30735 | dnovillo | 2007-04-11 | 1 | -4/+3 |
* | PR tree-optimization/31169 | rth | 2007-04-01 | 1 | -11/+18 |
* | ./: | ian | 2007-03-26 | 1 | -2/+10 |
* | * tree-vrp.c (operand_less_p): Ignore fold overflow warnings. | ian | 2007-03-23 | 1 | -0/+5 |
* | 2007-03-19 Andrew Haley <aph@redhat.com> | aph | 2007-03-20 | 1 | -1/+0 |
* | 2007-03-11 Richard Guenther <rguenther@suse.de> | rguenth | 2007-03-11 | 1 | -1/+19 |
* | * tree-vrp.c (vrp_int_const_binop): Handle PLUS_EXPR and | ian | 2007-03-11 | 1 | -7/+22 |
* | * tree-pass.h (TODO_update_smt_usage): Remove. | dnovillo | 2007-03-10 | 1 | -2/+1 |
* | 2007-03-09 Richard Guenther <rguenther@suse.de> | rguenth | 2007-03-09 | 1 | -1/+3 |
* | * tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt | sayle | 2007-03-08 | 1 | -5/+3 |
* | ./: | ian | 2007-03-08 | 1 | -17/+133 |
* | PR tree-optimization/31034 | ian | 2007-03-05 | 1 | -6/+8 |
* | Used signed infinities in VRP. | ian | 2007-03-02 | 1 | -202/+748 |
* | 2007-02-15 Sandra Loosemore <sandra@codesourcery.com> | sandra | 2007-02-15 | 1 | -6/+6 |
* | ./: | ian | 2007-02-13 | 1 | -3/+12 |
* | * c-decl.c, config/avr/avr.c, config/avr/avr.h, | kazu | 2007-02-03 | 1 | -1/+1 |
* | * alias.c (init_alias_analysis): Correct whitespace. | sayle | 2007-02-01 | 1 | -1/+1 |
* | ./: | ian | 2007-01-28 | 1 | -13/+13 |
* | 2007-01-21 Dirk Mueller <dmueller@suse.de> | mueller | 2007-01-21 | 1 | -10/+27 |
* | * tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand. | hubicka | 2007-01-18 | 1 | -6/+2 |
* | 2007-01-18 Dirk Mueller <dmueller@suse.de> | mueller | 2007-01-18 | 1 | -0/+152 |
* | * tree-vrp.c (remove_range_assertions): Release defs. | hubicka | 2007-01-11 | 1 | -0/+1 |
* | Better handling of COND_EXPRs in rhs | robc | 2007-01-08 | 1 | -0/+37 |
* | 2007-01-08 Richard Guenther <rguenther@suse.de> | rguenth | 2007-01-08 | 1 | -4/+25 |
* | 2007-01-07 Richard Guenther <rguenther@suse.de> | rguenth | 2007-01-07 | 1 | -6/+7 |
* | * cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c, | kazu | 2006-12-22 | 1 | -2/+2 |
* | 2006-12-19 Andrew Pinski <pinskia@gmail.com> | pinskia | 2006-12-20 | 1 | -0/+4 |
* | * tree-ssa-operands.h (create_ssa_artificial_load_stmt): | dnovillo | 2006-12-11 | 1 | -1/+1 |
* | * tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | rakdver | 2006-12-10 | 1 | -2/+1 |
* | * tree-vrp.c (compare_values): Short circuit INTEGER_CST; | hubicka | 2006-12-07 | 1 | -8/+19 |
* | * tree-vrp.c (operand_less_p): New. | hubicka | 2006-12-06 | 1 | -13/+43 |
* | 2006-12-05 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-12-05 | 1 | -1/+1 |
* | Merge gimple-tuples-branch into mainline. | aldyh | 2006-12-05 | 1 | -35/+44 |
* | * builtins.c, cfgloop.h, cgraph.h, config/arm/arm.c, | kazu | 2006-12-02 | 1 | -1/+1 |
* | PR tree-optimization/23744 | baldrick | 2006-11-29 | 1 | -62/+44 |
* | Privatize SSA variables into gimple_df. | hubicka | 2006-11-28 | 1 | -1/+1 |
* | * tree-vrp.c (execute_vrp): Do not pass loops structure through | rakdver | 2006-11-25 | 1 | -1/+1 |
* | * tree-vrp.c (execute_vrp): Do not update current_loops. | rakdver | 2006-11-17 | 1 | -3/+2 |
* | 2006-11-16 Dirk Mueller <dmueller@suse.de> | mueller | 2006-11-16 | 1 | -8/+4 |
* | 2006-11-11 Richard Guenther <rguenther@suse.de> | rguenth | 2006-11-11 | 1 | -3/+0 |
* | 2006-11-06 Andrew Pinski <andrew_pinski@playstation.sony.com> | pinskia | 2006-11-06 | 1 | -1/+1 |
* | 2006-10-24 Richard Guenther <rguenther@suse.de> | rguenth | 2006-10-24 | 1 | -9/+7 |
* | 2006-10-22 Jeff Law <law@redhat.com> | rguenth | 2006-10-22 | 1 | -81/+243 |