summaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-sra.c (sra_build_assignment): Don't use into_ssa mode,matz2009-04-261-2/+4
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-40/+12
* 2009-03-04 Richard Guenther <rguenther@suse.de>rguenth2009-03-041-12/+4
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-2/+2
* PR target/39179jason2009-02-181-0/+1
* gcc/ChangeLog:aoliva2008-12-101-3/+6
* * tree-sra.c (scalarize_use): Create another temporary with the properebotcazou2008-12-071-6/+14
* * tree-sra.c (sra_explode_bitfield_assignment): Alwaysjakub2008-12-051-4/+2
* PR tree-optimization/37716jakub2008-12-031-61/+25
* * tree-sra.c (bitfield_overlaps_p): Fix oversight.ebotcazou2008-11-031-0/+5
* 2008-09-16 Richard Guenther <rguenther@suse.de>rguenth2008-09-161-2/+8
* 2008-09-03 Richard Guenther <rguenther@suse.de>rguenth2008-09-031-3/+4
* * expr.c (MOVE_BY_PIECES_P, CLEAR_BY_PIECES_P, SET_BY_PIECES_P): Pass speed ...hubicka2008-09-011-2/+2
* * tree.h (IS_CONVERT_EXPR_CODE_P): Renamed totomby2008-08-181-2/+1
* 2008-08-18 Richard Guenther <rguenther@suse.de>rguenth2008-08-181-5/+13
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-387/+363
* * gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.jakub2008-07-091-1/+2
* * tree-sra.c (sra_build_assignment): Handle CONVERT_EXPR_Pjakub2008-07-081-2/+11
* 2008-07-06 Kai Tietz <kai.tietz@onevision.com>ktietz2008-07-061-3/+21
* Revert 137452.ktietz2008-07-041-21/+3
* 2008-07-04 Kai Tietz <kai.tietz@onevision.com>ktietz2008-07-041-3/+21
* 2008-06-25 Richard Guenther <rguenther@suse.de>rguenth2008-06-251-21/+20
* * ggc.h (GGC_RESIZEVAR): New, reorder macros.ghazi2008-06-201-4/+4
* gcc/rwild2008-06-061-3/+3
* * tree-sra.c (sra_type_can_be_decomposed_p) <RECORD_TYPE>: Make sureebotcazou2008-05-271-0/+1
* * tree-sra.c (try_instantiate_multiple_fields): Early returnhainque2008-05-061-0/+4
* * tree-sra.c (sra_walk_expr) <VIEW_CONVERT_EXPR>: Disableebotcazou2008-04-201-5/+15
* * gcc.dg/20050811-2.c: Update dumping flags.hubicka2008-03-191-6/+10
* 2008-03-06 Richard Guenther <rguenther@suse.de>rguenth2008-03-061-12/+13
* 2008-03-01 Richard Guenther <rguenther@suse.de>rguenth2008-03-011-1/+11
* 2008-02-28 Richard Guenther <rguenther@suse.de>rguenth2008-02-281-10/+13
* 2008-02-26 Richard Guenther <rguenther@suse.de>rguenth2008-02-261-13/+10
* 2008-02-25 Richard Guenther <rguenther@suse.de>rguenth2008-02-251-10/+13
* 2008-02-25 Richard Guenther <rguenther@suse.de>rguenth2008-02-251-13/+10
* PR c++/35144jakub2008-02-121-3/+35
* 2008-01-10 Richard Guenther <rguenther@suse.de>rguenth2008-01-101-78/+60
* gcc/rsandifo2008-01-021-2/+3
* gcc/rsandifo2007-11-251-4/+20
* * config/fixed-bit.c, config/i386/cpuid.h, config/i386/i386.c,kazu2007-10-141-1/+1
* PR tree-optimization/33655aoliva2007-10-091-1/+2
* PR middle-end/22156aoliva2007-10-091-16/+22
* * tree-sra.c (scalarize_lsdt): Fix thinko in testing whetheraoliva2007-10-081-2/+2
* gcc/ChangeLog:aoliva2007-10-061-0/+5
* PR middle-end/22156aoliva2007-10-011-50/+1233
* * tree-sra.c (decide_block_copy): Decide if there are groups.ebotcazou2007-09-191-2/+2
* * tree-sra.c (maybe_lookup_element_for_expr) <COMPONENT_REF>: Returnebotcazou2007-09-171-12/+22
* 2007-08-14 Daniel Berlin <dberlin@dberlin.org>dberlin2007-08-141-1/+3
* * tree.def (FIXED_POINT_TYPE): New type.chaoyingfu2007-08-081-0/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* PR middle-end/22156aoliva2007-04-301-527/+60