summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* 2007-07-02 Richard Guenther <rguenther@suse.de>rguenth2007-07-021-3/+1
* PR middle-end/32559uros2007-07-011-19/+22
* 2007-06-27 Richard Guenther <rguenther@suse.de>rguenth2007-06-271-0/+34
* PR middle-end/32461spop2007-06-241-7/+17
* 2007-06-23 Mark Mitchell <mark@codesourcery.com>mmitchel2007-06-231-3/+3
* * fold-const.c (debug_fold_checksum): Move it undernemet2007-06-211-24/+24
* PR middle-end/20623spop2007-06-211-44/+101
* 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-06-161-47/+135
* * fold-const.c (fold_binary): Guard (X-X) -> 0 transformationghazi2007-06-121-1/+4
* * fold-const (fold_binary) [RDIV_EXPR]: Also optimize a/cbrt(b/c)uros2007-06-121-2/+2
* really remove signed(_or_unsigned)?_type langhooksespindola2007-06-111-13/+13
* PR middle-end/32279uros2007-06-111-0/+18
* ./:ian2007-06-061-3/+19
* 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