summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* 2008-05-21 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-05-211-2/+4
* 2008-05-17 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-05-171-28/+23
* 2008-05-06 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-05-061-26/+38
* 2008-04-21 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-04-211-4/+86
* 2008-04-17 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-04-171-9/+13
* 2008-04-14 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-04-141-126/+186
* 2008-04-05 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-04-051-11/+47
* 2008-03-27 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-03-271-34/+54
* 2008-03-20 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-03-201-7/+2
* 2008-03-11 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-03-171-8/+33
* 2008-03-11 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-03-111-543/+459
* 2008-03-02 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-03-021-7/+19
* 2008-02-26 Basile Starynkevitch <basile@starynkevitch.net>bstarynk2008-02-261-3/+10
* 2008-02-12 Richard Guenther <rguenther@suse.de>rguenth2008-02-121-1/+3
* 2008-01-16 Richard Guenther <rguenther@suse.de>rguenth2008-01-161-2/+16
* PR ada/33788ebotcazou2008-01-121-1/+6
* PR middle-end/34337jakub2007-12-051-6/+25
* PR middle-end/29749jakub2007-12-031-0/+113
* 2007-11-17 Richard Guenther <rguenther@suse.de>rguenth2007-11-171-0/+3
* 2007-11-16 Richard Guenther <rguenther@suse.de>rguenth2007-11-161-18/+18
* 2007-11-12 Richard Guenther <rguenther@suse.de>rguenth2007-11-121-2/+2
* 2007-11-12 Richard Guenther <rguenther@suse.de>rguenth2007-11-121-0/+36
* 2007-11-04 Andrew Pinski <pinskia@gmail.com>pinskia2007-11-041-2/+2
* 2007-10-31 Richard Guenther <rguenther@suse.de>rguenth2007-10-311-4/+7
* PR c++/33709jakub2007-10-301-3/+6
* 2007-10-15 Richard Guenther <rguenther@suse.de>rguenth2007-10-151-114/+15
* 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