summaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/42154 (Wrong code from (early) SRA)Martin Jambor2009-11-241-7/+26
* re PR middle-end/42025 (ICE verify_stmts failed (non-trivial conversion at as...Martin Jambor2009-11-211-18/+68
* tree-sra.c (struct access): Changed comment of next_sibling field.Martin Jambor2009-11-051-23/+29
* re PR tree-optimization/41750 (IPA-SRA is broken)Martin Jambor2009-11-021-25/+31
* tree-sra.c (build_ref_for_offset_1): Remove a comment.Martin Jambor2009-10-301-2/+0
* re PR tree-optimization/41775 (IPA-SRA: ice in rewrite_stmt, at tree-into-ssa...Martin Jambor2009-10-291-9/+13
* tree-sra.c (build_ref_for_offset_1): Skip fields without size or with size th...Eric Botcazou2009-10-201-1/+4
* * tree-sra.c (build_ref_for_offset_1): Update comment.Eric Botcazou2009-10-161-1/+2
* re PR middle-end/12392 (very long optimized compile)Martin Jambor2009-10-011-2/+12
* re PR bootstrap/41395 (Revision 151800 failed bootstrap)Martin Jambor2009-10-011-5/+14
* common.opt (fipa-sra): New switch.Martin Jambor2009-09-171-37/+1401
* Squash commit of EH in gimpleRichard Henderson2009-09-141-2/+1
* re PR target/41089 (stdarg pass produces wrong code)Martin Jambor2009-09-091-1/+7
* re PR middle-end/41282 (Revision 151394 failed to compile mplayer)Martin Jambor2009-09-071-19/+23
* re PR tree-optimization/41112 (ACATS c43205b fails at -O2 (tree-sra))Martin Jambor2009-09-041-5/+25
* tree-sra.c (duplicate_expr_for_different_base): Removed.Martin Jambor2009-09-031-22/+11
* tree-sra.c (struct access): New field grp_hint.Martin Jambor2009-09-021-14/+37
* ipa-prop.c (count_formal_params_1): New function.Martin Jambor2009-08-071-1/+2
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-3/+7
* re PR tree-optimization/40582 (ice for non-trivial conversion at assignment w...Martin Jambor2009-06-301-2/+2
* re PR middle-end/40554 (Revision 148941 miscompiled 447.dealII in SPEC CPU 2006)Martin Jambor2009-06-301-1/+2
* re PR middle-end/40493 (New SRA miscompiled binutils)Martin Jambor2009-06-251-30/+42
* re PR tree-optimization/40492 (ice in create_tmp_var)Martin Jambor2009-06-221-2/+2
* tree-sra.c: Include statistics.hMartin Jambor2009-06-181-7/+61
* re PR tree-optimization/40432 (verify_stmts failed with -O2: non-register as ...Martin Jambor2009-06-161-1/+5
* re PR tree-optimization/40413 (Internal error in connection with optimization...Martin Jambor2009-06-161-3/+2
* re PR tree-optimization/40351 (ice in generate_subtree_copies for Linux kerne...Martin Jambor2009-06-091-0/+7
* tree-sra.c: New implementation of SRA.Martin Jambor2009-05-291-3088/+1723
* tree-flow.h (insert_edge_copies_seq): Undeclare.Martin Jambor2009-05-201-24/+24
* re PR tree-optimization/40081 (verify_stmts failed with -O2)Richard Guenther2009-05-101-4/+12
* re PR tree-optimization/40081 (verify_stmts failed with -O2)Richard Guenther2009-05-101-8/+4
* tree-sra.c (sra_build_assignment): Don't use into_ssa mode, mark new temporar...Michael Matz2009-04-261-2/+4
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-40/+12
* re PR tree-optimization/39339 (SRA miscompilation of vte)Richard Guenther2009-03-041-12/+4
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-2/+2
* re PR target/39179 (Wrong code in c++ for const members initialized in extern...Jason Merrill2009-02-181-0/+1
* re PR middle-end/38271 (Spurious / missing "... used uninitialized in this fu...Alexandre Oliva2008-12-101-3/+6
* tree-sra.c (scalarize_use): Create another temporary with the proper type for...Eric Botcazou2008-12-071-6/+14
* tree-sra.c (sra_explode_bitfield_assignment): Always call unsigned_type_for...Jakub Jelinek2008-12-051-4/+2
* re PR tree-optimization/37716 (ice for legal C++ code with -O2 on 20080926)Jakub Jelinek2008-12-031-61/+25
* * tree-sra.c (bitfield_overlaps_p): Fix oversight.Eric Botcazou2008-11-031-0/+5
* re PR middle-end/37380 (../../gcc/libcpp/charset.c:1103: error: 'cvt.77.width...Richard Guenther2008-09-161-2/+8
* re PR ada/37328 (ACATS la14021 ICE in gimple_assign_set_rhs1, at gimple.h:1747)Richard Guenther2008-09-031-3/+4
* expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand.Jan Hubicka2008-09-011-2/+2
* tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily2008-08-181-2/+1
* tree-sra.c (generate_element_init_1): Deal with NULL constructor element index.Richard Guenther2008-08-181-5/+13
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-387/+363
* gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.Jakub Jelinek2008-07-091-1/+2
* tree-sra.c (sra_build_assignment): Handle CONVERT_EXPR_P dst.Jakub Jelinek2008-07-081-2/+11
* config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz2008-07-061-3/+21