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