aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-17re PR middle-end/44133 (Uninit warning regression with new SRA)Martin Jambor1-22/+29
2010-05-13re PR debug/43983 (var-tracking needlessly throws away location info for SRAe...Jakub Jelinek1-1/+28
2010-05-04tree-sra.c (build_access_from_expr_1): The first parameter type changed to si...Martin Jambor1-193/+275
2010-04-23re PR tree-optimization/43846 (array vs members, total scalarization issues)Martin Jambor1-12/+33
2010-04-23re PR middle-end/43835 (IPA-SRA doesn't rewrite attributes)Martin Jambor1-0/+3
2010-04-19gimple.h (create_tmp_reg): Declare.Martin Jambor1-8/+2
2010-04-13tree-sra.c (replace_uses_with_default_def_ssa_name): New function.Martin Jambor1-9/+42
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther1-1/+3
2010-04-07tree-sra.c (find_param_candidates): Allow scalar va_list types.Martin Jambor1-1/+1
2010-03-17re PR tree-optimization/43347 (Warning about symbols generated by SRA being u...Martin Jambor1-4/+4
2010-03-15PR tree/optimization/43141Martin Jambor1-0/+21
2010-03-04re PR tree-optimization/43164 (ice in completely_scalarize_record, at tree-sr...Martin Jambor1-2/+10
2010-02-18re PR tree-optimization/43066 (ICE: SIGFPE with empty struct and va_arg)Martin Jambor1-1/+1
2010-02-08re PR middle-end/42898 (volatile structures and compound literal initializers)Martin Jambor1-2/+5
2010-01-31tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be conservatively correct.Richard Guenther1-25/+34
2010-01-22Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.Steve Ellcey1-0/+1
2010-01-22re PR tree-optimization/42833 (sra miscompiles qemu)Richard Henderson1-9/+13
2010-01-21re PR tree-optimization/42585 (SRA is not good for structure copies with one ...Martin Jambor1-23/+158
2010-01-21tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.Martin Jambor1-1/+6
2010-01-14re PR tree-optimization/42706 (ICE in gimple_op, at gimple.h:1634, (IPA SRA))Martin Jambor1-5/+66
2010-01-14re PR tree-optimization/42714 (ICE in create_tmp_var, at gimplify.c:504)Martin Jambor1-2/+14
2010-01-13re PR tree-optimization/42704 (ICE in verify_ssa after early SRA)Martin Jambor1-1/+3
2010-01-13re PR tree-optimization/42703 (ICE in generate_subtree_copies with out of bou...Martin Jambor1-1/+7
2010-01-07re PR tree-optimization/42157 (ICE building stage 1 libgcc: SEGV in compare_a...Martin Jambor1-2/+4
2010-01-05re PR tree-optimization/42508 (wrong code with "-O1 -fipa-sra")Jakub Jelinek1-2/+10
2010-01-04re PR tree-optimization/42398 (internal compiler error: in sra_modify_expr, a...Martin Jambor1-20/+6
2010-01-01re PR debug/42455 ("-fcompare-debug failure" at -O2 in 'recent' builds)Richard Guenther1-34/+39
2009-12-13re PR tree-optimization/42357 (another ice in create_tmp_var)Richard Guenther1-1/+2
2009-12-01re PR tree-optimization/42237 (internal compiler error: verify_stmts failed)Martin Jambor1-4/+14
2009-11-30re PR middle-end/42196 (ICE when SRAing partial assigments to complex number)Martin Jambor1-6/+33
2009-11-27re PR middle-end/42006 (Termination problem with -O2 and -O3)Martin Jambor1-2/+6
2009-11-24re PR tree-optimization/42154 (Wrong code from (early) SRA)Martin Jambor1-7/+26
2009-11-21re PR middle-end/42025 (ICE verify_stmts failed (non-trivial conversion at as...Martin Jambor1-18/+68
2009-11-05tree-sra.c (struct access): Changed comment of next_sibling field.Martin Jambor1-23/+29
2009-11-02re PR tree-optimization/41750 (IPA-SRA is broken)Martin Jambor1-25/+31
2009-10-30tree-sra.c (build_ref_for_offset_1): Remove a comment.Martin Jambor1-2/+0
2009-10-29re PR tree-optimization/41775 (IPA-SRA: ice in rewrite_stmt, at tree-into-ssa...Martin Jambor1-9/+13
2009-10-20tree-sra.c (build_ref_for_offset_1): Skip fields without size or with size th...Eric Botcazou1-1/+4
2009-10-16* tree-sra.c (build_ref_for_offset_1): Update comment.Eric Botcazou1-1/+2
2009-10-01re PR middle-end/12392 (very long optimized compile)Martin Jambor1-2/+12
2009-10-01re PR bootstrap/41395 (Revision 151800 failed bootstrap)Martin Jambor1-5/+14
2009-09-17common.opt (fipa-sra): New switch.Martin Jambor1-37/+1401
2009-09-14Squash commit of EH in gimpleRichard Henderson1-2/+1
2009-09-09re PR target/41089 (stdarg pass produces wrong code)Martin Jambor1-1/+7
2009-09-07re PR middle-end/41282 (Revision 151394 failed to compile mplayer)Martin Jambor1-19/+23
2009-09-04re PR tree-optimization/41112 (ACATS c43205b fails at -O2 (tree-sra))Martin Jambor1-5/+25
2009-09-03tree-sra.c (duplicate_expr_for_different_base): Removed.Martin Jambor1-22/+11
2009-09-02tree-sra.c (struct access): New field grp_hint.Martin Jambor1-14/+37