| Commit message (Expand) | Author | Age | Files | Lines |
* | cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p. | Nathan Froyd | 2010-08-19 | 1 | -5/+2 |
* | re PR tree-optimization/45144 (SRA optimization issue of bit-field) | Jie Zhang | 2010-08-05 | 1 | -1/+4 |
* | tree-sra.c (completely_scalarize_record): New parameter REF, create its own a... | Martin Jambor | 2010-08-03 | 1 | -12/+9 |
* | dbgcnt.def (eipa_sra): New counter. | Martin Jambor | 2010-07-29 | 1 | -1/+1 |
* | re PR tree-optimization/44885 (miscompilation of gnat.dg/aliasing3.adb after ... | Eric Botcazou | 2010-07-28 | 1 | -0/+2 |
* | re PR target/44290 (__naked attribute is broken) | Jie Zhang | 2010-07-27 | 1 | -7/+0 |
* | re PR tree-optimization/44914 (ICE: in calc_dfs_tree, at dominance.c:395 with... | Martin Jambor | 2010-07-23 | 1 | -19/+30 |
* | re PR target/44290 (__naked attribute is broken) | Jie Zhang | 2010-07-23 | 1 | -0/+7 |
* | tree-sra.c (ipa_sra_preliminary_function_checks): Dump proper words when !tre... | Jie Zhang | 2010-07-23 | 1 | -1/+1 |
* | re PR tree-optimization/44891 (non-trivial conversion ICE from early SRA) | Martin Jambor | 2010-07-22 | 1 | -17/+33 |
* | re PR tree-optimization/44900 (The variable of SSE will be broken) | Martin Jambor | 2010-07-21 | 1 | -6/+6 |
* | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 2010-07-15 | 1 | -9/+9 |
* | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 2010-07-01 | 1 | -36/+51 |
* | tree-sra.c (convert_callers): New parameter, change fndecls of recursive calls. | Martin Jambor | 2010-06-28 | 1 | -3/+5 |
* | re PR tree-optimization/43905 (duplicate __PRETTY_FUNCTION__ symbol for funct... | Martin Jambor | 2010-06-16 | 1 | -28/+31 |
* | re PR lto/44464 (ICE during linux kernel whopr build) | Martin Jambor | 2010-06-15 | 1 | -0/+1 |
* | Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies. | Martin Jambor | 2010-06-10 | 1 | -1/+2 |
* | re PR tree-optimization/44258 (possible SRA wrong-code generation.) | Martin Jambor | 2010-06-10 | 1 | -10/+17 |
* | re PR tree-optimization/44423 (Massive performance regression in SSE code due... | Martin Jambor | 2010-06-09 | 1 | -3/+4 |
* | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 2010-06-01 | 1 | -2/+0 |
* | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 2010-05-21 | 1 | -0/+1 |
* | re PR middle-end/44133 (Uninit warning regression with new SRA) | Martin Jambor | 2010-05-17 | 1 | -22/+29 |
* | re PR debug/43983 (var-tracking needlessly throws away location info for SRAe... | Jakub Jelinek | 2010-05-13 | 1 | -1/+28 |
* | tree-sra.c (build_access_from_expr_1): The first parameter type changed to si... | Martin Jambor | 2010-05-04 | 1 | -193/+275 |
* | re PR tree-optimization/43846 (array vs members, total scalarization issues) | Martin Jambor | 2010-04-23 | 1 | -12/+33 |
* | re PR middle-end/43835 (IPA-SRA doesn't rewrite attributes) | Martin Jambor | 2010-04-23 | 1 | -0/+3 |
* | gimple.h (create_tmp_reg): Declare. | Martin Jambor | 2010-04-19 | 1 | -8/+2 |
* | tree-sra.c (replace_uses_with_default_def_ssa_name): New function. | Martin Jambor | 2010-04-13 | 1 | -9/+42 |
* | ipa-reference.c (mark_load): Use get_base_address. | Richard Guenther | 2010-04-07 | 1 | -1/+3 |
* | tree-sra.c (find_param_candidates): Allow scalar va_list types. | Martin Jambor | 2010-04-07 | 1 | -1/+1 |
* | re PR tree-optimization/43347 (Warning about symbols generated by SRA being u... | Martin Jambor | 2010-03-17 | 1 | -4/+4 |
* | PR tree/optimization/43141 | Martin Jambor | 2010-03-15 | 1 | -0/+21 |
* | re PR tree-optimization/43164 (ice in completely_scalarize_record, at tree-sr... | Martin Jambor | 2010-03-04 | 1 | -2/+10 |
* | re PR tree-optimization/43066 (ICE: SIGFPE with empty struct and va_arg) | Martin Jambor | 2010-02-18 | 1 | -1/+1 |
* | re PR middle-end/42898 (volatile structures and compound literal initializers) | Martin Jambor | 2010-02-08 | 1 | -2/+5 |
* | tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be conservatively correct. | Richard Guenther | 2010-01-31 | 1 | -25/+34 |
* | Makefile.in (tree-sra.o): Add $(EXPR_H) dependency. | Steve Ellcey | 2010-01-22 | 1 | -0/+1 |
* | re PR tree-optimization/42833 (sra miscompiles qemu) | Richard Henderson | 2010-01-22 | 1 | -9/+13 |
* | re PR tree-optimization/42585 (SRA is not good for structure copies with one ... | Martin Jambor | 2010-01-21 | 1 | -23/+158 |
* | tree-sra.c (build_ref_for_offset_1): Allow for zero size fields. | Martin Jambor | 2010-01-21 | 1 | -1/+6 |
* | re PR tree-optimization/42706 (ICE in gimple_op, at gimple.h:1634, (IPA SRA)) | Martin Jambor | 2010-01-14 | 1 | -5/+66 |
* | re PR tree-optimization/42714 (ICE in create_tmp_var, at gimplify.c:504) | Martin Jambor | 2010-01-14 | 1 | -2/+14 |
* | re PR tree-optimization/42704 (ICE in verify_ssa after early SRA) | Martin Jambor | 2010-01-13 | 1 | -1/+3 |
* | re PR tree-optimization/42703 (ICE in generate_subtree_copies with out of bou... | Martin Jambor | 2010-01-13 | 1 | -1/+7 |
* | re PR tree-optimization/42157 (ICE building stage 1 libgcc: SEGV in compare_a... | Martin Jambor | 2010-01-07 | 1 | -2/+4 |
* | re PR tree-optimization/42508 (wrong code with "-O1 -fipa-sra") | Jakub Jelinek | 2010-01-05 | 1 | -2/+10 |
* | re PR tree-optimization/42398 (internal compiler error: in sra_modify_expr, a... | Martin Jambor | 2010-01-04 | 1 | -20/+6 |
* | re PR debug/42455 ("-fcompare-debug failure" at -O2 in 'recent' builds) | Richard Guenther | 2010-01-01 | 1 | -34/+39 |
* | re PR tree-optimization/42357 (another ice in create_tmp_var) | Richard Guenther | 2009-12-13 | 1 | -1/+2 |
* | re PR tree-optimization/42237 (internal compiler error: verify_stmts failed) | Martin Jambor | 2009-12-01 | 1 | -4/+14 |