summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* fixed -ffinite-math-only A-A missing optimisationchrbr2007-08-221-4/+1
* PR middle-end/32912jakub2007-08-211-4/+31
* 2007-08-21 Richard Guenther <rguenther@suse.de>rguenth2007-08-211-0/+7
* 2007-08-21 Richard Guenther <rguenther@suse.de>rguenth2007-08-211-8/+6
* 2007-08-09 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-08-091-0/+10
* * tree.def (FIXED_POINT_TYPE): New type.chaoyingfu2007-08-081-12/+334
* 2007-08-04 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-08-041-8/+12
* 2007-08-03 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2007-08-031-1/+1
* * attribs.c (hash_attr, eq_attr, init_attributes): Constify.ghazi2007-07-291-21/+21
* 2007-07-28 Richard Guenther <rguenther@suse.de>kristerw2007-07-281-4/+12
* * fold-const.c (fold_read_from_constant_string): Usedrow2007-07-261-4/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * expr.c (handled_component_p): Constify.ghazi2007-07-251-1/+1
* 2007-07-12 Richard Guenther <rguenther@suse.de>rguenth2007-07-121-2/+3
* 2007-07-09 Richard Guenther <rguenther@suse.de>rguenth2007-07-091-0/+10
* 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