summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* 2007-10-08 Richard Guenther <rguenther@suse.de>rguenth2007-10-081-6/+8
* 2007-10-08 Richard Guenther <rguenther@suse.de>rguenth2007-10-081-11/+20
* 2007-10-05 Richard Guenther <rguenther@suse.de>rguenth2007-10-051-4/+2
* ./:ian2007-09-271-0/+3
* gcc/aaw2007-09-231-0/+108
* 2007-09-22 Richard Guenther <rguenther@suse.de>rguenth2007-09-221-2/+4
* * fold-const.c (extract_muldiv_1): Do not simplifyrakdver2007-09-111-1/+2
* 2007-09-06 Richard Guenther <rguenther@suse.de>rguenth2007-09-061-2/+2
* * fold-const.c (all_ones_mask_p, sign_bit_p, simple_operand_p,ghazi2007-09-051-40/+41
* Add new fp flags: -fassociative-math and -freciprocal-mathrevitale2007-09-041-20/+29
* * config/arm/arm.c, config/rs6000/ppu_intrinsics.h,kazu2007-09-011-2/+2
* 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