summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* 2007-05-30 Richard Guenther <rguenther@suse.de>rguenth2007-05-301-1/+1
* 2007-05-28 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-05-281-3/+8
* * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c,kazu2007-05-261-3/+3
* * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c,kazu2007-05-251-1/+1
* gcc/espindola2007-05-141-6/+6
* * fold-const.c (fold_unary): Convert (T1)(X op Y) into ((T1)X op (T1)Y),hubicka2007-05-041-15/+11
* 2007-05-02 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-05-021-63/+0
* * tree.h (maybe_fold_offset_to_component_ref): Remove.hubicka2007-05-011-7/+0
* fix for PR31617olga2007-04-241-0/+1
* 2007-04-21 Richard Guenther <rguenther@suse.de>rguenth2007-04-211-1/+1
* PR tree-optimization/31632jakub2007-04-201-13/+20
* * fold-const.c: Remove prototypes for native_encode_expr andbrooks2007-04-191-4/+2
* * fold-const.c (div_if_zero_remainder): Do signed divide for pointerhubicka2007-04-191-0/+11
* 2007-04-12 Richard Guenther <rguenther@suse.de>rguenth2007-04-121-2/+6
* * tree.h (maybe_fold_offset_to_component_ref): Declare.hubicka2007-04-081-0/+7
* PR middle-end/30704jakub2007-04-031-16/+18
* gcc/java/ChangeLog:espindola2007-03-301-1/+1
* PR tree-optimization/30784dorit2007-03-251-2/+14
* * fold-const.c (fold_binary): Correct warning for X - c >= X.ian2007-03-231-1/+1
* ipa-type-escape improvementsolga2007-03-121-2/+1
* * fold-const.c (fold_comparison): Remove compile-time evaluation ofsayle2007-03-091-23/+90
* * builtins.def (lceil, lceilf, lceill, lfloor, lfloorf, lfloorl,ghazi2007-03-081-0/+1
* 2007-03-05 Richard Guenther <rguenther@suse.de>rguenth2007-03-051-8/+0
* PR middle-end/30744sayle2007-03-041-6/+13
* 2007-02-28 Richard Guenther <rguenther@suse.de>rguenth2007-02-281-4/+25
* 2007-02-28 Sandra Loosemore <sandra@codesourcery.com>sandra2007-02-281-10/+14
* 2007-02-24 Richard Guenther <rguenther@suse.de>rguenth2007-02-241-0/+18
* * builtins.c (fold_builtin_logb, fold_builtin_significand): New.ghazi2007-02-231-0/+1
* * fold-const.c (tree_expr_nonnegative_warnv_p): Handle scalb,ghazi2007-02-201-0/+3
* * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,kazu2007-02-181-2/+2
* 2007-02-16 Richard Guenther <rguenther@suse.de>rguenth2007-02-161-5/+12
* 2007-02-15 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-02-161-0/+23
* 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>sandra2007-02-151-154/+194
* ./:ian2007-02-131-137/+621
* 2007-02-09 Zdenek Dvorak <dvorakz@suse.cz>rguenth2007-02-091-0/+34
* * fold-const.c (negate_expr_p): Handle CONJ_EXPR.ghazi2007-02-061-0/+9
* * fold-const.c (fold_unary) <REAL_PART>: Test for availability ofsayle2007-02-051-4/+12
* 2007-02-04 Richard Guenther <rguenther@suse.de>rguenth2007-02-041-0/+29
* * builtins.c (fold_builtin_cabs): Fold cabs(x+xi) intoghazi2007-02-031-2/+39
* * fold-const.c (negate_expr_p, fold_negate_expr): Handleghazi2007-02-021-0/+11
* * alias.c (init_alias_analysis): Correct whitespace.sayle2007-02-011-2/+2
* 2007-02-01 Richard Guenther <rguenther@suse.de>rguenth2007-02-011-1/+1
* * fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT tosayle2007-01-301-11/+11
* ./:ian2007-01-281-38/+39
* * tree.c (tree_fold_gcd): Delete.sayle2007-01-281-2/+2
* * fold-const.c (size_binop): In the fast-paths for X+0, 0+X, X-0 andsayle2007-01-281-11/+47
* * builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even'ghazi2007-01-261-0/+9
* * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away asayle2007-01-191-0/+2
* * tree.h (force_fit_type_double): Remove unused final argument.sayle2007-01-131-27/+19
* * builtins.c (expand_builtin_pow, expand_builtin_powi,sayle2007-01-111-66/+35