| Commit message (Expand) | Author | Age | Files | Lines |
* | 2007-05-30 Richard Guenther <rguenther@suse.de> | rguenth | 2007-05-30 | 1 | -1/+1 |
* | 2007-05-28 Andrew Pinski <andrew_pinski@playstation.sony.com> | pinskia | 2007-05-28 | 1 | -3/+8 |
* | * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c, | kazu | 2007-05-26 | 1 | -3/+3 |
* | * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c, | kazu | 2007-05-25 | 1 | -1/+1 |
* | gcc/ | espindola | 2007-05-14 | 1 | -6/+6 |
* | * fold-const.c (fold_unary): Convert (T1)(X op Y) into ((T1)X op (T1)Y), | hubicka | 2007-05-04 | 1 | -15/+11 |
* | 2007-05-02 Andrew Pinski <andrew_pinski@playstation.sony.com> | pinskia | 2007-05-02 | 1 | -63/+0 |
* | * tree.h (maybe_fold_offset_to_component_ref): Remove. | hubicka | 2007-05-01 | 1 | -7/+0 |
* | fix for PR31617 | olga | 2007-04-24 | 1 | -0/+1 |
* | 2007-04-21 Richard Guenther <rguenther@suse.de> | rguenth | 2007-04-21 | 1 | -1/+1 |
* | PR tree-optimization/31632 | jakub | 2007-04-20 | 1 | -13/+20 |
* | * fold-const.c: Remove prototypes for native_encode_expr and | brooks | 2007-04-19 | 1 | -4/+2 |
* | * fold-const.c (div_if_zero_remainder): Do signed divide for pointer | hubicka | 2007-04-19 | 1 | -0/+11 |
* | 2007-04-12 Richard Guenther <rguenther@suse.de> | rguenth | 2007-04-12 | 1 | -2/+6 |
* | * tree.h (maybe_fold_offset_to_component_ref): Declare. | hubicka | 2007-04-08 | 1 | -0/+7 |
* | PR middle-end/30704 | jakub | 2007-04-03 | 1 | -16/+18 |
* | gcc/java/ChangeLog: | espindola | 2007-03-30 | 1 | -1/+1 |
* | PR tree-optimization/30784 | dorit | 2007-03-25 | 1 | -2/+14 |
* | * fold-const.c (fold_binary): Correct warning for X - c >= X. | ian | 2007-03-23 | 1 | -1/+1 |
* | ipa-type-escape improvements | olga | 2007-03-12 | 1 | -2/+1 |
* | * fold-const.c (fold_comparison): Remove compile-time evaluation of | sayle | 2007-03-09 | 1 | -23/+90 |
* | * builtins.def (lceil, lceilf, lceill, lfloor, lfloorf, lfloorl, | ghazi | 2007-03-08 | 1 | -0/+1 |
* | 2007-03-05 Richard Guenther <rguenther@suse.de> | rguenth | 2007-03-05 | 1 | -8/+0 |
* | PR middle-end/30744 | sayle | 2007-03-04 | 1 | -6/+13 |
* | 2007-02-28 Richard Guenther <rguenther@suse.de> | rguenth | 2007-02-28 | 1 | -4/+25 |
* | 2007-02-28 Sandra Loosemore <sandra@codesourcery.com> | sandra | 2007-02-28 | 1 | -10/+14 |
* | 2007-02-24 Richard Guenther <rguenther@suse.de> | rguenth | 2007-02-24 | 1 | -0/+18 |
* | * builtins.c (fold_builtin_logb, fold_builtin_significand): New. | ghazi | 2007-02-23 | 1 | -0/+1 |
* | * fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb, | ghazi | 2007-02-20 | 1 | -0/+3 |
* | * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c, | kazu | 2007-02-18 | 1 | -2/+2 |
* | 2007-02-16 Richard Guenther <rguenther@suse.de> | rguenth | 2007-02-16 | 1 | -5/+12 |
* | 2007-02-15 Andrew Pinski <andrew_pinski@playstation.sony.com> | pinskia | 2007-02-16 | 1 | -0/+23 |
* | 2007-02-15 Sandra Loosemore <sandra@codesourcery.com> | sandra | 2007-02-15 | 1 | -154/+194 |
* | ./: | ian | 2007-02-13 | 1 | -137/+621 |
* | 2007-02-09 Zdenek Dvorak <dvorakz@suse.cz> | rguenth | 2007-02-09 | 1 | -0/+34 |
* | * fold-const.c (negate_expr_p): Handle CONJ_EXPR. | ghazi | 2007-02-06 | 1 | -0/+9 |
* | * fold-const.c (fold_unary) <REAL_PART>: Test for availability of | sayle | 2007-02-05 | 1 | -4/+12 |
* | 2007-02-04 Richard Guenther <rguenther@suse.de> | rguenth | 2007-02-04 | 1 | -0/+29 |
* | * builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into | ghazi | 2007-02-03 | 1 | -2/+39 |
* | * fold-const.c (negate_expr_p, fold_negate_expr): Handle | ghazi | 2007-02-02 | 1 | -0/+11 |
* | * alias.c (init_alias_analysis): Correct whitespace. | sayle | 2007-02-01 | 1 | -2/+2 |
* | 2007-02-01 Richard Guenther <rguenther@suse.de> | rguenth | 2007-02-01 | 1 | -1/+1 |
* | * fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT to | sayle | 2007-01-30 | 1 | -11/+11 |
* | ./: | ian | 2007-01-28 | 1 | -38/+39 |
* | * tree.c (tree_fold_gcd): Delete. | sayle | 2007-01-28 | 1 | -2/+2 |
* | * fold-const.c (size_binop): In the fast-paths for X+0, 0+X, X-0 and | sayle | 2007-01-28 | 1 | -11/+47 |
* | * builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even' | ghazi | 2007-01-26 | 1 | -0/+9 |
* | * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away a | sayle | 2007-01-19 | 1 | -0/+2 |
* | * tree.h (force_fit_type_double): Remove unused final argument. | sayle | 2007-01-13 | 1 | -27/+19 |
* | * builtins.c (expand_builtin_pow, expand_builtin_powi, | sayle | 2007-01-11 | 1 | -66/+35 |