summaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
Commit message (Expand)AuthorAgeFilesLines
* 2009-11-27 Martin Jambor <mjambor@suse.cz>jamborm2009-11-271-2/+6
* 2009-11-24 Martin Jambor <mjambor@suse.cz>jamborm2009-11-241-7/+26
* 2009-11-21 Martin Jambor <mjambor@suse.cz>jamborm2009-11-211-18/+68
* 2009-11-04 Martin Jambor <mjambor@suse.cz>jamborm2009-11-051-23/+29
* 2009-11-02 Martin Jambor <mjambor@suse.cz>jamborm2009-11-021-25/+31
* 2009-10-30 Martin Jambor <mjambor@suse.cz>jamborm2009-10-301-2/+0
* 2009-10-29 Martin Jambor <mjambor@suse.cz>jamborm2009-10-291-9/+13
* * tree-sra.c (build_ref_for_offset_1) <RECORD_TYPE>: Skip fieldsebotcazou2009-10-201-1/+4
* * tree-sra.c (build_ref_for_offset_1): Update comment.ebotcazou2009-10-161-1/+2
* 2009-10-01 Martin Jambor <mjambor@suse.cz>jamborm2009-10-011-2/+12
* 2009-10-01 Martin Jambor <mjambor@suse.cz>jamborm2009-10-011-5/+14
* 2009-09-17 Martin Jambor <mjambor@suse.cz>jamborm2009-09-171-37/+1401
* Squash commit of EH in gimplerth2009-09-141-2/+1
* 2009-09-09 Martin Jambor <mjambor@suse.cz>jamborm2009-09-091-1/+7
* 2009-09-07 Martin Jambor <mjambor@suse.cz>jamborm2009-09-071-19/+23
* 2009-09-04 Martin Jambor <mjambor@suse.cz>jamborm2009-09-041-5/+25
* 2009-09-03 Martin Jambor <mjambor@suse.cz>jamborm2009-09-031-22/+11
* 2009-09-02 Martin Jambor <mjambor@suse.cz>jamborm2009-09-021-14/+37
* 2009-08-07 Martin Jambor <mjambor@suse.cz>jamborm2009-08-071-1/+2
* 2009-07-17 Aldy Hernandez <aldyh@redhat.com>manu2009-07-161-3/+7
* 2009-06-30 Martin Jambor <mjambor@suse.cz>jamborm2009-06-301-2/+2
* 2009-06-30 Martin Jambor <mjambor@suse.cz>jamborm2009-06-301-1/+2
* 2009-06-25 Martin Jambor <mjambor@suse.cz>jamborm2009-06-251-30/+42
* 2009-06-22 Martin Jambor <mjambor@suse.cz>jamborm2009-06-221-2/+2
* 2009-06-18 Martin Jambor <mjambor@suse.cz>jamborm2009-06-181-7/+61
* 2009-06-16 Martin Jambor <mjambor@suse.cz>jamborm2009-06-161-1/+5
* 2009-06-16 Martin Jambor <mjambor@suse.cz>jamborm2009-06-161-3/+2
* 2009-06-09 Martin Jambor <mjambor@suse.cz>jamborm2009-06-091-0/+7
* 2009-05-29 Martin Jambor <mjambor@suse.cz>jamborm2009-05-291-3088/+1723
* 2009-05-20 Martin Jambor <mjambor@suse.cz>jamborm2009-05-201-24/+24
* 2009-05-10 Richard Guenther <rguenther@suse.de>rguenth2009-05-101-4/+12
* 2009-05-10 Richard Guenther <rguenther@suse.de>rguenth2009-05-101-8/+4
* * 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